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

Unified Diff: components/sync/BUILD.gn

Issue 2420213002: [USS] Show USS counters in Types tab (Closed)
Patch Set: rebase Created 4 years, 2 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 | components/sync/engine_impl/cycle/data_type_debug_info_emitter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/BUILD.gn
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
index 836dd3c91462dd614af68a226ce11d4260a844ff..d1a1cf4dac061e0d815412119c2de007cab442f7 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -277,11 +277,15 @@ static_library("sync") {
"engine_impl/conflict_resolver.h",
"engine_impl/conflict_util.cc",
"engine_impl/conflict_util.h",
+ "engine_impl/cycle/data_type_debug_info_emitter.cc",
+ "engine_impl/cycle/data_type_debug_info_emitter.h",
"engine_impl/cycle/data_type_tracker.cc",
"engine_impl/cycle/data_type_tracker.h",
"engine_impl/cycle/debug_info_getter.h",
"engine_impl/cycle/directory_type_debug_info_emitter.cc",
"engine_impl/cycle/directory_type_debug_info_emitter.h",
+ "engine_impl/cycle/non_blocking_type_debug_info_emitter.cc",
+ "engine_impl/cycle/non_blocking_type_debug_info_emitter.h",
"engine_impl/cycle/nudge_tracker.cc",
"engine_impl/cycle/nudge_tracker.h",
"engine_impl/cycle/status_controller.cc",
« no previous file with comments | « no previous file | components/sync/engine_impl/cycle/data_type_debug_info_emitter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698