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

Unified Diff: base/base.gypi

Issue 19642005: Make TracedValue lower overhead. Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Validations for dictionary entries, CR comments, and additional check before writting. 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 6d82ee335b9fe83eff87f5a9beeaeaf694097c48..75c800ec28c2277f5226337792ffde0795128cd3 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -152,6 +152,9 @@
'debug/trace_event_impl_constants.cc',
'debug/trace_event_memory.cc',
'debug/trace_event_memory.h',
+ 'debug/traced_event_object.h',
+ 'debug/trace_event_value.cc',
+ 'debug/trace_event_value.h',
'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_object.h » ('j') | base/debug/trace_event_value.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698