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

Side by Side Diff: components/sync_sessions/BUILD.gn

Issue 2401223002: [Sync] Renaming sync/api* to sync/model*. (Closed)
Patch Set: Missed a comment in a DEPS file, and rebasing. 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 static_library("sync_sessions") { 5 static_library("sync_sessions") {
6 sources = [ 6 sources = [
7 "favicon_cache.cc", 7 "favicon_cache.cc",
8 "favicon_cache.h", 8 "favicon_cache.h",
9 "local_session_event_router.h", 9 "local_session_event_router.h",
10 "lost_navigations_recorder.cc", 10 "lost_navigations_recorder.cc",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 107
108 deps = [ 108 deps = [
109 ":sync_sessions", 109 ":sync_sessions",
110 ":test_support", 110 ":test_support",
111 "//base/test:test_support", 111 "//base/test:test_support",
112 "//components/bookmarks/browser", 112 "//components/bookmarks/browser",
113 "//components/history/core/browser", 113 "//components/history/core/browser",
114 "//components/prefs:test_support", 114 "//components/prefs:test_support",
115 "//components/sessions:test_support", 115 "//components/sessions:test_support",
116 "//components/sync", 116 "//components/sync",
117 "//components/sync:test_support_sync_api",
118 "//components/sync:test_support_sync_core", 117 "//components/sync:test_support_sync_core",
119 "//components/sync:test_support_sync_driver", 118 "//components/sync:test_support_sync_driver",
119 "//components/sync:test_support_sync_model",
120 "//testing/gmock", 120 "//testing/gmock",
121 "//testing/gtest", 121 "//testing/gtest",
122 "//ui/base:base", 122 "//ui/base:base",
123 "//url", 123 "//url",
124 ] 124 ]
125 } 125 }
OLDNEW
« no previous file with comments | « components/sync_bookmarks/bookmark_model_associator.cc ('k') | components/sync_sessions/favicon_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698