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

Unified Diff: sql/sql.gyp

Issue 1327063002: [tracing] Add sqlite memory statistics to tracing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 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 side-by-side diff with in-line comments
Download patch
Index: sql/sql.gyp
diff --git a/sql/sql.gyp b/sql/sql.gyp
index 115a93bdd5f37d3061a1ed5aa0d5b6553d9b3a79..362597e75f14fae790cdb9b7bd646fdb3b6178e3 100644
--- a/sql/sql.gyp
+++ b/sql/sql.gyp
@@ -29,6 +29,8 @@
'meta_table.h',
'recovery.cc',
'recovery.h',
+ 'sql_memory_dump_provider.cc',
+ 'sql_memory_dump_provider.h',
'statement.cc',
'statement.h',
'transaction.cc',
@@ -89,6 +91,7 @@
'connection_unittest.cc',
'meta_table_unittest.cc',
'recovery_unittest.cc',
+ 'sql_memory_dump_provider_unittest.cc',
'sqlite_features_unittest.cc',
'statement_unittest.cc',
'test/paths.cc',

Powered by Google App Engine
This is Rietveld 408576698