| 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',
|
| - ],
|
| - },
|
| - }],
|
| ]
|
| }
|
|
|