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

Unified Diff: tools/isolate/trace_inputs_smoke_test.py

Issue 10066035: Stop generating DEPTH in trace_inputs.py. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 17b8c479819300bc7a0e204fcdb92b818c0f0560..acdbc3c9cb0f11de2b748e658366b47f54c12eac 100755
--- a/tools/isolate/trace_inputs_smoke_test.py
+++ b/tools/isolate/trace_inputs_smoke_test.py
@@ -103,8 +103,9 @@ class TraceInputs(unittest.TestCase):
['OS=="%s"' % trace_inputs.get_flavor(), {
'variables': {
'isolate_dependency_tracked': [
- '<(DEPTH)/trace_inputs.py',
- '<(DEPTH)/%s' % FILENAME,
+ # It is run from data/trace_inputs.
+ '../trace_inputs.py',
+ '../%s' % FILENAME,
],
'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