Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(490)

Unified Diff: DEPS

Issue 2286653002: Remove most things GYP. (Closed)
Patch Set: rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build_gyp/all.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 7e32009166594443649b7f26af03bae2b23f01cc..d168db760ae76cf8580860368480f97a3410fd38 100644
--- a/DEPS
+++ b/DEPS
@@ -50,6 +50,7 @@ deps = {
Var('chromium_git') + "/chromium/src/tools/generate_library_loader@" +
Var('gen_library_loader_revision'),
+ # TODO(GYP): Remove this when no tools rely on GYP anymore.
"tools/gyp":
Var('chromium_git') + '/external/gyp.git' + '@' + 'c61b0b35c8396bfd59efc6cfc11401d912b0f510',
@@ -138,12 +139,6 @@ hooks = [
'--running-as-hook'
],
},
- {
- # A change to a .gyp, .gypi, or to GYP itself should run the generator.
- 'name': 'gyp',
- 'pattern': '.',
- 'action': ['python', 'pdfium/build_gyp/gyp_pdfium'],
- },
# Pull clang-format binaries using checked-in hashes.
{
'name': 'clang_format_win',
« no previous file with comments | « no previous file | build_gyp/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698