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

Side by Side 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, 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 1615 matching lines...) Expand 10 before | Expand all | Expand 10 after
1626 'vr/VREyeParameters.h', 1626 'vr/VREyeParameters.h',
1627 'vr/VRFieldOfView.h', 1627 'vr/VRFieldOfView.h',
1628 'vr/VRGetDevicesCallback.cpp', 1628 'vr/VRGetDevicesCallback.cpp',
1629 'vr/VRGetDevicesCallback.h', 1629 'vr/VRGetDevicesCallback.h',
1630 'vr/VRPose.cpp', 1630 'vr/VRPose.cpp',
1631 'vr/VRPose.h', 1631 'vr/VRPose.h',
1632 'vr/VRStageParameters.cpp', 1632 'vr/VRStageParameters.cpp',
1633 'vr/VRStageParameters.h', 1633 'vr/VRStageParameters.h',
1634 'wake_lock/ScreenWakeLock.cpp', 1634 'wake_lock/ScreenWakeLock.cpp',
1635 'wake_lock/ScreenWakeLock.h', 1635 'wake_lock/ScreenWakeLock.h',
1636 'webaudio/AbstractAudioContext.cpp', 1636 '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.
1637 'webaudio/AbstractAudioContext.h', 1637 'webaudio/BaseAudioContext.h',
1638 'webaudio/AnalyserNode.cpp', 1638 'webaudio/AnalyserNode.cpp',
1639 'webaudio/AnalyserNode.h', 1639 'webaudio/AnalyserNode.h',
1640 'webaudio/AsyncAudioDecoder.cpp', 1640 'webaudio/AsyncAudioDecoder.cpp',
1641 'webaudio/AsyncAudioDecoder.h', 1641 'webaudio/AsyncAudioDecoder.h',
1642 'webaudio/AudioBasicInspectorNode.cpp', 1642 'webaudio/AudioBasicInspectorNode.cpp',
1643 'webaudio/AudioBasicInspectorNode.h', 1643 'webaudio/AudioBasicInspectorNode.h',
1644 'webaudio/AudioBasicProcessorHandler.cpp', 1644 'webaudio/AudioBasicProcessorHandler.cpp',
1645 'webaudio/AudioBasicProcessorHandler.h', 1645 'webaudio/AudioBasicProcessorHandler.h',
1646 'webaudio/AudioBuffer.cpp', 1646 'webaudio/AudioBuffer.cpp',
1647 'webaudio/AudioBuffer.h', 1647 'webaudio/AudioBuffer.h',
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
2054 'webaudio/ConvolverNodeTest.cpp', 2054 'webaudio/ConvolverNodeTest.cpp',
2055 'webaudio/DynamicsCompressorNodeTest.cpp', 2055 'webaudio/DynamicsCompressorNodeTest.cpp',
2056 'webaudio/ScriptProcessorNodeTest.cpp', 2056 'webaudio/ScriptProcessorNodeTest.cpp',
2057 'webaudio/StereoPannerNodeTest.cpp', 2057 'webaudio/StereoPannerNodeTest.cpp',
2058 'webdatabase/QuotaTrackerTest.cpp', 2058 'webdatabase/QuotaTrackerTest.cpp',
2059 'websockets/DOMWebSocketTest.cpp', 2059 'websockets/DOMWebSocketTest.cpp',
2060 'websockets/DocumentWebSocketChannelTest.cpp', 2060 'websockets/DocumentWebSocketChannelTest.cpp',
2061 ], 2061 ],
2062 }, 2062 },
2063 } 2063 }
OLDNEW
« 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