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

Unified Diff: Source/modules/modules.gypi

Issue 18182009: WaveTable name has changed to PeriodicWave (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix global constructors test Created 7 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index eadb7d15ceac9582074a9f9e2232a4202ae7aade..df7c240711182492effbd54074eee04d20fc711b 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -158,9 +158,9 @@
'webaudio/OfflineAudioCompletionEvent.idl',
'webaudio/OfflineAudioContext.idl',
'webaudio/OscillatorNode.idl',
+ 'webaudio/PeriodicWave.idl',
'webaudio/AnalyserNode.idl',
'webaudio/WaveShaperNode.idl',
- 'webaudio/WaveTable.idl',
'webdatabase/Database.idl',
'webdatabase/DatabaseCallback.idl',
'webdatabase/DatabaseSync.idl',
@@ -560,6 +560,8 @@
'webaudio/OfflineAudioDestinationNode.h',
'webaudio/OscillatorNode.cpp',
'webaudio/OscillatorNode.h',
+ 'webaudio/PeriodicWave.cpp',
+ 'webaudio/PeriodicWave.h',
'webaudio/RealtimeAnalyser.cpp',
'webaudio/RealtimeAnalyser.h',
'webaudio/AnalyserNode.cpp',
@@ -570,8 +572,6 @@
'webaudio/WaveShaperNode.h',
'webaudio/WaveShaperProcessor.cpp',
'webaudio/WaveShaperProcessor.h',
- 'webaudio/WaveTable.cpp',
- 'webaudio/WaveTable.h',
'webdatabase/AbstractDatabaseServer.h',
'webdatabase/AbstractSQLStatement.h',
'webdatabase/AbstractSQLStatementBackend.h',
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/modules/webaudio/AudioContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698