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