summaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-06-17 15:56:43 -0700
committerTom Sepez <tsepez@chromium.org>2015-06-17 15:56:43 -0700
commit0c1bd7c6ad378ea97a2f54cb0c4761716f6d1057 (patch)
tree15c7305379b2477b6909b75e901b07fffed2950f /DEPS
parent0a11975b69d93edd9a65704ee9559774b7a35f5b (diff)
downloadpdfium-0c1bd7c6ad378ea97a2f54cb0c4761716f6d1057.tar.xz
Merge to XFA: Run GYP after gclient sync.
TBR=thestig@chromium.org Original Review URL: https://codereview.chromium.org/1193563002. Review URL: https://codereview.chromium.org/1193623003.
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS19
1 files changed, 14 insertions, 5 deletions
diff --git a/DEPS b/DEPS
index af90a67ef4..dbbc207492 100644
--- a/DEPS
+++ b/DEPS
@@ -29,9 +29,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