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

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

Issue 22906002: Implement ImageBitmapFactories as a supplementary module. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add OWNERS file. Created 7 years, 4 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 | « Source/modules/imagebitmap/OWNERS ('k') | no next file » | 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 10
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'filesystem/FileEntrySync.idl', 43 'filesystem/FileEntrySync.idl',
44 'filesystem/FileWriter.idl', 44 'filesystem/FileWriter.idl',
45 'filesystem/FileWriterSync.idl', 45 'filesystem/FileWriterSync.idl',
46 'filesystem/Metadata.idl', 46 'filesystem/Metadata.idl',
47 'gamepad/Gamepad.idl', 47 'gamepad/Gamepad.idl',
48 'gamepad/GamepadList.idl', 48 'gamepad/GamepadList.idl',
49 'geolocation/Coordinates.idl', 49 'geolocation/Coordinates.idl',
50 'geolocation/Geolocation.idl', 50 'geolocation/Geolocation.idl',
51 'geolocation/Geoposition.idl', 51 'geolocation/Geoposition.idl',
52 'geolocation/PositionError.idl', 52 'geolocation/PositionError.idl',
53 'imagebitmap/ImageBitmapFactories.idl',
53 'indexeddb/IDBAny.idl', 54 'indexeddb/IDBAny.idl',
54 'indexeddb/IDBCursor.idl', 55 'indexeddb/IDBCursor.idl',
55 'indexeddb/IDBCursorWithValue.idl', 56 'indexeddb/IDBCursorWithValue.idl',
56 'indexeddb/IDBDatabase.idl', 57 'indexeddb/IDBDatabase.idl',
57 'indexeddb/IDBFactory.idl', 58 'indexeddb/IDBFactory.idl',
58 'indexeddb/IDBIndex.idl', 59 'indexeddb/IDBIndex.idl',
59 'indexeddb/IDBKeyRange.idl', 60 'indexeddb/IDBKeyRange.idl',
60 'indexeddb/IDBObjectStore.idl', 61 'indexeddb/IDBObjectStore.idl',
61 'indexeddb/IDBOpenDBRequest.idl', 62 'indexeddb/IDBOpenDBRequest.idl',
62 'indexeddb/IDBRequest.idl', 63 'indexeddb/IDBRequest.idl',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'gamepad/Gamepad.h', 339 'gamepad/Gamepad.h',
339 'gamepad/GamepadList.cpp', 340 'gamepad/GamepadList.cpp',
340 'gamepad/GamepadList.h', 341 'gamepad/GamepadList.h',
341 'gamepad/NavigatorGamepad.cpp', 342 'gamepad/NavigatorGamepad.cpp',
342 'gamepad/NavigatorGamepad.h', 343 'gamepad/NavigatorGamepad.h',
343 'geolocation/Coordinates.cpp', 344 'geolocation/Coordinates.cpp',
344 'geolocation/Geolocation.cpp', 345 'geolocation/Geolocation.cpp',
345 'geolocation/GeolocationController.cpp', 346 'geolocation/GeolocationController.cpp',
346 'geolocation/NavigatorGeolocation.cpp', 347 'geolocation/NavigatorGeolocation.cpp',
347 'geolocation/NavigatorGeolocation.h', 348 'geolocation/NavigatorGeolocation.h',
349 'imagebitmap/ImageBitmapFactories.cpp',
350 'imagebitmap/ImageBitmapFactories.h',
348 'indexeddb/DOMWindowIndexedDatabase.cpp', 351 'indexeddb/DOMWindowIndexedDatabase.cpp',
349 'indexeddb/DOMWindowIndexedDatabase.h', 352 'indexeddb/DOMWindowIndexedDatabase.h',
350 'indexeddb/IDBAny.cpp', 353 'indexeddb/IDBAny.cpp',
351 'indexeddb/IDBAny.h', 354 'indexeddb/IDBAny.h',
352 'indexeddb/IDBCallbacks.h', 355 'indexeddb/IDBCallbacks.h',
353 'indexeddb/IDBCursor.cpp', 356 'indexeddb/IDBCursor.cpp',
354 'indexeddb/IDBCursor.h', 357 'indexeddb/IDBCursor.h',
355 'indexeddb/IDBCursorBackendInterface.h', 358 'indexeddb/IDBCursorBackendInterface.h',
356 'indexeddb/IDBCursorWithValue.cpp', 359 'indexeddb/IDBCursorWithValue.cpp',
357 'indexeddb/IDBCursorWithValue.h', 360 'indexeddb/IDBCursorWithValue.h',
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'indexeddb/IDBKeyPathTest.cpp', 756 'indexeddb/IDBKeyPathTest.cpp',
754 'indexeddb/IDBRequestTest.cpp', 757 'indexeddb/IDBRequestTest.cpp',
755 'indexeddb/IDBTransactionTest.cpp', 758 'indexeddb/IDBTransactionTest.cpp',
756 'websockets/WebSocketDeflaterTest.cpp', 759 'websockets/WebSocketDeflaterTest.cpp',
757 'websockets/WebSocketExtensionDispatcherTest.cpp', 760 'websockets/WebSocketExtensionDispatcherTest.cpp',
758 'websockets/WebSocketExtensionParserTest.cpp', 761 'websockets/WebSocketExtensionParserTest.cpp',
759 'websockets/WebSocketPerMessageDeflateTest.cpp', 762 'websockets/WebSocketPerMessageDeflateTest.cpp',
760 ], 763 ],
761 }, 764 },
762 } 765 }
OLDNEW
« no previous file with comments | « Source/modules/imagebitmap/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698