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

Unified Diff: chrome/telemetry_gpu_test.isolate

Issue 123283004: Convert telemetry*.isolate to the new format. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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
« no previous file with comments | « chrome/telemetry.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/telemetry_gpu_test.isolate
diff --git a/chrome/telemetry_gpu_test.isolate b/chrome/telemetry_gpu_test.isolate
index 6a003ae948644bec4d2466e68512d5d488644487..c9e05359fc446d305b28d07b6712ada166a4d26a 100644
--- a/chrome/telemetry_gpu_test.isolate
+++ b/chrome/telemetry_gpu_test.isolate
@@ -5,20 +5,24 @@
'includes': [
'telemetry.isolate',
],
- # This isolate allows any of the GPU tests, including the WebGL
- # conformance tests, to be run. However, extra command line arguments
- # must be supplied in order to run any one of them.
- 'variables': {
- 'isolate_dependency_untracked': [
- '../content/test/gpu/',
- '../content/test/data/gpu/',
- # For GpuProcess.video
- '../content/test/data/media/bear.ogv',
- # For webgl_conformance
- '../third_party/webgl/',
- ],
- 'command': [
- '../content/test/gpu/run_gpu_test',
- ],
- },
+ 'conditions': [
+ ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
+ # This isolate allows any of the GPU tests, including the WebGL
+ # conformance tests, to be run. However, extra command line arguments
+ # must be supplied in order to run any one of them.
+ 'variables': {
+ 'isolate_dependency_untracked': [
+ '../content/test/gpu/',
+ '../content/test/data/gpu/',
+ # For GpuProcess.video
+ '../content/test/data/media/bear.ogv',
+ # For webgl_conformance
+ '../third_party/webgl/',
+ ],
+ 'command': [
+ '../content/test/gpu/run_gpu_test',
+ ],
+ },
+ }],
+ ]
}
« no previous file with comments | « chrome/telemetry.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698