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

Unified Diff: content/telemetry.isolate

Issue 1369213004: Revert of Add crash_service to Telemetry's isolates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fck
Patch Set: Created 5 years, 3 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 | « content/content_tests.gypi ('k') | content/telemetry_gpu_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/telemetry.isolate
diff --git a/content/telemetry.isolate b/content/telemetry.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..4679a5e8aae5c2116326d60be9634f9c2b41e6e5
--- /dev/null
+++ b/content/telemetry.isolate
@@ -0,0 +1,34 @@
+# 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.
+{
+ 'conditions': [
+ ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'files': [
+ # 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/.
+ '../build/android/pylib/',
+ '../build/android/devil/',
+ '../build/util/',
+ '../third_party/WebKit/PerformanceTests/resources/jquery.tablesorter.min.js',
+ '../third_party/WebKit/PerformanceTests/resources/statistics.js',
+ '../third_party/flot/jquery.flot.min.js',
+ '../third_party/webpagereplay/',
+ '../tools/telemetry/',
+ # For Telemetry's screenshot support.
+ '<(PRODUCT_DIR)/bitmaptools<(EXECUTABLE_SUFFIX)',
+ ],
+ },
+ }],
+ ]
+}
« no previous file with comments | « content/content_tests.gypi ('k') | content/telemetry_gpu_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698