Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(453)

Unified Diff: build/isolate.gypi

Issue 13947028: Add isolate.py and friends to inputs in 'isolate' gyp step. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/isolate.gypi
diff --git a/build/isolate.gypi b/build/isolate.gypi
index b4201cbdb9dea69dd74b2a6aa065b25dc3d2581f..83ef854df0c22f772a58ece536445c7c7e8fd6fd 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698