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

Unified Diff: tools/telemetry/BUILD.gn

Issue 1361523003: Add crash_service to Telemetry's isolates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fck
Patch Set: Fix gyp all targets build failure. 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
Index: tools/telemetry/BUILD.gn
diff --git a/tools/telemetry/BUILD.gn b/tools/telemetry/BUILD.gn
index 9c7e989240459bc3c3606c4dc5f2c187802957fd..a8f9223120793a4de146980feca2fd62766fa8e8 100644
--- a/tools/telemetry/BUILD.gn
+++ b/tools/telemetry/BUILD.gn
@@ -2,6 +2,20 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+group("telemetry_test_support") {
+ # Generic telemetry deps
+ data = [
+ "//build/android/devil/",
+ "//build/android/pylib/",
+ "//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/",
+ ]
+}
+
executable("bitmaptools") {
sources = [
"telemetry/internal/image_processing/bitmaptools.cc",

Powered by Google App Engine
This is Rietveld 408576698