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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1948653003: Add PeriodicWaveConstraints dictionary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test failures Created 4 years, 7 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 | « no previous file | third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index e4e19e26e77f58114f1e1496934317643c9779ea..da6aba978f2b8f0c88c02e3e26bf6a2cb41fc502 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -531,6 +531,7 @@
'speech/SpeechRecognitionEventInit.idl',
'storage/StorageEventInit.idl',
'vr/VRFieldOfViewInit.idl',
+ 'webaudio/PeriodicWaveConstraints.idl',
'webgl/WebGLContextAttributes.idl',
'webgl/WebGLContextEventInit.idl',
'webmidi/MIDIConnectionEventInit.idl',
@@ -718,6 +719,8 @@
'<(blink_modules_output_dir)/storage/StorageEventInit.h',
'<(blink_modules_output_dir)/vr/VRFieldOfViewInit.cpp',
'<(blink_modules_output_dir)/vr/VRFieldOfViewInit.h',
+ '<(blink_modules_output_dir)/webaudio/PeriodicWaveConstraints.cpp',
+ '<(blink_modules_output_dir)/webaudio/PeriodicWaveConstraints.h',
'<(blink_modules_output_dir)/webgl/WebGLContextAttributes.cpp',
'<(blink_modules_output_dir)/webgl/WebGLContextAttributes.h',
'<(blink_modules_output_dir)/webgl/WebGLContextEventInit.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698