Chromium Code Reviews| 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/", |
| ] |
| } |