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

Unified Diff: chrome/telemetry_unittests.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
Index: chrome/telemetry_unittests.isolate
diff --git a/chrome/telemetry_unittests.isolate b/chrome/telemetry_unittests.isolate
deleted file mode 100644
index 2858e481824100892f966374cc623758f7c69bcf..0000000000000000000000000000000000000000
--- a/chrome/telemetry_unittests.isolate
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 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=="mac" or OS=="win"', {
- 'variables': {
- 'files': [
- '../tools/perf/run_telemetry_tests',
- # Other dependencies of the tests and their harness.
- '../testing/test_env.py',
- '../testing/xvfb.py',
- '../testing/scripts/common.py',
- '../testing/scripts/run_telemetry_as_googletest.py',
- ],
- 'command': [
- '../testing/scripts/run_telemetry_as_googletest.py',
- '../tools/perf/run_telemetry_tests',
- '-v',
- ],
- },
- }],
- ]
-}
« no previous file with comments | « chrome/telemetry_perf_unittests_android.isolate ('k') | chrome/test/media_router/media_router_perf_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698