WebKit LayoutTests needs more resources.
The webaudio/Panner/hrtf-database.html needs these two audio files,
otherwise it just times out. Bug https://crbug.com/693838 logged.
BUG=52475,693838
Review-Url: https://codereview.chromium.org/2704863002
Cr-Commit-Position: refs/heads/master@{#451608}
diff --git a/BUILD.gn b/BUILD.gn
index f39930e..a325e9f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -965,13 +965,15 @@
}
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) {