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

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

Issue 2459823002: [Sync] Rename syncable_prefs to sync_preferences. (Closed)
Patch Set: Created 4 years, 1 month 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("signin") { 5 source_set("signin") {
6 sources = [ 6 sources = [
7 "about_signin_internals_factory.cc", 7 "about_signin_internals_factory.cc",
8 "about_signin_internals_factory.h", 8 "about_signin_internals_factory.h",
9 "account_consistency_service_factory.h", 9 "account_consistency_service_factory.h",
10 "account_consistency_service_factory.mm", 10 "account_consistency_service_factory.mm",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 ":signin", 109 ":signin",
110 ":test_support", 110 ":test_support",
111 "//base", 111 "//base",
112 "//components/browser_sync:test_support", 112 "//components/browser_sync:test_support",
113 "//components/pref_registry", 113 "//components/pref_registry",
114 "//components/prefs", 114 "//components/prefs",
115 "//components/signin/core/browser", 115 "//components/signin/core/browser",
116 "//components/signin/core/browser:test_support", 116 "//components/signin/core/browser:test_support",
117 "//components/signin/core/common", 117 "//components/signin/core/common",
118 "//components/signin/ios/browser", 118 "//components/signin/ios/browser",
119 "//components/syncable_prefs", 119 "//components/sync_preferences",
120 "//components/syncable_prefs:test_support", 120 "//components/sync_preferences:test_support",
121 "//google_apis", 121 "//google_apis",
122 "//ios/chrome/browser", 122 "//ios/chrome/browser",
123 "//ios/chrome/browser:test_support", 123 "//ios/chrome/browser:test_support",
124 "//ios/chrome/test:test_support", 124 "//ios/chrome/test:test_support",
125 "//ios/public/provider/chrome/browser", 125 "//ios/public/provider/chrome/browser",
126 "//ios/public/provider/chrome/browser:test_support", 126 "//ios/public/provider/chrome/browser:test_support",
127 "//ios/web:test_support", 127 "//ios/web:test_support",
128 "//net:test_support", 128 "//net:test_support",
129 "//testing/gmock", 129 "//testing/gmock",
130 "//testing/gtest", 130 "//testing/gtest",
131 "//third_party/ocmock", 131 "//third_party/ocmock",
132 ] 132 ]
133 } 133 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698