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

Unified Diff: sql/BUILD.gn

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/BUILD.gn
diff --git a/sql/BUILD.gn b/sql/BUILD.gn
index 57f1b38efd9874e561e81abb89ef419be3e578c3..7b41c9ea17417c8448c635d79cd2f61296e9dfb8 100644
--- a/sql/BUILD.gn
+++ b/sql/BUILD.gn
@@ -13,6 +13,8 @@ component("sql") {
"init_status.h",
"meta_table.cc",
"meta_table.h",
+ "process_memory_dump_provider.cc",
+ "process_memory_dump_provider.h",
Primiano Tucci (use gerrit) 2015/09/30 10:26:56 maybe remove process_ from the file names? Makes i
ssid 2015/10/02 17:06:10 It was process wide stats, so added process_. remo
"recovery.cc",
"recovery.h",
"statement.cc",
@@ -76,6 +78,7 @@ test("sql_unittests") {
sources = [
"connection_unittest.cc",
"meta_table_unittest.cc",
+ "process_memory_dump_provider_unittest.cc",
"recovery_unittest.cc",
"sqlite_features_unittest.cc",
"statement_unittest.cc",
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | sql/connection.h » ('j') | sql/connection.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698