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

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

Issue 225023020: IDBFactoryBackend -> IndexedDBClient, remove indexeddb/chromium (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename some lingering 'factory' ferences to 'client' Created 6 years, 8 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
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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 'indexeddb/IDBCursorWithValue.cpp', 424 'indexeddb/IDBCursorWithValue.cpp',
425 'indexeddb/IDBCursorWithValue.h', 425 'indexeddb/IDBCursorWithValue.h',
426 'indexeddb/IDBDatabase.cpp', 426 'indexeddb/IDBDatabase.cpp',
427 'indexeddb/IDBDatabase.h', 427 'indexeddb/IDBDatabase.h',
428 'indexeddb/IDBDatabaseCallbacks.cpp', 428 'indexeddb/IDBDatabaseCallbacks.cpp',
429 'indexeddb/IDBDatabaseCallbacks.h', 429 'indexeddb/IDBDatabaseCallbacks.h',
430 'indexeddb/IDBEventDispatcher.cpp', 430 'indexeddb/IDBEventDispatcher.cpp',
431 'indexeddb/IDBEventDispatcher.h', 431 'indexeddb/IDBEventDispatcher.h',
432 'indexeddb/IDBFactory.cpp', 432 'indexeddb/IDBFactory.cpp',
433 'indexeddb/IDBFactory.h', 433 'indexeddb/IDBFactory.h',
434 'indexeddb/IDBFactoryBackendInterface.h',
435 'indexeddb/IDBHistograms.h', 434 'indexeddb/IDBHistograms.h',
436 'indexeddb/IDBIndex.cpp', 435 'indexeddb/IDBIndex.cpp',
437 'indexeddb/IDBIndex.h', 436 'indexeddb/IDBIndex.h',
438 'indexeddb/IDBKey.cpp', 437 'indexeddb/IDBKey.cpp',
439 'indexeddb/IDBKey.h', 438 'indexeddb/IDBKey.h',
440 'indexeddb/IDBKeyPath.cpp', 439 'indexeddb/IDBKeyPath.cpp',
441 'indexeddb/IDBKeyPath.h', 440 'indexeddb/IDBKeyPath.h',
442 'indexeddb/IDBKeyRange.cpp', 441 'indexeddb/IDBKeyRange.cpp',
443 'indexeddb/IDBKeyRange.h', 442 'indexeddb/IDBKeyRange.h',
444 'indexeddb/IDBMetadata.h', 443 'indexeddb/IDBMetadata.h',
445 'indexeddb/IDBObjectStore.cpp', 444 'indexeddb/IDBObjectStore.cpp',
446 'indexeddb/IDBObjectStore.h', 445 'indexeddb/IDBObjectStore.h',
447 'indexeddb/IDBOpenDBRequest.cpp', 446 'indexeddb/IDBOpenDBRequest.cpp',
448 'indexeddb/IDBOpenDBRequest.h', 447 'indexeddb/IDBOpenDBRequest.h',
449 'indexeddb/IDBPendingTransactionMonitor.cpp', 448 'indexeddb/IDBPendingTransactionMonitor.cpp',
450 'indexeddb/IDBPendingTransactionMonitor.h', 449 'indexeddb/IDBPendingTransactionMonitor.h',
451 'indexeddb/IDBRequest.cpp', 450 'indexeddb/IDBRequest.cpp',
452 'indexeddb/IDBRequest.h', 451 'indexeddb/IDBRequest.h',
453 'indexeddb/IDBTracing.h', 452 'indexeddb/IDBTracing.h',
454 'indexeddb/IDBTransaction.cpp', 453 'indexeddb/IDBTransaction.cpp',
455 'indexeddb/IDBTransaction.h', 454 'indexeddb/IDBTransaction.h',
456 'indexeddb/IDBVersionChangeEvent.cpp', 455 'indexeddb/IDBVersionChangeEvent.cpp',
457 'indexeddb/IDBVersionChangeEvent.h', 456 'indexeddb/IDBVersionChangeEvent.h',
458 'indexeddb/IndexedDB.h', 457 'indexeddb/IndexedDB.h',
458 'indexeddb/IndexedDBClient.cpp',
459 'indexeddb/IndexedDBClient.h',
459 'indexeddb/InspectorIndexedDBAgent.cpp', 460 'indexeddb/InspectorIndexedDBAgent.cpp',
460 'indexeddb/InspectorIndexedDBAgent.h', 461 'indexeddb/InspectorIndexedDBAgent.h',
461 'indexeddb/WebIDBCallbacksImpl.cpp', 462 'indexeddb/WebIDBCallbacksImpl.cpp',
462 'indexeddb/WebIDBCallbacksImpl.h', 463 'indexeddb/WebIDBCallbacksImpl.h',
463 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp', 464 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp',
464 'indexeddb/WebIDBDatabaseCallbacksImpl.h', 465 'indexeddb/WebIDBDatabaseCallbacksImpl.h',
465 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp', 466 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp',
466 'indexeddb/WorkerGlobalScopeIndexedDatabase.h', 467 'indexeddb/WorkerGlobalScopeIndexedDatabase.h',
467 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.cpp',
468 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h',
469 'mediasource/HTMLVideoElementMediaSource.cpp', 468 'mediasource/HTMLVideoElementMediaSource.cpp',
470 'mediasource/HTMLVideoElementMediaSource.h', 469 'mediasource/HTMLVideoElementMediaSource.h',
471 'mediasource/MediaSource.cpp', 470 'mediasource/MediaSource.cpp',
472 'mediasource/MediaSource.h', 471 'mediasource/MediaSource.h',
473 'mediasource/MediaSourceBase.cpp', 472 'mediasource/MediaSourceBase.cpp',
474 'mediasource/MediaSourceBase.h', 473 'mediasource/MediaSourceBase.h',
475 'mediasource/MediaSourceRegistry.cpp', 474 'mediasource/MediaSourceRegistry.cpp',
476 'mediasource/MediaSourceRegistry.h', 475 'mediasource/MediaSourceRegistry.h',
477 'mediasource/SourceBuffer.cpp', 476 'mediasource/SourceBuffer.cpp',
478 'mediasource/SourceBuffer.h', 477 'mediasource/SourceBuffer.h',
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 'indexeddb/IDBKeyPathTest.cpp', 915 'indexeddb/IDBKeyPathTest.cpp',
917 'indexeddb/IDBRequestTest.cpp', 916 'indexeddb/IDBRequestTest.cpp',
918 'indexeddb/IDBTransactionTest.cpp', 917 'indexeddb/IDBTransactionTest.cpp',
919 'websockets/WebSocketDeflaterTest.cpp', 918 'websockets/WebSocketDeflaterTest.cpp',
920 'websockets/WebSocketExtensionDispatcherTest.cpp', 919 'websockets/WebSocketExtensionDispatcherTest.cpp',
921 'websockets/WebSocketExtensionParserTest.cpp', 920 'websockets/WebSocketExtensionParserTest.cpp',
922 'websockets/WebSocketPerMessageDeflateTest.cpp', 921 'websockets/WebSocketPerMessageDeflateTest.cpp',
923 ], 922 ],
924 }, 923 },
925 } 924 }
OLDNEW
« no previous file with comments | « Source/modules/indexeddb/chromium/IDBFactoryBackendInterfaceChromium.cpp ('k') | Source/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698