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

Side by Side Diff: Source/core/core.gypi

Issue 25722004: Move core/platform/midi to modules/webmidi (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/platform/midi/MIDIAccessor.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 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 3122 matching lines...) Expand 10 before | Expand all | Expand 10 after
3133 'platform/mediastream/RTCDTMFSenderHandlerClient.h', 3133 'platform/mediastream/RTCDTMFSenderHandlerClient.h',
3134 'platform/mediastream/RTCDataChannelHandler.cpp', 3134 'platform/mediastream/RTCDataChannelHandler.cpp',
3135 'platform/mediastream/RTCDataChannelHandler.h', 3135 'platform/mediastream/RTCDataChannelHandler.h',
3136 'platform/mediastream/RTCDataChannelHandlerClient.h', 3136 'platform/mediastream/RTCDataChannelHandlerClient.h',
3137 'platform/mediastream/RTCPeerConnectionHandler.cpp', 3137 'platform/mediastream/RTCPeerConnectionHandler.cpp',
3138 'platform/mediastream/RTCPeerConnectionHandler.h', 3138 'platform/mediastream/RTCPeerConnectionHandler.h',
3139 'platform/mediastream/RTCPeerConnectionHandlerClient.h', 3139 'platform/mediastream/RTCPeerConnectionHandlerClient.h',
3140 'platform/mediastream/RTCSessionDescriptionRequest.h', 3140 'platform/mediastream/RTCSessionDescriptionRequest.h',
3141 'platform/mediastream/RTCStatsRequest.h', 3141 'platform/mediastream/RTCStatsRequest.h',
3142 'platform/mediastream/RTCVoidRequest.h', 3142 'platform/mediastream/RTCVoidRequest.h',
3143 'platform/midi/MIDIAccessor.h',
3144 'platform/midi/MIDIAccessor.cpp',
3145 'platform/midi/MIDIAccessorClient.h',
3146 'platform/mock/GeolocationClientMock.cpp', 3143 'platform/mock/GeolocationClientMock.cpp',
3147 'platform/mock/PlatformSpeechSynthesizerMock.cpp', 3144 'platform/mock/PlatformSpeechSynthesizerMock.cpp',
3148 'platform/mock/PlatformSpeechSynthesizerMock.h', 3145 'platform/mock/PlatformSpeechSynthesizerMock.h',
3149 'platform/mock/ScrollbarThemeMock.cpp', 3146 'platform/mock/ScrollbarThemeMock.cpp',
3150 'platform/mock/ScrollbarThemeMock.h', 3147 'platform/mock/ScrollbarThemeMock.h',
3151 'platform/mock/ScrollbarThemeOverlayMock.h', 3148 'platform/mock/ScrollbarThemeOverlayMock.h',
3152 'platform/network/BlobData.cpp', 3149 'platform/network/BlobData.cpp',
3153 'platform/network/BlobData.h', 3150 'platform/network/BlobData.h',
3154 'platform/network/DNS.cpp', 3151 'platform/network/DNS.cpp',
3155 'platform/network/DNS.h', 3152 'platform/network/DNS.h',
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
3828 'bison_exe': 'bison', 3825 'bison_exe': 'bison',
3829 # We specify a preprocess so it happens locally and won't get 3826 # We specify a preprocess so it happens locally and won't get
3830 # distributed to goma. 3827 # distributed to goma.
3831 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3828 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3832 # use /usr/bin/clang once we require Xcode 4.x. 3829 # use /usr/bin/clang once we require Xcode 4.x.
3833 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3830 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3834 }], 3831 }],
3835 ], 3832 ],
3836 } 3833 }
3837 } 3834 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/midi/MIDIAccessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698