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

Unified Diff: cc/BUILD.gn

Issue 2442663004: Adding isolate for cc_perftests and triggering job on FYI waterfall (Closed)
Patch Set: Using cc build target 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
« no previous file with comments | « no previous file | testing/buildbot/chromium.perf.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 00ede9cc2a9e36cb7f78304e44894ce03d6aad72..312c6cd539db562381fc167d2e953e08f5d20ca5 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -1084,5 +1084,10 @@ test("cc_perftests") {
data = [
"test/data/",
+
+ # Needed for isolate script to execute.
+ "//testing/scripts/common.py",
+ "//testing/xvfb.py",
+ "//testing/scripts/run_gtest_perf_test.py",
]
}
« no previous file with comments | « no previous file | testing/buildbot/chromium.perf.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698