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

Unified Diff: chrome/telemetry_gpu_test.isolate

Issue 1518713004: Make telemetry_gpu_test isolate a copy of telemetry_gpu_new_test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « no previous file | chrome/test/BUILD.gn » ('j') | 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 1342d6f2b5ccda9185c4dcb7ceb5f154a7e1e28e..6e8fc1f73863755930d2bb40712591f64408dbb7 100644
--- a/chrome/telemetry_gpu_test.isolate
+++ b/chrome/telemetry_gpu_test.isolate
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium Authors. All rights reserved.
+# 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.
{
@@ -16,35 +16,19 @@
'../content/test/data/gpu/',
# For GpuProcess.video
'../content/test/data/media/bear.ogv',
- '../testing/test_env.py',
- '../third_party/catapult/',
# 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_telemetry_benchmark_as_googletest.py',
],
'command': [
- '../testing/test_env.py',
+ '../testing/scripts/run_telemetry_benchmark_as_googletest.py',
'../content/test/gpu/run_gpu_test.py',
],
},
}],
- # These PDBs are needed in order to get reasonable stack traces if
- # an assertion fires or a crash occurs. Add more as necessary.
- ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/chrome.exe.pdb',
- ],
- },
- }],
- ['OS=="win" and component=="shared_library" and (fastbuild==0 or fastbuild==1)', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/base.dll.pdb',
- '<(PRODUCT_DIR)/blink_platform.dll.pdb',
- '<(PRODUCT_DIR)/blink_web.dll.pdb',
- '<(PRODUCT_DIR)/content.dll.pdb',
- ],
- },
- }],
]
}
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698