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

Unified Diff: tools/perf/chrome_telemetry_build/telemetry_chrome_test.isolate

Issue 1638483002: Update references to tools/telemetry in .gn, .gyp & .isolate files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indent of tools/perf/chrome_telemetry_build/telemetry_chrome_test.isolate Created 4 years, 11 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/perf/chrome_telemetry_build/BUILD.gn ('k') | tools/perf/core/telemetry_dependencies_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/chrome_telemetry_build/telemetry_chrome_test.isolate
diff --git a/tools/perf/chrome_telemetry_build/telemetry_chrome_test.isolate b/tools/perf/chrome_telemetry_build/telemetry_chrome_test.isolate
index f87dcd4860223d9dec2fb63fa88cdbcd3102f933..86b8e249ff0e15ade2a90404961c72d04ade814d 100644
--- a/tools/perf/chrome_telemetry_build/telemetry_chrome_test.isolate
+++ b/tools/perf/chrome_telemetry_build/telemetry_chrome_test.isolate
@@ -7,7 +7,16 @@
'includes': [
'../../../chrome/breakpad.isolate',
'../../../chrome/chrome.isolate',
- '../../telemetry/telemetry.isolate',
'telemetry_binary_manager.isolate',
],
+ 'conditions': [
+ ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'files': [
+ '../../../third_party/catapult/',
+ ],
+ },
+ }],
+ ]
+
}
« no previous file with comments | « tools/perf/chrome_telemetry_build/BUILD.gn ('k') | tools/perf/core/telemetry_dependencies_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698