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

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

Issue 2103043007: Rename AbstractAudioContext to BaseAudioContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use ASSERT(isGraphOwner()) instead of DCHECK Created 4 years, 5 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 f4c5eaee24ef4f384f4ae151531c5e031802dc24..613eabca156d7924884b3e15c830d32ce4a2edc4 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -1633,8 +1633,6 @@
'vr/VRStageParameters.h',
'wake_lock/ScreenWakeLock.cpp',
'wake_lock/ScreenWakeLock.h',
- 'webaudio/AbstractAudioContext.cpp',
- 'webaudio/AbstractAudioContext.h',
'webaudio/AnalyserNode.cpp',
'webaudio/AnalyserNode.h',
'webaudio/AsyncAudioDecoder.cpp',
@@ -1671,6 +1669,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',
« 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