summaryrefslogtreecommitdiffstats
path: root/build/isolate.gypi
diff options
context:
space:
mode:
authormaruel <maruel@chromium.org>2014-10-01 06:21:42 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-01 13:22:03 +0000
commit8214754ee5771bb64dfe9605f024cfd7c241a01e (patch)
treecc65c74d55cbed53518a533fd27a00011587c5c6 /build/isolate.gypi
parentccc3e81690cd734c1ce7679cd2cf43478c1287fa (diff)
downloadchromium_src-8214754ee5771bb64dfe9605f024cfd7c241a01e.zip
chromium_src-8214754ee5771bb64dfe9605f024cfd7c241a01e.tar.gz
chromium_src-8214754ee5771bb64dfe9605f024cfd7c241a01e.tar.bz2
Rename all isolate_dependency_* to files.
Merges the lists when relevant. This simplify the management significantly. Remove the .isolate from the '*_run' target 'includes' section. TBR=vadimsh@chromium.org BUG=swarming:148 Review URL: https://codereview.chromium.org/614923005 Cr-Commit-Position: refs/heads/master@{#297633}
Diffstat (limited to 'build/isolate.gypi')
-rw-r--r--build/isolate.gypi13
1 files changed, 0 insertions, 13 deletions
diff --git a/build/isolate.gypi b/build/isolate.gypi
index c02beb9..17bf3c7 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -17,7 +17,6 @@
# ],
# 'includes': [
# '../build/isolate.gypi',
-# 'foo_test.isolate',
# ],
# 'sources': [
# 'foo_test.isolate',
@@ -50,18 +49,6 @@
'<(DEPTH)/tools/isolate_driver.py',
'<(DEPTH)/tools/swarming_client/isolate.py',
'<(DEPTH)/tools/swarming_client/run_isolated.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
- # doesn't have to stat() all these files.
- #
- # More importantly, it means that even if a isolate_dependency_tracked
- # file is missing, for example if a file was deleted and the .isolate
- # file was not updated, that won't break the build, especially in the
- # case where foo_tests_run is not built! This should be reenabled once
- # the switch-over to running tests on Swarm is completed.
- #'<@(isolate_dependency_tracked)',
],
'outputs': [],
'action': [