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

Unified Diff: Source/modules/modules.gypi

Issue 1214463003: Split "Online" and "Offline" AudioContext processing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Source/modules/webaudio/AudioContext.h » ('j') | Source/modules/webaudio/OnlineAudioContext.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index d138fa17564d555fdf07233804295662bd3cb0a8..9d4035f28fb111f8351e301e7070a4a90983615a 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -1304,6 +1304,8 @@
'webaudio/OfflineAudioContext.h',
'webaudio/OfflineAudioDestinationNode.cpp',
'webaudio/OfflineAudioDestinationNode.h',
+ 'webaudio/OnlineAudioContext.cpp',
+ 'webaudio/OnlineAudioContext.h',
'webaudio/OscillatorNode.cpp',
'webaudio/OscillatorNode.h',
'webaudio/PannerNode.cpp',
« no previous file with comments | « no previous file | Source/modules/webaudio/AudioContext.h » ('j') | Source/modules/webaudio/OnlineAudioContext.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698