diff options
author | sgurun <sgurun@chromium.org> | 2015-05-20 14:23:55 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-20 21:24:45 +0000 |
commit | b9d760ae212ab40c630a7c68e9eb27bae3bfab7a (patch) | |
tree | e3c5dcfc89b1192b2988b3cea340f27a53e1bf27 /testing/iossim/iossim.gyp | |
parent | 0aa9eec172c697fb3546282bc099af64288d8c82 (diff) | |
download | chromium_src-b9d760ae212ab40c630a7c68e9eb27bae3bfab7a.zip chromium_src-b9d760ae212ab40c630a7c68e9eb27bae3bfab7a.tar.gz chromium_src-b9d760ae212ab40c630a7c68e9eb27bae3bfab7a.tar.bz2 |
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}
Diffstat (limited to 'testing/iossim/iossim.gyp')
-rw-r--r-- | testing/iossim/iossim.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/iossim/iossim.gyp b/testing/iossim/iossim.gyp index 810a76e..0fdd8b1 100644 --- a/testing/iossim/iossim.gyp +++ b/testing/iossim/iossim.gyp @@ -83,7 +83,7 @@ }], # xcode_version ], # conditions 'dependencies': [ - 'class-dump.gyp:class-dump#host', + 'third_party/class-dump/class-dump.gyp:class-dump#host', ], 'include_dirs': [ '<(INTERMEDIATE_DIR)/iossim', |