diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-06-17 15:46:38 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-06-17 15:46:38 -0700 |
commit | c4d9f6ad2dc922b574862cd2f6f0a899d7e169e3 (patch) | |
tree | 50684e44c1ec66c52c0f7368bc77fe1626270e84 /DEPS | |
parent | 13c1272fcd9717cfa481f211617e56a3e78a8f1a (diff) | |
download | pdfium-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.
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -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 |