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

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

Issue 67463006: IndexedDB: Simplify WebIDBCallbacks exports, strip IDBFactoryBackend (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Re-up Created 7 years 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/indexeddb/WebIDBCallbacksImpl.cpp ('k') | Source/web/AssertMatchingEnums.cpp » ('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 'modules_idl_files': [ 10 'modules_idl_files': [
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 'indexeddb/IDBRequest.cpp', 390 'indexeddb/IDBRequest.cpp',
391 'indexeddb/IDBRequest.h', 391 'indexeddb/IDBRequest.h',
392 'indexeddb/IDBTracing.h', 392 'indexeddb/IDBTracing.h',
393 'indexeddb/IDBTransaction.cpp', 393 'indexeddb/IDBTransaction.cpp',
394 'indexeddb/IDBTransaction.h', 394 'indexeddb/IDBTransaction.h',
395 'indexeddb/IDBVersionChangeEvent.cpp', 395 'indexeddb/IDBVersionChangeEvent.cpp',
396 'indexeddb/IDBVersionChangeEvent.h', 396 'indexeddb/IDBVersionChangeEvent.h',
397 'indexeddb/IndexedDB.h', 397 'indexeddb/IndexedDB.h',
398 'indexeddb/PageGroupIndexedDatabase.cpp', 398 'indexeddb/PageGroupIndexedDatabase.cpp',
399 'indexeddb/PageGroupIndexedDatabase.h', 399 'indexeddb/PageGroupIndexedDatabase.h',
400 'indexeddb/WebIDBCallbacksImpl.cpp',
401 'indexeddb/WebIDBCallbacksImpl.h',
400 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp', 402 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp',
401 'indexeddb/WebIDBDatabaseCallbacksImpl.h', 403 'indexeddb/WebIDBDatabaseCallbacksImpl.h',
402 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp', 404 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp',
403 'indexeddb/WorkerGlobalScopeIndexedDatabase.h', 405 'indexeddb/WorkerGlobalScopeIndexedDatabase.h',
404 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.cpp', 406 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.cpp',
405 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h', 407 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h',
406 'mediasource/HTMLVideoElementMediaSource.cpp', 408 'mediasource/HTMLVideoElementMediaSource.cpp',
407 'mediasource/HTMLVideoElementMediaSource.h', 409 'mediasource/HTMLVideoElementMediaSource.h',
408 'mediasource/MediaSource.cpp', 410 'mediasource/MediaSource.cpp',
409 'mediasource/MediaSource.h', 411 'mediasource/MediaSource.h',
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 'indexeddb/IDBKeyPathTest.cpp', 799 'indexeddb/IDBKeyPathTest.cpp',
798 'indexeddb/IDBRequestTest.cpp', 800 'indexeddb/IDBRequestTest.cpp',
799 'indexeddb/IDBTransactionTest.cpp', 801 'indexeddb/IDBTransactionTest.cpp',
800 'websockets/WebSocketDeflaterTest.cpp', 802 'websockets/WebSocketDeflaterTest.cpp',
801 'websockets/WebSocketExtensionDispatcherTest.cpp', 803 'websockets/WebSocketExtensionDispatcherTest.cpp',
802 'websockets/WebSocketExtensionParserTest.cpp', 804 'websockets/WebSocketExtensionParserTest.cpp',
803 'websockets/WebSocketPerMessageDeflateTest.cpp', 805 'websockets/WebSocketPerMessageDeflateTest.cpp',
804 ], 806 ],
805 }, 807 },
806 } 808 }
OLDNEW
« no previous file with comments | « Source/modules/indexeddb/WebIDBCallbacksImpl.cpp ('k') | Source/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698