diff options
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 |