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") { |