diff options
author | justincohen <justincohen@chromium.org> | 2015-06-02 16:11:35 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-02 23:13:05 +0000 |
commit | b61668a8e23fcdbe8fd1e851c836a1a4d45fb054 (patch) | |
tree | 902e117363121c1948606989ba0e116eb24711b6 /.gitignore | |
parent | a929c022ddb0cfcc7ea69d7a671e625b1cfc0d9f (diff) | |
download | chromium_src-b61668a8e23fcdbe8fd1e851c836a1a4d45fb054.zip chromium_src-b61668a8e23fcdbe8fd1e851c836a1a4d45fb054.tar.gz chromium_src-b61668a8e23fcdbe8fd1e851c836a1a4d45fb054.tar.bz2 |
Reland "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, 417264
Review URL: https://codereview.chromium.org/1161813003
Cr-Commit-Position: refs/heads/master@{#332485}
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -251,7 +251,6 @@ v8.log /sync_testserver.log /testing/gmock /testing/gtest -/testing/iossim/third_party/ /testserver.log /tools/luci-go/linux64/isolate /tools/luci-go/mac64/isolate @@ -282,6 +281,7 @@ v8.log /third_party/chromeos_login_manager /third_party/chromeos_text_input /third_party/chromite +/third_party/class_dump/src /third_party/cld_2/src /third_party/colorama/src /third_party/crashpad/crashpad |