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

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

Issue 22436002: Replace EntryArray type by an Entry[] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master 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/mediastream/MediaStreamTrackSourcesCallback.h ('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 20 matching lines...) Expand all
31 'encryptedmedia/MediaKeyNeededEvent.idl', 31 'encryptedmedia/MediaKeyNeededEvent.idl',
32 'encryptedmedia/MediaKeys.idl', 32 'encryptedmedia/MediaKeys.idl',
33 'encryptedmedia/MediaKeySession.idl', 33 'encryptedmedia/MediaKeySession.idl',
34 'filesystem/DOMFileSystem.idl', 34 'filesystem/DOMFileSystem.idl',
35 'filesystem/DOMFileSystemSync.idl', 35 'filesystem/DOMFileSystemSync.idl',
36 'filesystem/DirectoryEntry.idl', 36 'filesystem/DirectoryEntry.idl',
37 'filesystem/DirectoryEntrySync.idl', 37 'filesystem/DirectoryEntrySync.idl',
38 'filesystem/DirectoryReader.idl', 38 'filesystem/DirectoryReader.idl',
39 'filesystem/DirectoryReaderSync.idl', 39 'filesystem/DirectoryReaderSync.idl',
40 'filesystem/Entry.idl', 40 'filesystem/Entry.idl',
41 'filesystem/EntryArray.idl',
42 'filesystem/EntryArraySync.idl', 41 'filesystem/EntryArraySync.idl',
43 'filesystem/EntrySync.idl', 42 'filesystem/EntrySync.idl',
44 'filesystem/FileEntry.idl', 43 'filesystem/FileEntry.idl',
45 'filesystem/FileEntrySync.idl', 44 'filesystem/FileEntrySync.idl',
46 'filesystem/FileWriter.idl', 45 'filesystem/FileWriter.idl',
47 'filesystem/FileWriterSync.idl', 46 'filesystem/FileWriterSync.idl',
48 'filesystem/Metadata.idl', 47 'filesystem/Metadata.idl',
49 'gamepad/Gamepad.idl', 48 'gamepad/Gamepad.idl',
50 'gamepad/GamepadList.idl', 49 'gamepad/GamepadList.idl',
51 'geolocation/Coordinates.idl', 50 'geolocation/Coordinates.idl',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 'filesystem/DirectoryReader.cpp', 292 'filesystem/DirectoryReader.cpp',
294 'filesystem/DirectoryReader.h', 293 'filesystem/DirectoryReader.h',
295 'filesystem/DirectoryReaderBase.h', 294 'filesystem/DirectoryReaderBase.h',
296 'filesystem/DirectoryReaderSync.cpp', 295 'filesystem/DirectoryReaderSync.cpp',
297 'filesystem/DirectoryReaderSync.h', 296 'filesystem/DirectoryReaderSync.h',
298 'filesystem/DraggedIsolatedFileSystem.cpp', 297 'filesystem/DraggedIsolatedFileSystem.cpp',
299 'filesystem/DraggedIsolatedFileSystem.h', 298 'filesystem/DraggedIsolatedFileSystem.h',
300 'filesystem/EntriesCallback.h', 299 'filesystem/EntriesCallback.h',
301 'filesystem/Entry.cpp', 300 'filesystem/Entry.cpp',
302 'filesystem/Entry.h', 301 'filesystem/Entry.h',
303 'filesystem/EntryArray.cpp',
304 'filesystem/EntryArray.h',
305 'filesystem/EntryArraySync.cpp', 302 'filesystem/EntryArraySync.cpp',
306 'filesystem/EntryArraySync.h', 303 'filesystem/EntryArraySync.h',
307 'filesystem/EntryBase.cpp', 304 'filesystem/EntryBase.cpp',
308 'filesystem/EntryBase.h', 305 'filesystem/EntryBase.h',
309 'filesystem/EntryCallback.h', 306 'filesystem/EntryCallback.h',
310 'filesystem/EntrySync.cpp', 307 'filesystem/EntrySync.cpp',
311 'filesystem/EntrySync.h', 308 'filesystem/EntrySync.h',
312 'filesystem/ErrorCallback.h', 309 'filesystem/ErrorCallback.h',
313 'filesystem/FileCallback.h', 310 'filesystem/FileCallback.h',
314 'filesystem/FileEntry.cpp', 311 'filesystem/FileEntry.cpp',
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 'indexeddb/IDBKeyPathTest.cpp', 756 'indexeddb/IDBKeyPathTest.cpp',
760 'indexeddb/IDBRequestTest.cpp', 757 'indexeddb/IDBRequestTest.cpp',
761 'indexeddb/IDBTransactionTest.cpp', 758 'indexeddb/IDBTransactionTest.cpp',
762 'websockets/WebSocketDeflaterTest.cpp', 759 'websockets/WebSocketDeflaterTest.cpp',
763 'websockets/WebSocketExtensionDispatcherTest.cpp', 760 'websockets/WebSocketExtensionDispatcherTest.cpp',
764 'websockets/WebSocketExtensionParserTest.cpp', 761 'websockets/WebSocketExtensionParserTest.cpp',
765 'websockets/WebSocketPerMessageDeflateTest.cpp', 762 'websockets/WebSocketPerMessageDeflateTest.cpp',
766 ], 763 ],
767 }, 764 },
768 } 765 }
OLDNEW
« no previous file with comments | « Source/modules/mediastream/MediaStreamTrackSourcesCallback.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698