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

Unified Diff: chrome/test/BUILD.gn

Issue 2442663004: Adding isolate for cc_perftests and triggering job on FYI waterfall (Closed)
Patch Set: Removing arg Created 4 years, 2 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 0db7c5355dd922fb1c09466d1136b6c1bf0a3718..672dec8bfb499a4f4802afe8285f63bc96ee5afd 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2953,6 +2953,20 @@ group("telemetry_perf_tests") {
]
}
+group("cc_perftests") {
+ testonly = true
+ data_deps = [
+ "//cc:cc_perftests",
+ ]
+
+ data = [
+ # Needed for isolate script to execute.
+ "//testing/scripts/common.py",
+ "//testing/xvfb.py",
+ "//testing/scripts/run_gtest_perf_test.py",
+ ]
+}
+
js2gtest("unit_tests_js") {
test_type = "unit"
sources = [

Powered by Google App Engine
This is Rietveld 408576698