Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1360)

Unified Diff: third_party/WebKit/LayoutTests/webaudio/Panner/hrtf-database.html

Issue 2741543002: Copy HRTF files to webaudio/resources/hrtf (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « BUILD.gn ('k') | third_party/WebKit/LayoutTests/webaudio/resources/hrtf/Composite.flac » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webaudio/Panner/hrtf-database.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/Panner/hrtf-database.html b/third_party/WebKit/LayoutTests/webaudio/Panner/hrtf-database.html
index bc890e72980393e0452ec98903711307d23bb4b7..15b9d94b838462fa295c29a93621da97bf21452a 100644
--- a/third_party/WebKit/LayoutTests/webaudio/Panner/hrtf-database.html
+++ b/third_party/WebKit/LayoutTests/webaudio/Panner/hrtf-database.html
@@ -29,8 +29,8 @@
var bufferLoader = new BufferLoader(
context, [
- "../../../Source/platform/audio/resources/Composite.wav",
- "../../../Source/platform/audio/resources/Composite.flac",
+ "../resources/hrtf/Composite.wav",
+ "../resources/hrtf/Composite.flac",
],
function (bufferList) {
should(bufferList.length, "Number of buffers loaded")
« no previous file with comments | « BUILD.gn ('k') | third_party/WebKit/LayoutTests/webaudio/resources/hrtf/Composite.flac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698