summaryrefslogtreecommitdiffstats
path: root/chrome/telemetry_unittests.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/telemetry_unittests.isolate')
-rw-r--r--chrome/telemetry_unittests.isolate28
1 files changed, 28 insertions, 0 deletions
diff --git a/chrome/telemetry_unittests.isolate b/chrome/telemetry_unittests.isolate
new file mode 100644
index 0000000..f91ea69
--- /dev/null
+++ b/chrome/telemetry_unittests.isolate
@@ -0,0 +1,28 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+{
+ 'includes': [
+ '../tools/perf/chrome_telemetry_build/telemetry_chrome_test.isolate',
+ ],
+ 'conditions': [
+ ['OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'files': [
+ # Other dependencies of the tests and their harness.
+ '../testing/test_env.py',
+ '../testing/xvfb.py',
+ '../testing/scripts/common.py',
+ '../testing/scripts/run_telemetry_as_googletest.py',
+ ],
+ 'command': [
+ '../testing/scripts/run_telemetry_as_googletest.py',
+ '../tools/telemetry/run_tests',
+ '-v',
+ '--chrome-root',
+ '..'
+ ],
+ },
+ }],
+ ]
+}