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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webdatabase/Database.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 0b0ffb26a4ab9d84d06224a2800d9f809a7cdff0..e9dd040987d11e5ad49cc6554fdc86dab7d974a8 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -1808,6 +1808,8 @@
'webdatabase/SQLTransactionState.h',
'webdatabase/SQLTransactionStateMachine.cpp',
'webdatabase/SQLTransactionStateMachine.h',
+ 'webdatabase/StorageLog.h',
+ 'webdatabase/sqlite/SQLLog.h',
'webdatabase/sqlite/SQLValue.cpp',
'webdatabase/sqlite/SQLiteAuthorizer.cpp',
'webdatabase/sqlite/SQLiteDatabase.cpp',
« 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