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

Unified Diff: sql/sql.gyp

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
Index: sql/sql.gyp
diff --git a/sql/sql.gyp b/sql/sql.gyp
index 362597e75f14fae790cdb9b7bd646fdb3b6178e3..2e02427d5cd0de61a1968c3939fcf79d5959eb63 100644
--- a/sql/sql.gyp
+++ b/sql/sql.gyp
@@ -22,6 +22,8 @@
'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',

Powered by Google App Engine
This is Rietveld 408576698