| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 8c0812052e3c82566d72e24797ba82a4009e7ca7..f39930e0d0d2b2775ac7724381b163fae9d83663 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -931,6 +931,7 @@ if (!is_ios) {
|
| testonly = true
|
| data_deps = [
|
| "//content/shell:content_shell",
|
| + "//third_party/WebKit/public:blink_devtools_frontend_resources_files",
|
| "//third_party/mesa:osmesa",
|
| "//tools/imagediff",
|
| ]
|
| @@ -968,6 +969,7 @@ if (!is_ios) {
|
| "//testing/xvfb.py",
|
| "//testing/scripts/run_isolated_script_test.py",
|
| "//third_party/WebKit/LayoutTests/",
|
| + "//third_party/WebKit/PerformanceTests/",
|
| "//third_party/WebKit/Tools/Scripts/",
|
| "$root_build_dir/resources/inspector/",
|
| ]
|
|
|