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

Unified Diff: chrome/telemetry.isolate

Issue 1212113003: Add telemetry_gpu_unittests.isolate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Depend on telemetry_base from telemetry_chrome_test_base. Created 5 years, 6 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.isolate
diff --git a/chrome/telemetry.isolate b/chrome/telemetry.isolate
deleted file mode 100644
index 776967e50f1ff62e0add29b120a55f4d79e58947..0000000000000000000000000000000000000000
--- a/chrome/telemetry.isolate
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright (c) 2013 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': [
- 'breakpad.isolate',
- 'chrome.isolate',
- ],
- 'conditions': [
- ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
- # This list comes from running:
- # tools/perf/run_benchmark --print-bootstrap-deps
- # and filtering out obvious undesired dependencies:
- # 'src/tools/perf/page_sets/'
- # 'src/tools/perf/measurements/'
- # 'src/tools/perf/metrics/'
- # 'src/tools/perf/profile_creators/'
- # 'src/tools/perf/benchmarks/'
- # 'src/chrome/test/data/extensions/profiles/'
- # Note that the dependency on ../build/android/ was made more
- # precise to ../build/android/pylib/.
- 'variables': {
- 'files': [
- '../build/android/pylib/',
- '../build/util/',
- '../third_party/WebKit/PerformanceTests/resources/jquery.tablesorter.min.js',
- '../third_party/WebKit/PerformanceTests/resources/statistics.js',
- '../third_party/android_testrunner/',
- '../third_party/flot/jquery.flot.min.js',
- '../third_party/webpagereplay/',
- '../tools/telemetry/',
- '<(PRODUCT_DIR)/bitmaptools<(EXECUTABLE_SUFFIX)',
- ],
- },
- }],
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698