summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-06-17 15:46:38 -0700
committerTom Sepez <tsepez@chromium.org>2015-06-17 15:46:38 -0700
commitc4d9f6ad2dc922b574862cd2f6f0a899d7e169e3 (patch)
tree50684e44c1ec66c52c0f7368bc77fe1626270e84
parent13c1272fcd9717cfa481f211617e56a3e78a8f1a (diff)
downloadpdfium-c4d9f6ad2dc922b574862cd2f6f0a899d7e169e3.tar.xz
Run GYP after gclient sync.
Makes the behaviour consistent with chromium. Also fix some indentation. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1193563002.
-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