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

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

Issue 16288002: Web MIDI API (work in progress) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add accessApproved() 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 unified diff | Download patch | Annotate | Revision Log
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/CSSFilterRule.idl', 6 'css/CSSFilterRule.idl',
7 'css/CSSFilterValue.idl', 7 'css/CSSFilterValue.idl',
8 'css/CSSFontFaceLoadEvent.idl', 8 'css/CSSFontFaceLoadEvent.idl',
9 'css/CSSFontFaceRule.idl', 9 'css/CSSFontFaceRule.idl',
10 'css/CSSHostRule.idl', 10 'css/CSSHostRule.idl',
(...skipping 3018 matching lines...) Expand 10 before | Expand all | Expand 10 after
3029 'platform/mediastream/RTCStatsRequest.h', 3029 'platform/mediastream/RTCStatsRequest.h',
3030 'platform/mediastream/RTCVoidRequest.h', 3030 'platform/mediastream/RTCVoidRequest.h',
3031 'platform/mediastream/chromium/MediaStreamCenterChromium.cpp', 3031 'platform/mediastream/chromium/MediaStreamCenterChromium.cpp',
3032 'platform/mediastream/chromium/MediaStreamCenterChromium.h', 3032 'platform/mediastream/chromium/MediaStreamCenterChromium.h',
3033 'platform/mediastream/chromium/RTCDTMFSenderHandlerChromium.cpp', 3033 'platform/mediastream/chromium/RTCDTMFSenderHandlerChromium.cpp',
3034 'platform/mediastream/chromium/RTCDTMFSenderHandlerChromium.h', 3034 'platform/mediastream/chromium/RTCDTMFSenderHandlerChromium.h',
3035 'platform/mediastream/chromium/RTCDataChannelHandlerChromium.cpp', 3035 'platform/mediastream/chromium/RTCDataChannelHandlerChromium.cpp',
3036 'platform/mediastream/chromium/RTCDataChannelHandlerChromium.h', 3036 'platform/mediastream/chromium/RTCDataChannelHandlerChromium.h',
3037 'platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.cpp' , 3037 'platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.cpp' ,
3038 'platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.h', 3038 'platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.h',
3039 'platform/midi/MIDIAccessor.h',
3040 'platform/midi/MIDIAccessorChromium.cpp',
3041 'platform/midi/MIDIAccessorChromium.h',
3039 'platform/mock/DeviceMotionClientMock.cpp', 3042 'platform/mock/DeviceMotionClientMock.cpp',
3040 'platform/mock/DeviceOrientationClientMock.cpp', 3043 'platform/mock/DeviceOrientationClientMock.cpp',
3041 'platform/mock/GeolocationClientMock.cpp', 3044 'platform/mock/GeolocationClientMock.cpp',
3042 'platform/mock/PlatformSpeechSynthesizerMock.cpp', 3045 'platform/mock/PlatformSpeechSynthesizerMock.cpp',
3043 'platform/mock/PlatformSpeechSynthesizerMock.h', 3046 'platform/mock/PlatformSpeechSynthesizerMock.h',
3044 'platform/mock/ScrollbarThemeMock.cpp', 3047 'platform/mock/ScrollbarThemeMock.cpp',
3045 'platform/mock/ScrollbarThemeMock.h', 3048 'platform/mock/ScrollbarThemeMock.h',
3046 'platform/network/BlobData.cpp', 3049 'platform/network/BlobData.cpp',
3047 'platform/network/BlobData.h', 3050 'platform/network/BlobData.h',
3048 'platform/network/BlobRegistry.h', 3051 'platform/network/BlobRegistry.h',
(...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after
3697 'bison_exe': 'bison', 3700 'bison_exe': 'bison',
3698 # We specify a preprocess so it happens locally and won't get 3701 # We specify a preprocess so it happens locally and won't get
3699 # distributed to goma. 3702 # distributed to goma.
3700 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3703 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3701 # use /usr/bin/clang once we require Xcode 4.x. 3704 # use /usr/bin/clang once we require Xcode 4.x.
3702 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3705 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3703 }], 3706 }],
3704 ], 3707 ],
3705 } 3708 }
3706 } 3709 }
OLDNEW
« no previous file with comments | « Source/Platform/chromium/public/WebMIDIAccessor.h ('k') | Source/core/platform/midi/MIDIAccessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698