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 # GYP version: components/sync_sessions.gypi:sync_sessions | 5 # GYP version: components/sync_sessions.gypi:sync_sessions |
6 source_set("sync_sessions") { | 6 source_set("sync_sessions") { |
7 sources = [ | 7 sources = [ |
8 "favicon_cache.cc", | 8 "favicon_cache.cc", |
9 "favicon_cache.h", | 9 "favicon_cache.h", |
10 "local_session_event_router.h", | 10 "local_session_event_router.h", |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 "synced_session_tracker_unittest.cc", | 93 "synced_session_tracker_unittest.cc", |
94 "tab_node_pool_unittest.cc", | 94 "tab_node_pool_unittest.cc", |
95 ] | 95 ] |
96 | 96 |
97 deps = [ | 97 deps = [ |
98 ":sync_sessions", | 98 ":sync_sessions", |
99 ":test_support", | 99 ":test_support", |
100 "//base:prefs", | 100 "//base:prefs", |
101 "//base:prefs_test_support", | 101 "//base:prefs_test_support", |
102 "//base/test:test_support", | 102 "//base/test:test_support", |
103 "//testing/gmock", | |
104 "//components/bookmarks/browser", | 103 "//components/bookmarks/browser", |
105 "//components/history/core/browser", | 104 "//components/history/core/browser", |
106 "//components/sessions:test_support", | 105 "//components/sessions:test_support", |
107 "//components/sync_driver", | 106 "//components/sync_driver", |
108 "//components/sync_driver:test_support", | 107 "//components/sync_driver:test_support", |
109 "//testing/gtest", | |
110 "//sync", | 108 "//sync", |
111 "//sync:test_support_sync_api", | 109 "//sync:test_support_sync_api", |
| 110 "//testing/gmock", |
| 111 "//testing/gtest", |
112 "//ui/base:base", | 112 "//ui/base:base", |
113 "//url", | 113 "//url", |
114 ] | 114 ] |
115 } | 115 } |
OLD | NEW |