OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |