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

Unified Diff: sql/BUILD.gn

Issue 1434993002: [tracing] Add separate dump provider for sql connection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@web_cache2_base
Patch Set: Fixes. Created 4 years, 11 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
« no previous file with comments | « no previous file | sql/connection.h » ('j') | sql/connection.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/BUILD.gn
diff --git a/sql/BUILD.gn b/sql/BUILD.gn
index 58097b7a63d42088ebfdb54784d3642e6acac620..b79eca878741fb396d74512b45c4ed5e95d3a1eb 100644
--- a/sql/BUILD.gn
+++ b/sql/BUILD.gn
@@ -8,6 +8,8 @@ component("sql") {
sources = [
"connection.cc",
"connection.h",
+ "connection_memory_dump_provider.cc",
+ "connection_memory_dump_provider.h",
"error_delegate_util.cc",
"error_delegate_util.h",
"init_status.h",
« no previous file with comments | « no previous file | sql/connection.h » ('j') | sql/connection.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698