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

Unified Diff: chrome/telemetry_gpu_integration_test.isolate

Issue 2257893002: Delete all test isolate file. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Rebasing against ToT just in case Created 4 years, 4 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/tab_capture_end2end_tests.isolate ('k') | chrome/telemetry_gpu_test.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/telemetry_gpu_integration_test.isolate
diff --git a/chrome/telemetry_gpu_integration_test.isolate b/chrome/telemetry_gpu_integration_test.isolate
deleted file mode 100644
index 100bc85fb611a88343b6336b99da6a07aa611cb1..0000000000000000000000000000000000000000
--- a/chrome/telemetry_gpu_integration_test.isolate
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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': [
- '../tools/perf/chrome_telemetry_build/telemetry_chrome_test.isolate',
- ],
- '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': {
- 'files': [
- '../content/test/gpu/',
- '../content/test/data/gpu/',
- # For GpuProcess.video
- '../content/test/data/media/bear.ogv',
- # For webgl_conformance
- '../third_party/webgl/',
- # Other dependencies of the tests and their harness.
- '../testing/test_env.py',
- '../testing/xvfb.py',
- '../testing/scripts/common.py',
- '../testing/scripts/run_gpu_integration_test_as_googletest.py',
- ],
- 'command': [
- '../testing/scripts/run_gpu_integration_test_as_googletest.py',
- '../content/test/gpu/run_gpu_integration_test.py',
- ],
- },
- }],
- ]
-}
« no previous file with comments | « chrome/tab_capture_end2end_tests.isolate ('k') | chrome/telemetry_gpu_test.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698