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

Unified Diff: components/sync_sessions/BUILD.gn

Issue 2776633003: Add taskid for navigation, created in session sync (Closed)
Patch Set: Add taskids for navigation, created in session sync. Created 3 years, 8 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 | « components/sync/protocol/session_specifics.proto ('k') | components/sync_sessions/sessions_sync_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_sessions/BUILD.gn
diff --git a/components/sync_sessions/BUILD.gn b/components/sync_sessions/BUILD.gn
index 8d9128767db636dc53c5187278af03ec41542759..7212996b09b93fd215164b36ac351db1cf474bb7 100644
--- a/components/sync_sessions/BUILD.gn
+++ b/components/sync_sessions/BUILD.gn
@@ -48,6 +48,8 @@ static_library("sync_sessions") {
"synced_window_delegates_getter.h",
"tab_node_pool.cc",
"tab_node_pool.h",
+ "task_tracker.cc",
+ "task_tracker.h",
]
public_deps = [
@@ -104,6 +106,7 @@ source_set("unit_tests") {
"sync_sessions_metrics_unittest.cc",
"synced_session_tracker_unittest.cc",
"tab_node_pool_unittest.cc",
+ "task_tracker_unittest.cc",
]
deps = [
« no previous file with comments | « components/sync/protocol/session_specifics.proto ('k') | components/sync_sessions/sessions_sync_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698