Commit b9d760ae authored by sgurun's avatar sgurun Committed by Commit bot

Revert of Roll DEPS to class-dump 3.5 (patchset #4 id:60001 of...

Revert of Roll DEPS to class-dump 3.5 (patchset #4 id:60001 of https://codereview.chromium.org/1106993002/)

Reason for revert:
Breaking https://build.chromium.org/p/chromium.mac/builders/iOS_Device/builds/7076

Original issue's description:
> Roll DEPS to class-dump 3.5
>
> Removes some build warnings.
>
> Moves the class-dump repo to a github auto-mirror instead of a mirror
> that needs to be manually updated.
>
> This also requires that the class-dump.gyp file move from the
> third-party repo into the main source tree. Note that the file
> structure of the class-dump source changed so the .gyp had to be
> updated. For comparison, the old .class-dump.gyp can be found at
> https://chromium.googlesource.com/chromium/deps/class-dump/+/master/class-dump.gyp
>
> BUG=318160
>
> Committed: https://crrev.com/1c80791ce7c29a29fc816d89d1a5fa2ac6503b3e
> Cr-Commit-Position: refs/heads/master@{#330798}

TBR=justincohen@chromium.org,rohitrao@chromium.org,lliabraa@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=318160

Review URL: https://codereview.chromium.org/1147163003

Cr-Commit-Position: refs/heads/master@{#330804}
parent 0aa9eec1
...@@ -350,7 +350,7 @@ deps_os = { ...@@ -350,7 +350,7 @@ deps_os = {
# class-dump utility to generate header files for undocumented SDKs # class-dump utility to generate header files for undocumented SDKs
'src/testing/iossim/third_party/class-dump': 'src/testing/iossim/third_party/class-dump':
Var('chromium_git') + '/external/github.com/nygard/class-dump.git' + '@' + '77fb7f0a2953f10501768c7551aad261fa1310b9', Var('chromium_git') + '/chromium/deps/class-dump.git' + '@' + '89bd40883c767584240b4dade8b74e6f57b9bdab',
# Code that's not needed due to not building everything # Code that's not needed due to not building everything
'src/chrome/test/data/perf/canvas_bench': None, 'src/chrome/test/data/perf/canvas_bench': None,
......
This diff is collapsed.
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
}], # xcode_version }], # xcode_version
], # conditions ], # conditions
'dependencies': [ 'dependencies': [
'class-dump.gyp:class-dump#host', 'third_party/class-dump/class-dump.gyp:class-dump#host',
], ],
'include_dirs': [ 'include_dirs': [
'<(INTERMEDIATE_DIR)/iossim', '<(INTERMEDIATE_DIR)/iossim',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment