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

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: 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
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 4af94b2e1c566dbec28f5a0c9471b141853c5c54..e171f0c435360ffff6b0b1e110caf89fb57d1b03 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -1804,6 +1804,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',

Powered by Google App Engine
This is Rietveld 408576698