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

Unified Diff: content/test/BUILD.gn

Issue 1361523003: Add crash_service to Telemetry's isolates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fck
Patch Set: Add BUILD.gn changes. 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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index a2d7a2332a50a9e9fa4c14f0ed2ce4ffe5a750db..2b6d5b2973e84d440ae70a2a9b6bae9272929902 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -223,6 +223,20 @@ mojom("web_ui_test_mojo_bindings") {
]
}
+static_library("telemetry_test_support") {
Dirk Pranke 2015/09/25 20:16:20 same comment. Does it make sense to move this tar
aiolos (Not reviewing) 2015/09/25 20:40:07 Done.
+ # 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/",
+ ]
+}
+
if (!is_ios) {
# GYP version //content/content_tests.gypi:layouttest_support_content
static_library("layouttest_support") {

Powered by Google App Engine
This is Rietveld 408576698