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

Unified Diff: base/base.gypi

Issue 19642005: Make TracedValue lower overhead. Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added pickle unit test, cleaned up traced value's unit tests. Created 7 years, 4 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: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index fef37a1dff35e9586c446c639c60cd1f475c61be..db7dfbce14acfb213de2876ad5969a771732dda1 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -150,6 +150,9 @@
'debug/trace_event_impl_constants.cc',
'debug/trace_event_memory.cc',
'debug/trace_event_memory.h',
+ 'debug/trace_event_value.cc',
+ 'debug/trace_event_value.h',
+ 'debug/traced_object.h',
dsinclair 2013/08/07 15:40:20 Can we rename this to debug/trace_event_object.h ?
rterrazas 2013/08/08 06:21:30 Done.
'debug/trace_event_win.cc',
'deferred_sequenced_task_runner.cc',
'deferred_sequenced_task_runner.h',
« no previous file with comments | « base/base.gyp ('k') | base/debug/trace_event_value.h » ('j') | base/debug/trace_event_value.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698