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

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

Issue 1652573002: Update GN build files for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@presf_move
Patch Set: Created 4 years, 10 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
« no previous file with comments | « components/sync_driver/BUILD.gn ('k') | components/syncable_prefs/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "synced_tab_delegate.h", 42 "synced_tab_delegate.h",
43 "synced_window_delegate.h", 43 "synced_window_delegate.h",
44 "synced_window_delegates_getter.cc", 44 "synced_window_delegates_getter.cc",
45 "synced_window_delegates_getter.h", 45 "synced_window_delegates_getter.h",
46 "tab_node_pool.cc", 46 "tab_node_pool.cc",
47 "tab_node_pool.h", 47 "tab_node_pool.h",
48 ] 48 ]
49 49
50 deps = [ 50 deps = [
51 "//base", 51 "//base",
52 "//base:prefs",
53 "//components/bookmarks/browser", 52 "//components/bookmarks/browser",
54 "//components/favicon/core", 53 "//components/favicon/core",
55 "//components/history/core/browser", 54 "//components/history/core/browser",
55 "//components/prefs",
56 "//components/sessions", 56 "//components/sessions",
57 "//components/sync_driver", 57 "//components/sync_driver",
58 "//components/variations", 58 "//components/variations",
59 "//sync", 59 "//sync",
60 "//ui/base:base", 60 "//ui/base:base",
61 "//ui/gfx", 61 "//ui/gfx",
62 "//url", 62 "//url",
63 ] 63 ]
64 } 64 }
65 65
(...skipping 24 matching lines...) Expand all
90 "revisit/sessions_page_revisit_observer_unittest.cc", 90 "revisit/sessions_page_revisit_observer_unittest.cc",
91 "revisit/typed_url_page_revisit_task_unittest.cc", 91 "revisit/typed_url_page_revisit_task_unittest.cc",
92 "session_data_type_controller_unittest.cc", 92 "session_data_type_controller_unittest.cc",
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",
101 "//base:prefs_test_support",
102 "//base/test:test_support", 100 "//base/test:test_support",
103 "//components/bookmarks/browser", 101 "//components/bookmarks/browser",
104 "//components/history/core/browser", 102 "//components/history/core/browser",
103 "//components/prefs:test_support",
105 "//components/sessions:test_support", 104 "//components/sessions:test_support",
106 "//components/sync_driver", 105 "//components/sync_driver",
107 "//components/sync_driver:test_support", 106 "//components/sync_driver:test_support",
108 "//sync", 107 "//sync",
109 "//sync:test_support_sync_api", 108 "//sync:test_support_sync_api",
110 "//testing/gmock", 109 "//testing/gmock",
111 "//testing/gtest", 110 "//testing/gtest",
112 "//ui/base:base", 111 "//ui/base:base",
113 "//url", 112 "//url",
114 ] 113 ]
115 } 114 }
OLDNEW
« no previous file with comments | « components/sync_driver/BUILD.gn ('k') | components/syncable_prefs/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698