Commit 73032701 authored by maruel@chromium.org's avatar maruel@chromium.org

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
parent b4fbf814
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment