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

Unified Diff: gpu/BUILD.gn

Issue 2487283002: Adding isolate script targets for all remaining C++ perf tests. (Closed)
Patch Set: Correct formattting in GN file Created 4 years, 1 month 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 | « components/tracing/BUILD.gn ('k') | testing/buildbot/chromium.perf.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index 367349cc04c8607feb0109387ee8c37f8444cd79..30a915a88a7c72ed63ff7d1144d873220e433372 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -370,6 +370,14 @@ test("gpu_perftests") {
"//ui/gl/init",
]
+ data = [
+ # Needed for isolate script to execute.
+ "//testing/scripts/common.py",
+ "//testing/xvfb.py",
+ "//testing/scripts/run_gtest_perf_test.py",
+ "//tools/perf/generate_legacy_perf_dashboard_json.py",
+ ]
+
# This target should not require the Chrome executable to run.
assert_no_deps = [ "//chrome" ]
}
« no previous file with comments | « components/tracing/BUILD.gn ('k') | testing/buildbot/chromium.perf.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698