| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index f39930e0d0d2b2775ac7724381b163fae9d83663..a325e9fa58ae53ea8fad8a94b96db64857cb9b56 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -965,13 +965,15 @@ if (!is_ios) {
|
| }
|
|
|
| data = [
|
| + "$root_build_dir/resources/inspector/",
|
| "//testing/scripts/common.py",
|
| - "//testing/xvfb.py",
|
| "//testing/scripts/run_isolated_script_test.py",
|
| + "//testing/xvfb.py",
|
| "//third_party/WebKit/LayoutTests/",
|
| "//third_party/WebKit/PerformanceTests/",
|
| + "//third_party/WebKit/Source/platform/audio/resources/Composite.flac",
|
| + "//third_party/WebKit/Source/platform/audio/resources/Composite.wav",
|
| "//third_party/WebKit/Tools/Scripts/",
|
| - "$root_build_dir/resources/inspector/",
|
| ]
|
|
|
| if (is_win) {
|
|
|