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

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

Issue 135363004: MediaStream API: Patch #1 of implementing navigator.getMediaDevices (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed year Created 6 years, 10 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 | « Source/modules/mediastream/UserMediaController.h ('k') | Source/platform/blink_platform.gypi » ('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 # Experimental hooks for embedder to provide extra IDL and source files. 3 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 4 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 5 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 6 # from time to time as the code generator changes in backward incompatible
7 # ways. 7 # ways.
8 'extra_blink_module_idl_files': [], 8 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 9 'extra_blink_module_files': [],
10 # Files for which bindings (.cpp and .h files) will be generated 10 # Files for which bindings (.cpp and .h files) will be generated
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 'mediasource/VideoPlaybackQuality.cpp', 411 'mediasource/VideoPlaybackQuality.cpp',
412 'mediasource/VideoPlaybackQuality.h', 412 'mediasource/VideoPlaybackQuality.h',
413 'mediasource/WebKitMediaSource.cpp', 413 'mediasource/WebKitMediaSource.cpp',
414 'mediasource/WebKitMediaSource.h', 414 'mediasource/WebKitMediaSource.h',
415 'mediasource/WebKitSourceBuffer.cpp', 415 'mediasource/WebKitSourceBuffer.cpp',
416 'mediasource/WebKitSourceBuffer.h', 416 'mediasource/WebKitSourceBuffer.h',
417 'mediasource/WebKitSourceBufferList.cpp', 417 'mediasource/WebKitSourceBufferList.cpp',
418 'mediasource/WebKitSourceBufferList.h', 418 'mediasource/WebKitSourceBufferList.h',
419 'mediastream/MediaConstraintsImpl.cpp', 419 'mediastream/MediaConstraintsImpl.cpp',
420 'mediastream/MediaConstraintsImpl.h', 420 'mediastream/MediaConstraintsImpl.h',
421 'mediastream/MediaDeviceInfo.cpp',
422 'mediastream/MediaDeviceInfo.h',
423 'mediastream/MediaDeviceInfoCallback.h',
424 'mediastream/MediaDevicesRequest.cpp',
425 'mediastream/MediaDevicesRequest.h',
421 'mediastream/MediaStream.cpp', 426 'mediastream/MediaStream.cpp',
422 'mediastream/MediaStream.h', 427 'mediastream/MediaStream.h',
423 'mediastream/MediaStreamEvent.cpp', 428 'mediastream/MediaStreamEvent.cpp',
424 'mediastream/MediaStreamEvent.h', 429 'mediastream/MediaStreamEvent.h',
425 'mediastream/MediaStreamRegistry.cpp', 430 'mediastream/MediaStreamRegistry.cpp',
426 'mediastream/MediaStreamRegistry.h', 431 'mediastream/MediaStreamRegistry.h',
427 'mediastream/MediaStreamTrack.cpp', 432 'mediastream/MediaStreamTrack.cpp',
428 'mediastream/MediaStreamTrack.h', 433 'mediastream/MediaStreamTrack.h',
429 'mediastream/MediaStreamTrackEvent.cpp', 434 'mediastream/MediaStreamTrackEvent.cpp',
430 'mediastream/MediaStreamTrackEvent.h', 435 'mediastream/MediaStreamTrackEvent.h',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 'indexeddb/IDBKeyPathTest.cpp', 817 'indexeddb/IDBKeyPathTest.cpp',
813 'indexeddb/IDBRequestTest.cpp', 818 'indexeddb/IDBRequestTest.cpp',
814 'indexeddb/IDBTransactionTest.cpp', 819 'indexeddb/IDBTransactionTest.cpp',
815 'websockets/WebSocketDeflaterTest.cpp', 820 'websockets/WebSocketDeflaterTest.cpp',
816 'websockets/WebSocketExtensionDispatcherTest.cpp', 821 'websockets/WebSocketExtensionDispatcherTest.cpp',
817 'websockets/WebSocketExtensionParserTest.cpp', 822 'websockets/WebSocketExtensionParserTest.cpp',
818 'websockets/WebSocketPerMessageDeflateTest.cpp', 823 'websockets/WebSocketPerMessageDeflateTest.cpp',
819 ], 824 ],
820 }, 825 },
821 } 826 }
OLDNEW
« no previous file with comments | « Source/modules/mediastream/UserMediaController.h ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698