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

Unified Diff: tools/perf/perf.isolate

Issue 1419143006: Run telemetry_perf_unittests via isolate on "Mac tests", "Linux tests" and trybot with swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable swarming on Mac10.9Tests & Mac10.9TestDebug Created 5 years, 1 month 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/benchmarks/benchmark_smoke_unittest.py ('k') | tools/telemetry/telemetry.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"', {
'variables': {
'files': [
- '../../build/android/pylib/',
- '../../build/android/devil/',
'./',
- # For Telemetry's screenshot support.
- '<(PRODUCT_DIR)/bitmaptools<(EXECUTABLE_SUFFIX)',
+ # Field trial configs
+ '../variations/',
],
},
}],
« no previous file with comments | « tools/perf/benchmarks/benchmark_smoke_unittest.py ('k') | tools/telemetry/telemetry.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698