summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DEPS19
1 files changed, 14 insertions, 5 deletions
diff --git a/DEPS b/DEPS
index 91da7d61bd..9283bf5114 100644
--- a/DEPS
+++ b/DEPS
@@ -31,9 +31,18 @@ deps_os = {
}
include_rules = [
- '+core/include',
- '+fpdfsdk/include',
- '+public',
- '+testing',
- '+third_party/base',
+ '+core/include',
+ '+fpdfsdk/include',
+ '+public',
+ '+testing',
+ '+third_party/base',
]
+
+hooks = [
+ {
+ # A change to a .gyp, .gypi, or to GYP itself should run the generator.
+ 'name': 'gyp',
+ 'pattern': '.',
+ 'action': ['python', 'build/gyp_pdfium'],
+ },
+] \ No newline at end of file