Index: content/telemetry_gpu_unittests.isolate |
diff --git a/content/telemetry_gpu_unittests.isolate b/content/telemetry_gpu_unittests.isolate |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f071d8208de55ad1e086ee98c39a3fb0fb2d9028 |
--- /dev/null |
+++ b/content/telemetry_gpu_unittests.isolate |
@@ -0,0 +1,27 @@ |
+# Copyright (c) 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': [ |
+ 'telemetry.isolate', |
+ ], |
+ 'conditions': [ |
+ ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { |
+ 'variables': { |
+ 'files': [ |
+ # Other dependencies of the tests and their harness. |
+ '../third_party/typ/', |
+ '../third_party/trace-viewer/', |
+ '../testing/test_env.py', |
+ # The following represent the actual tests. |
+ '../content/test/gpu/', |
Marc-Antoine Ruel (Google)
2015/06/26 02:10:40
I'd prefer to have the list sorted, e < h.
|
+ ], |
+ 'command': [ |
+ '../testing/test_env.py', |
+ '../content/test/gpu/run_unittests.py', |
+ '-v', |
+ ], |
+ }, |
+ }], |
+ ] |
+} |