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

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: 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
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 1786 matching lines...) Expand 10 before | Expand all | Expand 10 after
1797 'webdatabase/SQLTransaction.h', 1797 'webdatabase/SQLTransaction.h',
1798 'webdatabase/SQLTransactionBackend.cpp', 1798 'webdatabase/SQLTransactionBackend.cpp',
1799 'webdatabase/SQLTransactionBackend.h', 1799 'webdatabase/SQLTransactionBackend.h',
1800 'webdatabase/SQLTransactionClient.cpp', 1800 'webdatabase/SQLTransactionClient.cpp',
1801 'webdatabase/SQLTransactionClient.h', 1801 'webdatabase/SQLTransactionClient.h',
1802 'webdatabase/SQLTransactionCoordinator.cpp', 1802 'webdatabase/SQLTransactionCoordinator.cpp',
1803 'webdatabase/SQLTransactionCoordinator.h', 1803 'webdatabase/SQLTransactionCoordinator.h',
1804 'webdatabase/SQLTransactionState.h', 1804 'webdatabase/SQLTransactionState.h',
1805 'webdatabase/SQLTransactionStateMachine.cpp', 1805 'webdatabase/SQLTransactionStateMachine.cpp',
1806 'webdatabase/SQLTransactionStateMachine.h', 1806 'webdatabase/SQLTransactionStateMachine.h',
1807 'webdatabase/StorageLog.h',
1808 'webdatabase/sqlite/SQLLog.h',
1807 'webdatabase/sqlite/SQLValue.cpp', 1809 'webdatabase/sqlite/SQLValue.cpp',
1808 'webdatabase/sqlite/SQLiteAuthorizer.cpp', 1810 'webdatabase/sqlite/SQLiteAuthorizer.cpp',
1809 'webdatabase/sqlite/SQLiteDatabase.cpp', 1811 'webdatabase/sqlite/SQLiteDatabase.cpp',
1810 'webdatabase/sqlite/SQLiteDatabase.h', 1812 'webdatabase/sqlite/SQLiteDatabase.h',
1811 'webdatabase/sqlite/SQLiteFileSystem.cpp', 1813 'webdatabase/sqlite/SQLiteFileSystem.cpp',
1812 'webdatabase/sqlite/SQLiteFileSystem.h', 1814 'webdatabase/sqlite/SQLiteFileSystem.h',
1813 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', 1815 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp',
1814 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', 1816 'webdatabase/sqlite/SQLiteFileSystemWin.cpp',
1815 'webdatabase/sqlite/SQLiteStatement.cpp', 1817 'webdatabase/sqlite/SQLiteStatement.cpp',
1816 'webdatabase/sqlite/SQLiteStatement.h', 1818 'webdatabase/sqlite/SQLiteStatement.h',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
2080 'webaudio/ConvolverNodeTest.cpp', 2082 'webaudio/ConvolverNodeTest.cpp',
2081 'webaudio/DynamicsCompressorNodeTest.cpp', 2083 'webaudio/DynamicsCompressorNodeTest.cpp',
2082 'webaudio/ScriptProcessorNodeTest.cpp', 2084 'webaudio/ScriptProcessorNodeTest.cpp',
2083 'webaudio/StereoPannerNodeTest.cpp', 2085 'webaudio/StereoPannerNodeTest.cpp',
2084 'webdatabase/QuotaTrackerTest.cpp', 2086 'webdatabase/QuotaTrackerTest.cpp',
2085 'websockets/DOMWebSocketTest.cpp', 2087 'websockets/DOMWebSocketTest.cpp',
2086 'websockets/DocumentWebSocketChannelTest.cpp', 2088 'websockets/DocumentWebSocketChannelTest.cpp',
2087 ], 2089 ],
2088 }, 2090 },
2089 } 2091 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698