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

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: Rebased 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
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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 'indexeddb/IDBRequest.cpp', 386 'indexeddb/IDBRequest.cpp',
387 'indexeddb/IDBRequest.h', 387 'indexeddb/IDBRequest.h',
388 'indexeddb/IDBTracing.h', 388 'indexeddb/IDBTracing.h',
389 'indexeddb/IDBTransaction.cpp', 389 'indexeddb/IDBTransaction.cpp',
390 'indexeddb/IDBTransaction.h', 390 'indexeddb/IDBTransaction.h',
391 'indexeddb/IDBVersionChangeEvent.cpp', 391 'indexeddb/IDBVersionChangeEvent.cpp',
392 'indexeddb/IDBVersionChangeEvent.h', 392 'indexeddb/IDBVersionChangeEvent.h',
393 'indexeddb/IndexedDB.h', 393 'indexeddb/IndexedDB.h',
394 'indexeddb/PageGroupIndexedDatabase.cpp', 394 'indexeddb/PageGroupIndexedDatabase.cpp',
395 'indexeddb/PageGroupIndexedDatabase.h', 395 'indexeddb/PageGroupIndexedDatabase.h',
396 'indexeddb/WebIDBCallbacksImpl.cpp',
397 'indexeddb/WebIDBCallbacksImpl.h',
396 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp', 398 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp',
397 'indexeddb/WebIDBDatabaseCallbacksImpl.h', 399 'indexeddb/WebIDBDatabaseCallbacksImpl.h',
398 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp', 400 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp',
399 'indexeddb/WorkerGlobalScopeIndexedDatabase.h', 401 'indexeddb/WorkerGlobalScopeIndexedDatabase.h',
400 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.cpp', 402 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.cpp',
401 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h', 403 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h',
402 'mediasource/HTMLVideoElementMediaSource.cpp', 404 'mediasource/HTMLVideoElementMediaSource.cpp',
403 'mediasource/HTMLVideoElementMediaSource.h', 405 'mediasource/HTMLVideoElementMediaSource.h',
404 'mediasource/MediaSource.cpp', 406 'mediasource/MediaSource.cpp',
405 'mediasource/MediaSource.h', 407 'mediasource/MediaSource.h',
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 'indexeddb/IDBKeyPathTest.cpp', 795 'indexeddb/IDBKeyPathTest.cpp',
794 'indexeddb/IDBRequestTest.cpp', 796 'indexeddb/IDBRequestTest.cpp',
795 'indexeddb/IDBTransactionTest.cpp', 797 'indexeddb/IDBTransactionTest.cpp',
796 'websockets/WebSocketDeflaterTest.cpp', 798 'websockets/WebSocketDeflaterTest.cpp',
797 'websockets/WebSocketExtensionDispatcherTest.cpp', 799 'websockets/WebSocketExtensionDispatcherTest.cpp',
798 'websockets/WebSocketExtensionParserTest.cpp', 800 'websockets/WebSocketExtensionParserTest.cpp',
799 'websockets/WebSocketPerMessageDeflateTest.cpp', 801 'websockets/WebSocketPerMessageDeflateTest.cpp',
800 ], 802 ],
801 }, 803 },
802 } 804 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698