Remove most things GYP.

BUG=pdfium:559

Review-Url: https://codereview.chromium.org/2286653002
diff --git a/DEPS b/DEPS
index 7e32009..d168db7 100644
--- a/DEPS
+++ b/DEPS
@@ -50,6 +50,7 @@
     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 @@
                '--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',