From 0c1bd7c6ad378ea97a2f54cb0c4761716f6d1057 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Wed, 17 Jun 2015 15:56:43 -0700 Subject: 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. --- DEPS | 19 ++++++++++++++----- 1 file 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 -- cgit v1.2.3