summaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-08-26 14:39:31 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-26 14:39:31 -0700
commitb7fb1fd087cfe20cfc29cabc80af2c11e91538c6 (patch)
treec679fe87617557753674bbc7f35dda52e5d69a63 /DEPS
parent35396df876cbf12c18a6de90e075b57adf74a1a7 (diff)
downloadpdfium-b7fb1fd087cfe20cfc29cabc80af2c11e91538c6.tar.xz
Remove most things GYP.
BUG=pdfium:559 Review-Url: https://codereview.chromium.org/2286653002
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS7
1 files changed, 1 insertions, 6 deletions
diff --git a/DEPS b/DEPS
index 7e32009166..d168db760a 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',