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

Unified Diff: tools/perf/BUILD.gn

Issue 2081403003: [tools/perf] Enable smoke coverage for all telemetry benchmarks Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add path to pywebsocket lib Created 4 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 | tools/perf/benchmarks/benchmark_smoke_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/BUILD.gn
diff --git a/tools/perf/BUILD.gn b/tools/perf/BUILD.gn
index 333907bafd576bcf898efa321af66d00c95719e0..a66701efbfd1a1357aad4ee430fdad798f6d4793 100644
--- a/tools/perf/BUILD.gn
+++ b/tools/perf/BUILD.gn
@@ -11,9 +11,15 @@ group("perf") {
data = [
"//tools/perf/",
- # Field trial config
+ # Field trial config.
"//tools/variations/",
"//testing/variations/",
+
nednguyen 2016/08/02 13:24:59 +Emily: this CL uncovers some of the missing deps
+ # For blink_perf benchmarks.
+ "//third_party/WebKit/PerformanceTests/",
+
+ # For blink_perf.BlinkPerfPywebsocket benchmark.
+ "//third_party/pywebsocket/",
]
}
« no previous file with comments | « no previous file | tools/perf/benchmarks/benchmark_smoke_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698