Chromium Code Reviews| Index: cc/BUILD.gn |
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn |
| index 00ede9cc2a9e36cb7f78304e44894ce03d6aad72..312c6cd539db562381fc167d2e953e08f5d20ca5 100644 |
| --- a/cc/BUILD.gn |
| +++ b/cc/BUILD.gn |
| @@ -1084,5 +1084,10 @@ test("cc_perftests") { |
| data = [ |
| "test/data/", |
| + |
| + # Needed for isolate script to execute. |
| + "//testing/scripts/common.py", |
| + "//testing/xvfb.py", |
| + "//testing/scripts/run_gtest_perf_test.py", |
| ] |
| } |