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

Unified Diff: net/BUILD.gn

Issue 2931943003: Add scripts dependency to net_perftests target (Closed)
Patch Set: Created 3 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 3ee51c943336c0f21c21d036395167d2abf31b07..b60dd60662d8b683cd4a183888a78639a30621b5 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -5497,7 +5497,13 @@ if (!is_ios && !is_proto_quic) {
"//testing/perf",
"//url",
]
-
+ 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",
+ ]
if (enable_websockets) {
sources += [ "websockets/websocket_frame_perftest.cc" ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698