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..93a3bcb42625bffdca5c558e5918fe9b5e007ef0 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/', |
Nico
2016/01/26 22:29:39
ident is wrong. Do you really need _all_ of that f
nednguyen
2016/01/26 22:38:37
https://code.google.com/p/chromium/codesearch#chro
|
+ ], |
+ }, |
+ }], |
+ ] |
+ |
} |