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

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

Issue 2229213002: Web SQL: Replace WTF_LOG() with STORAGE_DVLOG() or SQL_DVLOG(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Using LAZY_STREAM Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webdatabase/Database.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 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 1790 matching lines...) Expand 10 before | Expand all | Expand 10 after
1801 'webdatabase/SQLTransaction.h', 1801 'webdatabase/SQLTransaction.h',
1802 'webdatabase/SQLTransactionBackend.cpp', 1802 'webdatabase/SQLTransactionBackend.cpp',
1803 'webdatabase/SQLTransactionBackend.h', 1803 'webdatabase/SQLTransactionBackend.h',
1804 'webdatabase/SQLTransactionClient.cpp', 1804 'webdatabase/SQLTransactionClient.cpp',
1805 'webdatabase/SQLTransactionClient.h', 1805 'webdatabase/SQLTransactionClient.h',
1806 'webdatabase/SQLTransactionCoordinator.cpp', 1806 'webdatabase/SQLTransactionCoordinator.cpp',
1807 'webdatabase/SQLTransactionCoordinator.h', 1807 'webdatabase/SQLTransactionCoordinator.h',
1808 'webdatabase/SQLTransactionState.h', 1808 'webdatabase/SQLTransactionState.h',
1809 'webdatabase/SQLTransactionStateMachine.cpp', 1809 'webdatabase/SQLTransactionStateMachine.cpp',
1810 'webdatabase/SQLTransactionStateMachine.h', 1810 'webdatabase/SQLTransactionStateMachine.h',
1811 'webdatabase/StorageLog.h',
1812 'webdatabase/sqlite/SQLLog.h',
1811 'webdatabase/sqlite/SQLValue.cpp', 1813 'webdatabase/sqlite/SQLValue.cpp',
1812 'webdatabase/sqlite/SQLiteAuthorizer.cpp', 1814 'webdatabase/sqlite/SQLiteAuthorizer.cpp',
1813 'webdatabase/sqlite/SQLiteDatabase.cpp', 1815 'webdatabase/sqlite/SQLiteDatabase.cpp',
1814 'webdatabase/sqlite/SQLiteDatabase.h', 1816 'webdatabase/sqlite/SQLiteDatabase.h',
1815 'webdatabase/sqlite/SQLiteFileSystem.cpp', 1817 'webdatabase/sqlite/SQLiteFileSystem.cpp',
1816 'webdatabase/sqlite/SQLiteFileSystem.h', 1818 'webdatabase/sqlite/SQLiteFileSystem.h',
1817 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', 1819 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp',
1818 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', 1820 'webdatabase/sqlite/SQLiteFileSystemWin.cpp',
1819 'webdatabase/sqlite/SQLiteStatement.cpp', 1821 'webdatabase/sqlite/SQLiteStatement.cpp',
1820 'webdatabase/sqlite/SQLiteStatement.h', 1822 'webdatabase/sqlite/SQLiteStatement.h',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
2084 'webaudio/ConvolverNodeTest.cpp', 2086 'webaudio/ConvolverNodeTest.cpp',
2085 'webaudio/DynamicsCompressorNodeTest.cpp', 2087 'webaudio/DynamicsCompressorNodeTest.cpp',
2086 'webaudio/ScriptProcessorNodeTest.cpp', 2088 'webaudio/ScriptProcessorNodeTest.cpp',
2087 'webaudio/StereoPannerNodeTest.cpp', 2089 'webaudio/StereoPannerNodeTest.cpp',
2088 'webdatabase/QuotaTrackerTest.cpp', 2090 'webdatabase/QuotaTrackerTest.cpp',
2089 'websockets/DOMWebSocketTest.cpp', 2091 'websockets/DOMWebSocketTest.cpp',
2090 'websockets/DocumentWebSocketChannelTest.cpp', 2092 'websockets/DocumentWebSocketChannelTest.cpp',
2091 ], 2093 ],
2092 }, 2094 },
2093 } 2095 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webdatabase/Database.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698