diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | DEPS | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index e177305e40..67b2857bc1 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,6 @@ /third_party/zlib /tools/clang /tools/code_coverage -/tools/gyp /tools/memory /v8 /xcodebuild @@ -107,11 +107,6 @@ deps = { Var('chromium_git') + "/chromium/src/tools/code_coverage.git@" + Var('code_coverage_revision'), - # TODO(GYP): Remove this when no tools rely on GYP anymore. - "tools/gyp": - Var('chromium_git') + '/external/gyp.git@' + - 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', - "tools/memory": Var('chromium_git') + "/chromium/src/tools/memory@" + Var('tools_memory_revision'), |