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

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: 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/BUILD.gn
diff --git a/sql/BUILD.gn b/sql/BUILD.gn
index 57f1b38efd9874e561e81abb89ef419be3e578c3..8d071a3e7747fb0d72241cf88601cac3d2ba309c 100644
--- a/sql/BUILD.gn
+++ b/sql/BUILD.gn
@@ -15,6 +15,8 @@ component("sql") {
"meta_table.h",
"recovery.cc",
"recovery.h",
+ "sql_memory_dump_provider.cc",
+ "sql_memory_dump_provider.h",
"statement.cc",
"statement.h",
"transaction.cc",
@@ -77,6 +79,7 @@ test("sql_unittests") {
"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