summaryrefslogtreecommitdiffstats
path: root/build/isolate.gypi
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-10 17:51:23 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-10 17:51:23 +0000
commit73032701986d57006f37d5e4af9f06af02a79e95 (patch)
treefd6798a44ff3246d5a2ca92b566dd2a67995cb2e /build/isolate.gypi
parentb4fbf8147cfea0c1c98d037a55969a89d20378c7 (diff)
downloadchromium_src-73032701986d57006f37d5e4af9f06af02a79e95.zip
chromium_src-73032701986d57006f37d5e4af9f06af02a79e95.tar.gz
chromium_src-73032701986d57006f37d5e4af9f06af02a79e95.tar.bz2
Add isolate.py and friends to inputs in 'isolate' gyp step.
This makes it so if isolate.py is modified, all the foo_tests_run steps are re-run. R=csharp@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/13947028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193415 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/isolate.gypi')
-rw-r--r--build/isolate.gypi8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/isolate.gypi b/build/isolate.gypi
index b4201cb..83ef854 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -40,6 +40,14 @@
'rule_name': 'isolate',
'extension': 'isolate',
'inputs': [
+ # Files that are known to be involved in this step.
+ '<(DEPTH)/tools/swarm_client/isolate.py',
+ '<(DEPTH)/tools/swarm_client/isolateserver_archive.py',
+ '<(DEPTH)/tools/swarm_client/run_isolated.py',
+ '<(DEPTH)/tools/swarm_client/run_test_cases.py',
+ '<(DEPTH)/tools/swarm_client/short_expression_finder.py',
+ '<(DEPTH)/tools/swarm_client/trace_inputs.py',
+
# Disable file tracking by the build driver for now. This means the
# project must have the proper build-time dependency for their runtime
# dependency. This improves the runtime of the build driver since it