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

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

Issue 14188039: MediaStream API: Remove LocalMediaStream (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed tests Created 7 years, 8 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 'modules_include_dirs': [ 3 'modules_include_dirs': [
4 'battery', 4 'battery',
5 'donottrack', 5 'donottrack',
6 'filesystem', 6 'filesystem',
7 'gamepad', 7 'gamepad',
8 'geolocation', 8 'geolocation',
9 'indexeddb', 9 'indexeddb',
10 'indexeddb/chromium', 10 'indexeddb/chromium',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'indexeddb/IDBObjectStore.idl', 71 'indexeddb/IDBObjectStore.idl',
72 'indexeddb/IDBOpenDBRequest.idl', 72 'indexeddb/IDBOpenDBRequest.idl',
73 'indexeddb/IDBRequest.idl', 73 'indexeddb/IDBRequest.idl',
74 'indexeddb/IDBTransaction.idl', 74 'indexeddb/IDBTransaction.idl',
75 'indexeddb/IDBVersionChangeEvent.idl', 75 'indexeddb/IDBVersionChangeEvent.idl',
76 'indexeddb/WorkerContextIndexedDatabase.idl', 76 'indexeddb/WorkerContextIndexedDatabase.idl',
77 'mediasource/MediaSource.idl', 77 'mediasource/MediaSource.idl',
78 'mediasource/SourceBuffer.idl', 78 'mediasource/SourceBuffer.idl',
79 'mediasource/SourceBufferList.idl', 79 'mediasource/SourceBufferList.idl',
80 'mediastream/DOMWindowMediaStream.idl', 80 'mediastream/DOMWindowMediaStream.idl',
81 'mediastream/LocalMediaStream.idl',
82 'mediastream/MediaStream.idl', 81 'mediastream/MediaStream.idl',
83 'mediastream/MediaStreamEvent.idl', 82 'mediastream/MediaStreamEvent.idl',
84 'mediastream/MediaStreamTrack.idl', 83 'mediastream/MediaStreamTrack.idl',
85 'mediastream/MediaStreamTrackEvent.idl', 84 'mediastream/MediaStreamTrackEvent.idl',
86 'mediastream/NavigatorMediaStream.idl', 85 'mediastream/NavigatorMediaStream.idl',
87 'mediastream/NavigatorUserMediaError.idl', 86 'mediastream/NavigatorUserMediaError.idl',
88 'mediastream/NavigatorUserMediaErrorCallback.idl', 87 'mediastream/NavigatorUserMediaErrorCallback.idl',
89 'mediastream/NavigatorUserMediaSuccessCallback.idl', 88 'mediastream/NavigatorUserMediaSuccessCallback.idl',
90 'mediastream/RTCDTMFSender.idl', 89 'mediastream/RTCDTMFSender.idl',
91 'mediastream/RTCDTMFToneChangeEvent.idl', 90 'mediastream/RTCDTMFToneChangeEvent.idl',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.cpp', 337 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.cpp',
339 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h', 338 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h',
340 'mediasource/MediaSource.cpp', 339 'mediasource/MediaSource.cpp',
341 'mediasource/MediaSource.h', 340 'mediasource/MediaSource.h',
342 'mediasource/MediaSourceRegistry.cpp', 341 'mediasource/MediaSourceRegistry.cpp',
343 'mediasource/MediaSourceRegistry.h', 342 'mediasource/MediaSourceRegistry.h',
344 'mediasource/SourceBuffer.cpp', 343 'mediasource/SourceBuffer.cpp',
345 'mediasource/SourceBuffer.h', 344 'mediasource/SourceBuffer.h',
346 'mediasource/SourceBufferList.cpp', 345 'mediasource/SourceBufferList.cpp',
347 'mediasource/SourceBufferList.h', 346 'mediasource/SourceBufferList.h',
348 'mediastream/LocalMediaStream.cpp',
349 'mediastream/LocalMediaStream.h',
350 'mediastream/MediaConstraintsImpl.cpp', 347 'mediastream/MediaConstraintsImpl.cpp',
351 'mediastream/MediaConstraintsImpl.h', 348 'mediastream/MediaConstraintsImpl.h',
352 'mediastream/MediaStream.cpp', 349 'mediastream/MediaStream.cpp',
353 'mediastream/MediaStream.h', 350 'mediastream/MediaStream.h',
354 'mediastream/MediaStreamEvent.cpp', 351 'mediastream/MediaStreamEvent.cpp',
355 'mediastream/MediaStreamEvent.h', 352 'mediastream/MediaStreamEvent.h',
356 'mediastream/MediaStreamRegistry.cpp', 353 'mediastream/MediaStreamRegistry.cpp',
357 'mediastream/MediaStreamRegistry.h', 354 'mediastream/MediaStreamRegistry.h',
358 'mediastream/MediaStreamTrack.cpp', 355 'mediastream/MediaStreamTrack.cpp',
359 'mediastream/MediaStreamTrack.h', 356 'mediastream/MediaStreamTrack.h',
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 'websockets/WebSocketHandshake.h', 637 'websockets/WebSocketHandshake.h',
641 'websockets/WebSocketHandshakeRequest.cpp', 638 'websockets/WebSocketHandshakeRequest.cpp',
642 'websockets/WebSocketHandshakeRequest.h', 639 'websockets/WebSocketHandshakeRequest.h',
643 'websockets/WebSocketHandshakeResponse.cpp', 640 'websockets/WebSocketHandshakeResponse.cpp',
644 'websockets/WebSocketHandshakeResponse.h', 641 'websockets/WebSocketHandshakeResponse.h',
645 'websockets/WorkerThreadableWebSocketChannel.cpp', 642 'websockets/WorkerThreadableWebSocketChannel.cpp',
646 'websockets/WorkerThreadableWebSocketChannel.h', 643 'websockets/WorkerThreadableWebSocketChannel.h',
647 ], 644 ],
648 }, 645 },
649 } 646 }
OLDNEW
« no previous file with comments | « Source/modules/mediastream/UserMediaRequest.cpp ('k') | Source/modules/webaudio/AudioContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698