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

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

Issue 2763233003: Move ReadingList model to components/reading_list/core (Closed)
Patch Set: feedback Created 3 years, 9 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/BUILD.gn ('k') | components/reading_list/core/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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 6
7 static_library("browser_sync") { 7 static_library("browser_sync") {
8 sources = [ 8 sources = [
9 "browser_sync_switches.cc", 9 "browser_sync_switches.cc",
10 "browser_sync_switches.h", 10 "browser_sync_switches.h",
(...skipping 15 matching lines...) Expand all
26 "//components/autofill/core/common", 26 "//components/autofill/core/common",
27 "//components/dom_distiller/core", 27 "//components/dom_distiller/core",
28 "//components/history/core/browser", 28 "//components/history/core/browser",
29 "//components/invalidation/impl", 29 "//components/invalidation/impl",
30 "//components/invalidation/public", 30 "//components/invalidation/public",
31 "//components/keyed_service/core", 31 "//components/keyed_service/core",
32 "//components/password_manager/core/browser", 32 "//components/password_manager/core/browser",
33 "//components/password_manager/sync/browser", 33 "//components/password_manager/sync/browser",
34 "//components/pref_registry", 34 "//components/pref_registry",
35 "//components/prefs", 35 "//components/prefs",
36 "//components/reading_list/core", 36 "//components/reading_list/core:flags",
37 "//components/reading_list/core:reading_list_enable_flags",
38 "//components/signin/core/browser", 37 "//components/signin/core/browser",
39 "//components/strings", 38 "//components/strings",
40 "//components/sync_bookmarks", 39 "//components/sync_bookmarks",
41 "//components/sync_preferences", 40 "//components/sync_preferences",
42 "//components/sync_sessions", 41 "//components/sync_sessions",
43 "//components/variations", 42 "//components/variations",
44 "//components/version_info", 43 "//components/version_info",
45 "//components/version_info:generate_version_info", 44 "//components/version_info:generate_version_info",
46 "//google_apis", 45 "//google_apis",
47 "//net", 46 "//net",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "//components/sync", 127 "//components/sync",
129 "//components/sync:test_support_driver", 128 "//components/sync:test_support_driver",
130 "//components/sync:test_support_engine", 129 "//components/sync:test_support_engine",
131 "//components/sync_preferences:test_support", 130 "//components/sync_preferences:test_support",
132 "//components/sync_sessions:test_support", 131 "//components/sync_sessions:test_support",
133 "//google_apis", 132 "//google_apis",
134 "//net:test_support", 133 "//net:test_support",
135 "//testing/gmock", 134 "//testing/gmock",
136 ] 135 ]
137 } 136 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/reading_list/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698