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

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: Nits. Created 5 years, 3 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 018b287ce665b867495e601c6e85b2d36c8fec45..d3889d39d5b1e9b03408ab2291581421f867b5fe 100644
--- a/sql/sql.gyp
+++ b/sql/sql.gyp
@@ -27,6 +27,8 @@
'init_status.h',
'meta_table.cc',
'meta_table.h',
+ 'process_memory_dump_provider.cc',
+ 'process_memory_dump_provider.h',
'recovery.cc',
'recovery.h',
'statement.cc',
@@ -88,6 +90,7 @@
'sources': [
'connection_unittest.cc',
'meta_table_unittest.cc',
+ 'process_memory_dump_provider_unittest.cc',
'recovery_unittest.cc',
'sqlite_features_unittest.cc',
'statement_unittest.cc',
« sql/process_memory_dump_provider.cc ('K') | « sql/process_memory_dump_provider_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698