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

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: Created 4 years, 6 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..a2aa03031e89410c4005f1dd73fc77dc063ceb22 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -1633,8 +1633,8 @@
'vr/VRStageParameters.h',
'wake_lock/ScreenWakeLock.cpp',
'wake_lock/ScreenWakeLock.h',
- 'webaudio/AbstractAudioContext.cpp',
- 'webaudio/AbstractAudioContext.h',
+ 'webaudio/BaseAudioContext.cpp',
dominicc (has gone to gerrit) 2016/07/04 00:10:38 Keep these in alphabetical order.
Raymond Toy 2016/07/07 16:24:10 Oops. Done.
+ 'webaudio/BaseAudioContext.h',
'webaudio/AnalyserNode.cpp',
'webaudio/AnalyserNode.h',
'webaudio/AsyncAudioDecoder.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