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

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

Issue 2562733003: Remove duplicated user_prefs::TestingPrefServiceSyncable (Closed)
Patch Set: Fixed usage from .mm files Created 4 years 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("browser") { 5 source_set("browser") {
6 sources = [ 6 sources = [
7 "account_consistency_service.h", 7 "account_consistency_service.h",
8 "account_consistency_service.mm", 8 "account_consistency_service.mm",
9 "manage_accounts_delegate.h", 9 "manage_accounts_delegate.h",
10 "merge_session_observer_bridge.h", 10 "merge_session_observer_bridge.h",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 48
49 source_set("unit_tests") { 49 source_set("unit_tests") {
50 testonly = true 50 testonly = true
51 sources = [ 51 sources = [
52 "account_consistency_service_unittest.mm", 52 "account_consistency_service_unittest.mm",
53 "profile_oauth2_token_service_ios_delegate_unittest.mm", 53 "profile_oauth2_token_service_ios_delegate_unittest.mm",
54 ] 54 ]
55 55
56 deps = [ 56 deps = [
57 ":test_support", 57 ":test_support",
58 "//components/pref_registry:test_support",
59 "//components/prefs:test_support", 58 "//components/prefs:test_support",
60 "//components/signin/core/browser", 59 "//components/signin/core/browser",
61 "//components/signin/core/browser:test_support", 60 "//components/signin/core/browser:test_support",
62 "//components/signin/core/common", 61 "//components/signin/core/common",
62 "//components/sync_preferences:test_support",
63 "//ios/web", 63 "//ios/web",
64 "//ios/web:test_support", 64 "//ios/web:test_support",
65 "//third_party/ocmock", 65 "//third_party/ocmock",
66 ] 66 ]
67 } 67 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698