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

Unified Diff: base/trace_event/BUILD.gn

Issue 1154133003: [Startup Tracing] Separate TraceOptions and CategoryFilter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add gn build support Created 5 years, 7 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 | base/trace_event/category_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/BUILD.gn
diff --git a/base/trace_event/BUILD.gn b/base/trace_event/BUILD.gn
index 44a092933e19839d47a69bb9ba5e9ee4a2c4730d..6cbc5d1b694d24af9b82fe164410d9a7633f2c48 100644
--- a/base/trace_event/BUILD.gn
+++ b/base/trace_event/BUILD.gn
@@ -4,6 +4,8 @@
source_set("trace_event") {
sources = [
+ "category_filter.cc",
+ "category_filter.h",
"java_heap_dump_provider_android.cc",
"java_heap_dump_provider_android.h",
"memory_allocator_dump.cc",
@@ -41,6 +43,8 @@ source_set("trace_event") {
"trace_event_system_stats_monitor.h",
"trace_event_win.cc",
"trace_event_win.h",
+ "trace_options.cc",
+ "trace_options.h",
"winheap_dump_provider_win.cc",
"winheap_dump_provider_win.h",
]
@@ -85,6 +89,7 @@ source_set("trace_event") {
source_set("trace_event_unittests") {
testonly = true
sources = [
+ "category_filter_unittest.cc",
"java_heap_dump_provider_android_unittest.cc",
"memory_allocator_dump_unittest.cc",
"memory_dump_manager_unittest.cc",
@@ -97,6 +102,7 @@ source_set("trace_event_unittests") {
"trace_event_system_stats_monitor_unittest.cc",
"trace_event_unittest.cc",
"trace_event_win_unittest.cc",
+ "trace_options_unittest.cc",
"winheap_dump_provider_win_unittest.cc",
]
« no previous file with comments | « no previous file | base/trace_event/category_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698