OLD | NEW |
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 source_set("browser") { | 5 source_set("browser") { |
6 sources = [ | 6 sources = [ |
7 "browser_constants.cc", | |
8 "browser_constants.h", | |
9 "chrome_browser_provider.h", | 7 "chrome_browser_provider.h", |
10 "chrome_browser_provider.mm", | 8 "chrome_browser_provider.mm", |
11 "geolocation_updater_provider.h", | 9 "geolocation_updater_provider.h", |
12 "geolocation_updater_provider.mm", | 10 "geolocation_updater_provider.mm", |
13 "signin/chrome_identity.h", | 11 "signin/chrome_identity.h", |
14 "signin/chrome_identity.mm", | 12 "signin/chrome_identity.mm", |
15 "signin/chrome_identity_browser_opener.h", | 13 "signin/chrome_identity_browser_opener.h", |
16 "signin/chrome_identity_interaction_manager.h", | 14 "signin/chrome_identity_interaction_manager.h", |
17 "signin/chrome_identity_interaction_manager.mm", | 15 "signin/chrome_identity_interaction_manager.mm", |
18 "signin/chrome_identity_service.h", | 16 "signin/chrome_identity_service.h", |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 ] | 59 ] |
62 | 60 |
63 deps = [ | 61 deps = [ |
64 ":browser", | 62 ":browser", |
65 "//base", | 63 "//base", |
66 "//components/signin/ios/browser:test_support", | 64 "//components/signin/ios/browser:test_support", |
67 "//testing/gmock", | 65 "//testing/gmock", |
68 "//testing/gtest", | 66 "//testing/gtest", |
69 ] | 67 ] |
70 } | 68 } |
OLD | NEW |