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

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

Issue 25223002: Move core/platform/sql into modules/webdatabase (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Attempt to fix the mac build Created 7 years, 2 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/modules.gyp ('k') | Source/modules/webdatabase/AbstractSQLTransactionBackend.h » ('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 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 'webdatabase/SQLTransactionCoordinator.cpp', 702 'webdatabase/SQLTransactionCoordinator.cpp',
703 'webdatabase/SQLTransactionCoordinator.h', 703 'webdatabase/SQLTransactionCoordinator.h',
704 'webdatabase/SQLTransactionState.h', 704 'webdatabase/SQLTransactionState.h',
705 'webdatabase/SQLTransactionStateMachine.cpp', 705 'webdatabase/SQLTransactionStateMachine.cpp',
706 'webdatabase/SQLTransactionStateMachine.h', 706 'webdatabase/SQLTransactionStateMachine.h',
707 'webdatabase/SQLTransactionSync.cpp', 707 'webdatabase/SQLTransactionSync.cpp',
708 'webdatabase/SQLTransactionSync.h', 708 'webdatabase/SQLTransactionSync.h',
709 'webdatabase/SQLTransactionSyncCallback.h', 709 'webdatabase/SQLTransactionSyncCallback.h',
710 'webdatabase/WorkerGlobalScopeWebDatabase.cpp', 710 'webdatabase/WorkerGlobalScopeWebDatabase.cpp',
711 'webdatabase/WorkerGlobalScopeWebDatabase.h', 711 'webdatabase/WorkerGlobalScopeWebDatabase.h',
712 'webdatabase/sqlite/SQLValue.cpp',
713 'webdatabase/sqlite/SQLiteAuthorizer.cpp',
714 'webdatabase/sqlite/SQLiteDatabase.cpp',
715 'webdatabase/sqlite/SQLiteDatabase.h',
716 'webdatabase/sqlite/SQLiteFileSystem.cpp',
717 'webdatabase/sqlite/SQLiteFileSystem.h',
718 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp',
719 'webdatabase/sqlite/SQLiteFileSystemWin.cpp',
720 'webdatabase/sqlite/SQLiteStatement.cpp',
721 'webdatabase/sqlite/SQLiteStatement.h',
722 'webdatabase/sqlite/SQLiteTransaction.cpp',
723 'webdatabase/sqlite/SQLiteTransaction.h',
712 'webmidi/MIDIAccess.cpp', 724 'webmidi/MIDIAccess.cpp',
713 'webmidi/MIDIAccess.h', 725 'webmidi/MIDIAccess.h',
714 'webmidi/MIDIAccessPromise.cpp', 726 'webmidi/MIDIAccessPromise.cpp',
715 'webmidi/MIDIAccessPromise.h', 727 'webmidi/MIDIAccessPromise.h',
716 'webmidi/MIDIClient.h', 728 'webmidi/MIDIClient.h',
717 'webmidi/MIDIClientMock.cpp', 729 'webmidi/MIDIClientMock.cpp',
718 'webmidi/MIDIClientMock.h', 730 'webmidi/MIDIClientMock.h',
719 'webmidi/MIDIConnectionEvent.h', 731 'webmidi/MIDIConnectionEvent.h',
720 'webmidi/MIDIController.cpp', 732 'webmidi/MIDIController.cpp',
721 'webmidi/MIDIController.h', 733 'webmidi/MIDIController.h',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 'indexeddb/IDBKeyPathTest.cpp', 782 'indexeddb/IDBKeyPathTest.cpp',
771 'indexeddb/IDBRequestTest.cpp', 783 'indexeddb/IDBRequestTest.cpp',
772 'indexeddb/IDBTransactionTest.cpp', 784 'indexeddb/IDBTransactionTest.cpp',
773 'websockets/WebSocketDeflaterTest.cpp', 785 'websockets/WebSocketDeflaterTest.cpp',
774 'websockets/WebSocketExtensionDispatcherTest.cpp', 786 'websockets/WebSocketExtensionDispatcherTest.cpp',
775 'websockets/WebSocketExtensionParserTest.cpp', 787 'websockets/WebSocketExtensionParserTest.cpp',
776 'websockets/WebSocketPerMessageDeflateTest.cpp', 788 'websockets/WebSocketPerMessageDeflateTest.cpp',
777 ], 789 ],
778 }, 790 },
779 } 791 }
OLDNEW
« no previous file with comments | « Source/modules/modules.gyp ('k') | Source/modules/webdatabase/AbstractSQLTransactionBackend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698