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

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

Issue 1865583002: Implement BaseAudioContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
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 257865bb34c9ea461bb308a1600e8948a0e919aa..169d0ab7e3020b3e2239d3b5fa799edf2a0b3b0f 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -225,6 +225,7 @@
'webaudio/AudioParam.idl',
'webaudio/AudioProcessingEvent.idl',
'webaudio/AudioSourceNode.idl',
+ 'webaudio/BaseAudioContext.idl',
'webaudio/BiquadFilterNode.idl',
'webaudio/ChannelMergerNode.idl',
'webaudio/ChannelSplitterNode.idl',
@@ -1553,8 +1554,6 @@
'vr/VRPositionState.h',
'wake_lock/ScreenWakeLock.cpp',
'wake_lock/ScreenWakeLock.h',
- 'webaudio/AbstractAudioContext.cpp',
- 'webaudio/AbstractAudioContext.h',
'webaudio/AnalyserNode.cpp',
'webaudio/AnalyserNode.h',
'webaudio/AsyncAudioDecoder.cpp',
@@ -1591,6 +1590,8 @@
'webaudio/AudioSourceNode.h',
'webaudio/AudioSummingJunction.cpp',
'webaudio/AudioSummingJunction.h',
+ 'webaudio/BaseAudioContext.cpp',
+ 'webaudio/BaseAudioContext.h',
'webaudio/BiquadDSPKernel.cpp',
'webaudio/BiquadDSPKernel.h',
'webaudio/BiquadFilterNode.cpp',

Powered by Google App Engine
This is Rietveld 408576698