| 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 import("//build/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//ios/public/provider/chrome/browser/build_config.gni") | 6 import("//ios/public/provider/chrome/browser/build_config.gni") |
| 7 | 7 |
| 8 source_set("browser") { | 8 source_set("browser") { |
| 9 sources = [ | 9 sources = [ |
| 10 "chrome_browser_provider.h", | 10 "chrome_browser_provider.h", |
| 11 "chrome_browser_provider.mm", | 11 "chrome_browser_provider.mm", |
| 12 "distribution/app_distribution_provider.h", | 12 "distribution/app_distribution_provider.h", |
| 13 "distribution/app_distribution_provider.mm", | 13 "distribution/app_distribution_provider.mm", |
| 14 "geolocation_updater_provider.h", | 14 "geolocation_updater_provider.h", |
| 15 "geolocation_updater_provider.mm", | 15 "geolocation_updater_provider.mm", |
| 16 "native_app_launcher/native_app_metadata.h", | 16 "native_app_launcher/native_app_metadata.h", |
| 17 "native_app_launcher/native_app_types.h", | 17 "native_app_launcher/native_app_types.h", |
| 18 "native_app_launcher/native_app_whitelist_manager.h", | 18 "native_app_launcher/native_app_whitelist_manager.h", |
| 19 "omaha/omaha_service_provider.h", | 19 "omaha/omaha_service_provider.h", |
| 20 "omaha/omaha_service_provider.mm", | 20 "omaha/omaha_service_provider.mm", |
| 21 "sessions/live_tab_context_provider.h", |
| 21 "signin/chrome_identity.h", | 22 "signin/chrome_identity.h", |
| 22 "signin/chrome_identity.mm", | 23 "signin/chrome_identity.mm", |
| 23 "signin/chrome_identity_browser_opener.h", | 24 "signin/chrome_identity_browser_opener.h", |
| 24 "signin/chrome_identity_interaction_manager.h", | 25 "signin/chrome_identity_interaction_manager.h", |
| 25 "signin/chrome_identity_interaction_manager.mm", | 26 "signin/chrome_identity_interaction_manager.mm", |
| 26 "signin/chrome_identity_service.h", | 27 "signin/chrome_identity_service.h", |
| 27 "signin/chrome_identity_service.mm", | 28 "signin/chrome_identity_service.mm", |
| 28 "signin/signin_error_provider.h", | 29 "signin/signin_error_provider.h", |
| 29 "signin/signin_error_provider.mm", | 30 "signin/signin_error_provider.mm", |
| 30 "signin/signin_resources_provider.h", | 31 "signin/signin_resources_provider.h", |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 } | 80 } |
| 80 | 81 |
| 81 source_set("test_support") { | 82 source_set("test_support") { |
| 82 testonly = true | 83 testonly = true |
| 83 | 84 |
| 84 sources = [ | 85 sources = [ |
| 85 "distribution/test_app_distribution_provider.h", | 86 "distribution/test_app_distribution_provider.h", |
| 86 "distribution/test_app_distribution_provider.mm", | 87 "distribution/test_app_distribution_provider.mm", |
| 87 "omaha/test_omaha_service_provider.h", | 88 "omaha/test_omaha_service_provider.h", |
| 88 "omaha/test_omaha_service_provider.mm", | 89 "omaha/test_omaha_service_provider.mm", |
| 90 "sessions/test_live_tab_context_provider.cc", |
| 91 "sessions/test_live_tab_context_provider.h", |
| 92 "sessions/test_synced_window_delegates_getter.cc", |
| 93 "sessions/test_synced_window_delegates_getter.h", |
| 89 "signin/fake_chrome_identity.h", | 94 "signin/fake_chrome_identity.h", |
| 90 "signin/fake_chrome_identity.mm", | 95 "signin/fake_chrome_identity.mm", |
| 91 "signin/fake_chrome_identity_interaction_manager.h", | 96 "signin/fake_chrome_identity_interaction_manager.h", |
| 92 "signin/fake_chrome_identity_interaction_manager.mm", | 97 "signin/fake_chrome_identity_interaction_manager.mm", |
| 93 "signin/fake_chrome_identity_service.h", | 98 "signin/fake_chrome_identity_service.h", |
| 94 "signin/fake_chrome_identity_service.mm", | 99 "signin/fake_chrome_identity_service.mm", |
| 95 "signin/test_signin_resources_provider.h", | 100 "signin/test_signin_resources_provider.h", |
| 96 "signin/test_signin_resources_provider.mm", | 101 "signin/test_signin_resources_provider.mm", |
| 97 "test_chrome_browser_provider.h", | 102 "test_chrome_browser_provider.h", |
| 98 "test_chrome_browser_provider.mm", | 103 "test_chrome_browser_provider.mm", |
| 99 "test_chrome_provider_initializer.h", | 104 "test_chrome_provider_initializer.h", |
| 100 "test_chrome_provider_initializer.mm", | 105 "test_chrome_provider_initializer.mm", |
| 106 "ui/test_infobar_view.h", |
| 107 "ui/test_infobar_view.mm", |
| 108 "ui/test_styled_text_field.h", |
| 109 "ui/test_styled_text_field.mm", |
| 101 "voice/test_voice_search_provider.h", | 110 "voice/test_voice_search_provider.h", |
| 102 "voice/test_voice_search_provider.mm", | 111 "voice/test_voice_search_provider.mm", |
| 103 ] | 112 ] |
| 104 | 113 |
| 105 deps = [ | 114 deps = [ |
| 106 ":browser", | 115 ":browser", |
| 107 "//base", | 116 "//base", |
| 108 "//components/signin/ios/browser:test_support", | 117 "//components/signin/ios/browser:test_support", |
| 118 "//components/sync_sessions", |
| 109 "//testing/gtest", | 119 "//testing/gtest", |
| 110 ] | 120 ] |
| 111 public_deps = [ | 121 public_deps = [ |
| 112 "//testing/gmock", | 122 "//testing/gmock", |
| 113 ] | 123 ] |
| 114 } | 124 } |
| OLD | NEW |