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/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//ios/web/js_compile.gni") | 6 import("//ios/web/js_compile.gni") |
7 import("//third_party/protobuf/proto_library.gni") | 7 import("//third_party/protobuf/proto_library.gni") |
8 | 8 |
9 declare_args() { | 9 declare_args() { |
10 google_test_gaia_client_id = "" | 10 google_test_gaia_client_id = "" |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 "geolocation/location_manager.h", | 181 "geolocation/location_manager.h", |
182 "geolocation/location_manager.mm", | 182 "geolocation/location_manager.mm", |
183 "geolocation/omnibox_geolocation_authorization_alert.h", | 183 "geolocation/omnibox_geolocation_authorization_alert.h", |
184 "geolocation/omnibox_geolocation_authorization_alert.mm", | 184 "geolocation/omnibox_geolocation_authorization_alert.mm", |
185 "geolocation/omnibox_geolocation_config.h", | 185 "geolocation/omnibox_geolocation_config.h", |
186 "geolocation/omnibox_geolocation_config.mm", | 186 "geolocation/omnibox_geolocation_config.mm", |
187 "geolocation/omnibox_geolocation_local_state.h", | 187 "geolocation/omnibox_geolocation_local_state.h", |
188 "geolocation/omnibox_geolocation_local_state.mm", | 188 "geolocation/omnibox_geolocation_local_state.mm", |
189 "google/google_brand.h", | 189 "google/google_brand.h", |
190 "google/google_brand.mm", | 190 "google/google_brand.mm", |
| 191 "google/google_logo_service.h", |
| 192 "google/google_logo_service.mm", |
| 193 "google/google_logo_service_factory.h", |
| 194 "google/google_logo_service_factory.mm", |
191 "google/google_url_tracker_client_impl.cc", | 195 "google/google_url_tracker_client_impl.cc", |
192 "google/google_url_tracker_client_impl.h", | 196 "google/google_url_tracker_client_impl.h", |
193 "google/google_url_tracker_factory.cc", | 197 "google/google_url_tracker_factory.cc", |
194 "google/google_url_tracker_factory.h", | 198 "google/google_url_tracker_factory.h", |
195 "history/history_backend_client_impl.cc", | 199 "history/history_backend_client_impl.cc", |
196 "history/history_backend_client_impl.h", | 200 "history/history_backend_client_impl.h", |
197 "history/history_client_impl.cc", | 201 "history/history_client_impl.cc", |
198 "history/history_client_impl.h", | 202 "history/history_client_impl.h", |
199 "history/history_service_factory.cc", | 203 "history/history_service_factory.cc", |
200 "history/history_service_factory.h", | 204 "history/history_service_factory.h", |
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
637 "//components/physical_web/webui", | 641 "//components/physical_web/webui", |
638 "//components/policy/core/common", | 642 "//components/policy/core/common", |
639 "//components/pref_registry", | 643 "//components/pref_registry", |
640 "//components/prefs", | 644 "//components/prefs", |
641 "//components/profile_metrics", | 645 "//components/profile_metrics", |
642 "//components/proxy_config", | 646 "//components/proxy_config", |
643 "//components/rappor", | 647 "//components/rappor", |
644 "//components/resources", | 648 "//components/resources", |
645 "//components/search", | 649 "//components/search", |
646 "//components/search_engines", | 650 "//components/search_engines", |
| 651 "//components/search_provider_logos", |
647 "//components/security_interstitials/core", | 652 "//components/security_interstitials/core", |
648 "//components/security_state", | 653 "//components/security_state", |
649 "//components/sessions", | 654 "//components/sessions", |
650 "//components/signin/core/browser", | 655 "//components/signin/core/browser", |
651 "//components/signin/core/common", | 656 "//components/signin/core/common", |
652 "//components/signin/ios/browser", | 657 "//components/signin/ios/browser", |
653 "//components/ssl_config", | 658 "//components/ssl_config", |
654 "//components/strings", | 659 "//components/strings", |
655 "//components/suggestions", | 660 "//components/suggestions", |
656 "//components/sync", | 661 "//components/sync", |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
828 "//ios/public/provider/chrome/browser", | 833 "//ios/public/provider/chrome/browser", |
829 "//ios/public/provider/chrome/browser:test_support", | 834 "//ios/public/provider/chrome/browser:test_support", |
830 "//ios/web", | 835 "//ios/web", |
831 "//net:test_support", | 836 "//net:test_support", |
832 "//testing/gmock", | 837 "//testing/gmock", |
833 "//testing/gtest", | 838 "//testing/gtest", |
834 "//ui/base", | 839 "//ui/base", |
835 "//url", | 840 "//url", |
836 ] | 841 ] |
837 } | 842 } |
OLD | NEW |