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

Unified Diff: tools/isolate/trace_inputs_smoke_test.py

Issue 10019014: Convert isolate.py to exclusively use .isolate files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Do not read as binary Created 8 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 | « tools/isolate/trace_inputs.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/isolate/trace_inputs_smoke_test.py
diff --git a/tools/isolate/trace_inputs_smoke_test.py b/tools/isolate/trace_inputs_smoke_test.py
index be55ad2f6bf0b2f2054766ae37dc945322b8d022..dec35e6c61250cb4288a38f5d2dd4a6df13eb67a 100755
--- a/tools/isolate/trace_inputs_smoke_test.py
+++ b/tools/isolate/trace_inputs_smoke_test.py
@@ -102,11 +102,11 @@ class TraceInputs(unittest.TestCase):
'conditions': [
['OS=="%s"' % trace_inputs.get_flavor(), {
'variables': {
- 'isolate_files': [
+ 'isolate_dependency_tracked': [
'<(DEPTH)/trace_inputs.py',
'<(DEPTH)/%s' % FILENAME,
],
- 'isolate_dirs': [
+ 'isolate_dependency_untracked': [
'trace_inputs/',
],
},
« no previous file with comments | « tools/isolate/trace_inputs.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698