diff options
Diffstat (limited to 'build/isolate.gypi')
-rw-r--r-- | build/isolate.gypi | 8 |
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 |