| Index: components/tracing/BUILD.gn
|
| diff --git a/components/tracing/BUILD.gn b/components/tracing/BUILD.gn
|
| index 1dabb29e8265b2a5200f897de62bceaa30eb3f66..b73c3d6ffa35d394088c49a4c9fd4fbf0c28f63e 100644
|
| --- a/components/tracing/BUILD.gn
|
| +++ b/components/tracing/BUILD.gn
|
| @@ -132,6 +132,14 @@ test("tracing_perftests") {
|
| "//testing/perf",
|
| ]
|
|
|
| + 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 (is_android) {
|
| deps += [ "//testing/android/native_test:native_test_native_code" ]
|
| }
|
|
|