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

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

Issue 157423003: Remove the dependency on encryptedmedia from HTMLMediaElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix compilation error on linux Created 6 years, 9 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
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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'webmidi/MIDISuccessCallback.idl', 183 'webmidi/MIDISuccessCallback.idl',
184 'websockets/CloseEvent.idl', 184 'websockets/CloseEvent.idl',
185 'websockets/WebSocket.idl', 185 'websockets/WebSocket.idl',
186 ], 186 ],
187 # 'partial interface' or target (right side of) 'implements' 187 # 'partial interface' or target (right side of) 'implements'
188 'modules_dependency_idl_files': [ 188 'modules_dependency_idl_files': [
189 'battery/NavigatorBattery.idl', 189 'battery/NavigatorBattery.idl',
190 'crypto/WindowCrypto.idl', 190 'crypto/WindowCrypto.idl',
191 'crypto/WorkerGlobalScopeCrypto.idl', 191 'crypto/WorkerGlobalScopeCrypto.idl',
192 'donottrack/NavigatorDoNotTrack.idl', 192 'donottrack/NavigatorDoNotTrack.idl',
193 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl',
193 'filesystem/DataTransferItemFileSystem.idl', 194 'filesystem/DataTransferItemFileSystem.idl',
194 'filesystem/HTMLInputElementFileSystem.idl', 195 'filesystem/HTMLInputElementFileSystem.idl',
195 'filesystem/InspectorFrontendHostFileSystem.idl', 196 'filesystem/InspectorFrontendHostFileSystem.idl',
196 'filesystem/WindowFileSystem.idl', 197 'filesystem/WindowFileSystem.idl',
197 'filesystem/WorkerGlobalScopeFileSystem.idl', 198 'filesystem/WorkerGlobalScopeFileSystem.idl',
198 'gamepad/NavigatorGamepad.idl', 199 'gamepad/NavigatorGamepad.idl',
199 'geolocation/NavigatorGeolocation.idl', 200 'geolocation/NavigatorGeolocation.idl',
200 'imagebitmap/ImageBitmapFactories.idl', 201 'imagebitmap/ImageBitmapFactories.idl',
201 'imagebitmap/WindowImageBitmapFactories.idl', 202 'imagebitmap/WindowImageBitmapFactories.idl',
202 'indexeddb/WindowIndexedDatabase.idl', 203 'indexeddb/WindowIndexedDatabase.idl',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'device_orientation/DeviceSensorEventController.cpp', 284 'device_orientation/DeviceSensorEventController.cpp',
284 'device_orientation/DeviceSensorEventController.h', 285 'device_orientation/DeviceSensorEventController.h',
285 'device_orientation/DeviceSensorEventDispatcher.cpp', 286 'device_orientation/DeviceSensorEventDispatcher.cpp',
286 'device_orientation/DeviceSensorEventDispatcher.h', 287 'device_orientation/DeviceSensorEventDispatcher.h',
287 'donottrack/NavigatorDoNotTrack.cpp', 288 'donottrack/NavigatorDoNotTrack.cpp',
288 'donottrack/NavigatorDoNotTrack.h', 289 'donottrack/NavigatorDoNotTrack.h',
289 'encoding/TextDecoder.cpp', 290 'encoding/TextDecoder.cpp',
290 'encoding/TextDecoder.h', 291 'encoding/TextDecoder.h',
291 'encoding/TextEncoder.cpp', 292 'encoding/TextEncoder.cpp',
292 'encoding/TextEncoder.h', 293 'encoding/TextEncoder.h',
294 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp',
295 'encryptedmedia/HTMLMediaElementEncryptedMedia.h',
293 'encryptedmedia/MediaKeyMessageEvent.cpp', 296 'encryptedmedia/MediaKeyMessageEvent.cpp',
294 'encryptedmedia/MediaKeyMessageEvent.h', 297 'encryptedmedia/MediaKeyMessageEvent.h',
295 'encryptedmedia/MediaKeyNeededEvent.cpp', 298 'encryptedmedia/MediaKeyNeededEvent.cpp',
296 'encryptedmedia/MediaKeyNeededEvent.h', 299 'encryptedmedia/MediaKeyNeededEvent.h',
297 'encryptedmedia/MediaKeys.cpp', 300 'encryptedmedia/MediaKeys.cpp',
298 'encryptedmedia/MediaKeys.h', 301 'encryptedmedia/MediaKeys.h',
299 'encryptedmedia/MediaKeySession.cpp', 302 'encryptedmedia/MediaKeySession.cpp',
300 'encryptedmedia/MediaKeySession.h', 303 'encryptedmedia/MediaKeySession.h',
301 'filesystem/DOMFilePath.cpp', 304 'filesystem/DOMFilePath.cpp',
302 'filesystem/DOMFilePath.h', 305 'filesystem/DOMFilePath.h',
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 'indexeddb/IDBKeyPathTest.cpp', 879 'indexeddb/IDBKeyPathTest.cpp',
877 'indexeddb/IDBRequestTest.cpp', 880 'indexeddb/IDBRequestTest.cpp',
878 'indexeddb/IDBTransactionTest.cpp', 881 'indexeddb/IDBTransactionTest.cpp',
879 'websockets/WebSocketDeflaterTest.cpp', 882 'websockets/WebSocketDeflaterTest.cpp',
880 'websockets/WebSocketExtensionDispatcherTest.cpp', 883 'websockets/WebSocketExtensionDispatcherTest.cpp',
881 'websockets/WebSocketExtensionParserTest.cpp', 884 'websockets/WebSocketExtensionParserTest.cpp',
882 'websockets/WebSocketPerMessageDeflateTest.cpp', 885 'websockets/WebSocketPerMessageDeflateTest.cpp',
883 ], 886 ],
884 }, 887 },
885 } 888 }
OLDNEW
« no previous file with comments | « Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl ('k') | Source/platform/graphics/media/MediaPlayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698