| OLD | NEW |
| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 ] | 54 ] |
| 55 | 55 |
| 56 deps = [ | 56 deps = [ |
| 57 ":test_support", | 57 ":test_support", |
| 58 "//components/prefs:test_support", | 58 "//components/prefs:test_support", |
| 59 "//components/signin/core/browser", | 59 "//components/signin/core/browser", |
| 60 "//components/signin/core/browser:test_support", | 60 "//components/signin/core/browser:test_support", |
| 61 "//components/signin/core/common", | 61 "//components/signin/core/common", |
| 62 "//components/sync_preferences:test_support", | 62 "//components/sync_preferences:test_support", |
| 63 "//ios/web", | 63 "//ios/web", |
| 64 "//ios/web:test_support", | 64 "//ios/web/public/test:test_support", |
| 65 "//ios/web/public/test/fakes:test_support", |
| 65 "//third_party/ocmock", | 66 "//third_party/ocmock", |
| 66 ] | 67 ] |
| 67 } | 68 } |
| OLD | NEW |