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

Unified Diff: tools/perf/perf.isolate

Issue 1423733003: Run telemetry_perf_unittests via isolate on "Windows Tests" & "Mac tests" and trybot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
Index: tools/perf/perf.isolate
diff --git a/tools/telemetry/telemetry.isolate b/tools/perf/perf.isolate
similarity index 64%
copy from tools/telemetry/telemetry.isolate
copy to tools/perf/perf.isolate
index fc922e3fc18a6e7633eb04dcd2ad362930edf4e6..520864fdba226af6435de8428d9058e83e805f47 100644
--- a/tools/telemetry/telemetry.isolate
+++ b/tools/perf/perf.isolate
@@ -2,15 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
+ 'includes': [
+ './chrome_telemetry_build/telemetry_chrome_test.isolate',
+ ],
'conditions': [
['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
M-A Ruel 2015/10/28 16:02:16 probably better to remove Android?
nednguyen 2015/10/28 16:11:42 I plan to switch telemetr_perf_unittests_android t
'variables': {
'files': [
- '../../build/android/pylib/',
- '../../build/android/devil/',
'./',
- # For Telemetry's screenshot support.
- '<(PRODUCT_DIR)/bitmaptools<(EXECUTABLE_SUFFIX)',
+ # Field trial configs
+ '../variations/',
],
},
}],

Powered by Google App Engine
This is Rietveld 408576698