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

Side by Side Diff: ios/chrome/browser/sync/BUILD.gn

Issue 2663553003: Get ModelTypeStoreFactory for reading list from ProfileSyncService (Closed)
Patch Set: Fix TabModelOrderControllerTest Created 3 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
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 source_set("sync") { 5 source_set("sync") {
6 configs += [ "//build/config/compiler:enable_arc" ] 6 configs += [ "//build/config/compiler:enable_arc" ]
7 sources = [ 7 sources = [
8 "ios_chrome_profile_sync_service_factory.cc", 8 "ios_chrome_profile_sync_service_factory.cc",
9 "ios_chrome_profile_sync_service_factory.h", 9 "ios_chrome_profile_sync_service_factory.h",
10 "ios_chrome_sync_client.h", 10 "ios_chrome_sync_client.h",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "//ios/chrome/browser/undo", 60 "//ios/chrome/browser/undo",
61 "//ios/chrome/common", 61 "//ios/chrome/common",
62 "//ios/web", 62 "//ios/web",
63 "//net", 63 "//net",
64 "//ui/base", 64 "//ui/base",
65 "//url", 65 "//url",
66 ] 66 ]
67 allow_circular_includes_from = [ 67 allow_circular_includes_from = [
68 "//ios/chrome/browser/history", 68 "//ios/chrome/browser/history",
69 "//ios/chrome/browser/passwords", 69 "//ios/chrome/browser/passwords",
70 "//ios/chrome/browser/reading_list",
70 "//ios/chrome/browser/signin", 71 "//ios/chrome/browser/signin",
71 "//ios/chrome/browser/sync/glue", 72 "//ios/chrome/browser/sync/glue",
72 "//ios/chrome/browser/sync/sessions", 73 "//ios/chrome/browser/sync/sessions",
73 ] 74 ]
74 } 75 }
75 76
76 source_set("test_support") { 77 source_set("test_support") {
77 testonly = true 78 testonly = true
78 sources = [ 79 sources = [
79 "fake_sync_service_factory.cc", 80 "fake_sync_service_factory.cc",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 ":sync", 113 ":sync",
113 "//base", 114 "//base",
114 "//components/browser_sync", 115 "//components/browser_sync",
115 "//components/reading_list/core", 116 "//components/reading_list/core",
116 "//components/sync", 117 "//components/sync",
117 "//ios/chrome/browser/browser_state:test_support", 118 "//ios/chrome/browser/browser_state:test_support",
118 "//ios/web:test_support", 119 "//ios/web:test_support",
119 "//testing/gtest", 120 "//testing/gtest",
120 ] 121 ]
121 } 122 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698