diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-06-17 15:56:43 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-06-17 15:56:43 -0700 |
commit | 0c1bd7c6ad378ea97a2f54cb0c4761716f6d1057 (patch) | |
tree | 15c7305379b2477b6909b75e901b07fffed2950f /DEPS | |
parent | 0a11975b69d93edd9a65704ee9559774b7a35f5b (diff) | |
download | pdfium-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-- | DEPS | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -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 |