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

Unified Diff: chrome/test/BUILD.gn

Issue 1354223004: Run telemetry_gpu_unittests via isolate on "Linux Tests" and trybot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mb.py's fix 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 | « no previous file | testing/buildbot/chromium.linux.json » ('j') | testing/buildbot/manage.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 95df486d1a720990e5462924b819003efefc3f3b..11b27663ae61439a95c4ce32800be0443c9a12ce 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -642,6 +642,40 @@ if (!is_android) {
}
}
+ group("telemetry_gpu_unittests_run") {
+ testonly = true
+ deps = [
+ ":telemetry_gpu_unittests",
+ ]
+ }
+
+ group("telemetry_gpu_unittests") {
+ data = [
+ # TODO(kbr): refactor the telemetry dependencies more cleanly.
+ "//content/test/gpu/",
+ "//content/test/data/gpu/",
+
+ # For GpuProcess.video
+ "//content/test/data/media/bear.ogv",
+ "//third_party/catapult/",
+
+ # Generic telemetry deps
+ "//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/",
+
+ # From telemetry_gpu_unittests.isolate
+ "//third_party/typ/",
+ "//testing/scripts/common.py",
+ "//testing/scripts/run_telemetry_as_googletest.py",
+ ]
+ }
+
# TODO(GYP): Delete this after we've converted everything to GN.
# The _run targets exist only for compatibility w/ GYP.
group("tab_capture_end2end_tests_run") {
« no previous file with comments | « no previous file | testing/buildbot/chromium.linux.json » ('j') | testing/buildbot/manage.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698