Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 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 | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 import("//build/config/features.gni") | |
| 6 import("//ios/web/js_compile.gni") | |
| 7 | |
| 8 source_set("browser") { | |
| 9 sources = [ | |
| 10 "app_startup_parameters.h", | |
| 11 "app_startup_parameters.mm", | |
| 12 "application_context.cc", | |
| 13 "application_context.h", | |
| 14 "application_context_impl.cc", | |
| 15 "application_context_impl.h", | |
| 16 "arch_util.cc", | |
| 17 "arch_util.h", | |
| 18 "autocomplete/autocomplete_classifier_factory.cc", | |
| 19 "autocomplete/autocomplete_classifier_factory.h", | |
| 20 "autocomplete/autocomplete_provider_client_impl.cc", | |
| 21 "autocomplete/autocomplete_provider_client_impl.h", | |
| 22 "autocomplete/autocomplete_scheme_classifier_impl.h", | |
| 23 "autocomplete/autocomplete_scheme_classifier_impl.mm", | |
| 24 "autocomplete/in_memory_url_index_factory.cc", | |
| 25 "autocomplete/in_memory_url_index_factory.h", | |
| 26 "autocomplete/shortcuts_backend_factory.cc", | |
| 27 "autocomplete/shortcuts_backend_factory.h", | |
| 28 "autofill/autofill_agent_utils.h", | |
| 29 "autofill/autofill_agent_utils.mm", | |
| 30 "autofill/form_input_accessory_view.h", | |
| 31 "autofill/form_input_accessory_view.mm", | |
| 32 "autofill/form_input_accessory_view_controller.h", | |
| 33 "autofill/form_input_accessory_view_controller.mm", | |
| 34 "autofill/form_input_accessory_view_delegate.h", | |
| 35 "autofill/form_suggestion_controller.h", | |
| 36 "autofill/form_suggestion_controller.mm", | |
| 37 "autofill/form_suggestion_label.h", | |
| 38 "autofill/form_suggestion_label.mm", | |
| 39 "autofill/form_suggestion_provider.h", | |
| 40 "autofill/form_suggestion_view.h", | |
| 41 "autofill/form_suggestion_view.mm", | |
| 42 "autofill/form_suggestion_view_client.h", | |
| 43 "autofill/personal_data_manager_factory.cc", | |
| 44 "autofill/personal_data_manager_factory.h", | |
| 45 "bookmarks/bookmark_client_factory.cc", | |
| 46 "bookmarks/bookmark_client_factory.h", | |
| 47 "bookmarks/bookmark_client_impl.cc", | |
| 48 "bookmarks/bookmark_client_impl.h", | |
| 49 "bookmarks/bookmark_model_factory.cc", | |
| 50 "bookmarks/bookmark_model_factory.h", | |
| 51 "bookmarks/startup_task_runner_service_factory.cc", | |
| 52 "bookmarks/startup_task_runner_service_factory.h", | |
| 53 "browser_state/browser_state_info_cache.cc", | |
| 54 "browser_state/browser_state_info_cache.h", | |
| 55 "browser_state/browser_state_info_cache_observer.h", | |
| 56 "browser_state/browser_state_keyed_service_factories.h", | |
| 57 "browser_state/browser_state_keyed_service_factories.mm", | |
| 58 "browser_state/browser_state_otr_helper.cc", | |
| 59 "browser_state/browser_state_otr_helper.h", | |
| 60 "browser_state_metrics/browser_state_metrics.cc", | |
| 61 "browser_state_metrics/browser_state_metrics.h", | |
| 62 "browsing_data_change_listening.h", | |
| 63 "chrome_constants.cc", | |
| 64 "chrome_constants.h", | |
| 65 "chrome_paths.h", | |
| 66 "chrome_paths.mm", | |
| 67 "chrome_paths_internal.h", | |
| 68 "chrome_switches.cc", | |
| 69 "chrome_switches.h", | |
| 70 "chrome_url_constants.cc", | |
| 71 "chrome_url_constants.h", | |
| 72 "chrome_url_util.h", | |
| 73 "chrome_url_util.mm", | |
| 74 "component_updater/ios_component_updater_configurator.cc", | |
| 75 "component_updater/ios_component_updater_configurator.h", | |
| 76 "content_settings/cookie_settings_factory.cc", | |
| 77 "content_settings/cookie_settings_factory.h", | |
| 78 "content_settings/host_content_settings_map_factory.cc", | |
| 79 "content_settings/host_content_settings_map_factory.h", | |
| 80 "crash_loop_detection_util.h", | |
| 81 "crash_loop_detection_util.mm", | |
| 82 "crash_report/breakpad_helper.h", | |
| 83 "crash_report/breakpad_helper.mm", | |
| 84 "crash_report/crash_keys.cc", | |
| 85 "crash_report/crash_keys.h", | |
| 86 "crash_report/crash_report_background_uploader.h", | |
| 87 "crash_report/crash_report_background_uploader.mm", | |
| 88 "crash_report/crash_report_multi_parameter.h", | |
| 89 "crash_report/crash_report_multi_parameter.mm", | |
| 90 "crash_report/crash_report_user_application_state.h", | |
| 91 "crash_report/crash_report_user_application_state.mm", | |
| 92 "crash_report/crash_upload_list.cc", | |
| 93 "crash_report/crash_upload_list.h", | |
| 94 "dom_distiller/distiller_viewer.cc", | |
| 95 "dom_distiller/distiller_viewer.h", | |
| 96 "dom_distiller/dom_distiller_service_factory.cc", | |
| 97 "dom_distiller/dom_distiller_service_factory.h", | |
| 98 "enhanced_bookmarks/bookmark_server_cluster_service_factory.cc", | |
| 99 "enhanced_bookmarks/bookmark_server_cluster_service_factory.h", | |
| 100 "enhanced_bookmarks/enhanced_bookmark_model_factory.cc", | |
| 101 "enhanced_bookmarks/enhanced_bookmark_model_factory.h", | |
| 102 "experimental_flags.h", | |
| 103 "experimental_flags.mm", | |
| 104 "favicon/favicon_client_impl.cc", | |
| 105 "favicon/favicon_client_impl.h", | |
| 106 "favicon/favicon_loader.h", | |
| 107 "favicon/favicon_loader.mm", | |
| 108 "favicon/favicon_service_factory.cc", | |
| 109 "favicon/favicon_service_factory.h", | |
| 110 "favicon/ios_chrome_favicon_loader_factory.h", | |
| 111 "favicon/ios_chrome_favicon_loader_factory.mm", | |
| 112 "favicon/ios_chrome_large_icon_cache_factory.cc", | |
| 113 "favicon/ios_chrome_large_icon_cache_factory.h", | |
| 114 "favicon/ios_chrome_large_icon_service_factory.cc", | |
| 115 "favicon/ios_chrome_large_icon_service_factory.h", | |
| 116 "favicon/large_icon_cache.cc", | |
| 117 "favicon/large_icon_cache.h", | |
| 118 "file_metadata_util.h", | |
| 119 "file_metadata_util.mm", | |
| 120 "find_in_page/find_in_page_controller.h", | |
| 121 "find_in_page/find_in_page_controller.mm", | |
| 122 "find_in_page/find_in_page_model.h", | |
| 123 "find_in_page/find_in_page_model.mm", | |
| 124 "find_in_page/js_findinpage_manager.h", | |
| 125 "find_in_page/js_findinpage_manager.mm", | |
| 126 "first_run/first_run.h", | |
| 127 "first_run/first_run.mm", | |
| 128 "first_run/first_run_configuration.h", | |
| 129 "first_run/first_run_configuration.mm", | |
| 130 "first_run/first_run_metrics.h", | |
| 131 "geolocation/CLLocation+OmniboxGeolocation.h", | |
| 132 "geolocation/CLLocation+OmniboxGeolocation.mm", | |
| 133 "geolocation/CLLocation+XGeoHeader.h", | |
| 134 "geolocation/CLLocation+XGeoHeader.mm", | |
| 135 "geolocation/location_manager.h", | |
| 136 "geolocation/location_manager.mm", | |
| 137 "geolocation/omnibox_geolocation_authorization_alert.h", | |
| 138 "geolocation/omnibox_geolocation_authorization_alert.mm", | |
| 139 "geolocation/omnibox_geolocation_config.h", | |
| 140 "geolocation/omnibox_geolocation_config.mm", | |
| 141 "geolocation/omnibox_geolocation_local_state.h", | |
| 142 "geolocation/omnibox_geolocation_local_state.mm", | |
| 143 "google/google_brand.h", | |
| 144 "google/google_brand.mm", | |
| 145 "google/google_url_tracker_client_impl.cc", | |
| 146 "google/google_url_tracker_client_impl.h", | |
| 147 "google/google_url_tracker_factory.cc", | |
| 148 "google/google_url_tracker_factory.h", | |
| 149 "history/history_backend_client_impl.cc", | |
| 150 "history/history_backend_client_impl.h", | |
| 151 "history/history_client_impl.cc", | |
| 152 "history/history_client_impl.h", | |
| 153 "history/history_service_factory.cc", | |
| 154 "history/history_service_factory.h", | |
| 155 "history/history_utils.cc", | |
| 156 "history/history_utils.h", | |
| 157 "history/top_sites_factory.cc", | |
| 158 "history/top_sites_factory.h", | |
| 159 "history/web_history_service_factory.cc", | |
| 160 "history/web_history_service_factory.h", | |
| 161 "infobars/confirm_infobar_controller.h", | |
| 162 "infobars/confirm_infobar_controller.mm", | |
| 163 "infobars/infobar.h", | |
| 164 "infobars/infobar.mm", | |
| 165 "infobars/infobar_container_ios.h", | |
| 166 "infobars/infobar_container_ios.mm", | |
| 167 "infobars/infobar_container_view.h", | |
| 168 "infobars/infobar_container_view.mm", | |
| 169 "infobars/infobar_controller.h", | |
| 170 "infobars/infobar_controller.mm", | |
| 171 "infobars/infobar_manager_impl.cc", | |
| 172 "infobars/infobar_manager_impl.h", | |
| 173 "infobars/infobar_utils.h", | |
| 174 "infobars/infobar_utils.mm", | |
| 175 "install_time_util.h", | |
| 176 "install_time_util.mm", | |
| 177 "installation_notifier.h", | |
| 178 "installation_notifier.mm", | |
| 179 "invalidation/ios_chrome_profile_invalidation_provider_factory.cc", | |
| 180 "invalidation/ios_chrome_profile_invalidation_provider_factory.h", | |
| 181 "ios_chrome_field_trials.cc", | |
| 182 "ios_chrome_field_trials.h", | |
| 183 "memory/memory_debugger.h", | |
| 184 "memory/memory_debugger.mm", | |
| 185 "memory/memory_debugger_manager.h", | |
| 186 "memory/memory_debugger_manager.mm", | |
| 187 "memory/memory_metrics.cc", | |
| 188 "memory/memory_metrics.h", | |
| 189 "metrics/field_trial_synchronizer.cc", | |
| 190 "metrics/field_trial_synchronizer.h", | |
| 191 "metrics/ios_chrome_metrics_service_accessor.cc", | |
| 192 "metrics/ios_chrome_metrics_service_accessor.h", | |
| 193 "metrics/ios_chrome_metrics_service_client.cc", | |
| 194 "metrics/ios_chrome_metrics_service_client.h", | |
| 195 "metrics/ios_chrome_metrics_services_manager_client.cc", | |
| 196 "metrics/ios_chrome_metrics_services_manager_client.h", | |
| 197 "metrics/ios_chrome_stability_metrics_provider.cc", | |
| 198 "metrics/ios_chrome_stability_metrics_provider.h", | |
| 199 "metrics/ios_stability_metrics_provider.h", | |
| 200 "metrics/ios_stability_metrics_provider.mm", | |
| 201 "metrics/previous_session_info.h", | |
| 202 "metrics/previous_session_info.mm", | |
| 203 "net/chrome_cookie_store_ios_client.h", | |
| 204 "net/chrome_cookie_store_ios_client.mm", | |
| 205 "net/connection_type_observer_bridge.h", | |
| 206 "net/connection_type_observer_bridge.mm", | |
| 207 "net/cookie_util.h", | |
| 208 "net/cookie_util.mm", | |
| 209 "net/http_server_properties_manager_factory.cc", | |
| 210 "net/http_server_properties_manager_factory.h", | |
| 211 "net/image_fetcher.h", | |
| 212 "net/image_fetcher.mm", | |
| 213 "net/ios_chrome_http_user_agent_settings.cc", | |
| 214 "net/ios_chrome_http_user_agent_settings.h", | |
| 215 "net/ios_chrome_network_delegate.cc", | |
| 216 "net/ios_chrome_network_delegate.h", | |
| 217 "net/metrics_network_client.h", | |
| 218 "net/metrics_network_client.mm", | |
| 219 "net/metrics_network_client_manager.h", | |
| 220 "net/metrics_network_client_manager.mm", | |
| 221 "net/proxy_service_factory.cc", | |
| 222 "net/proxy_service_factory.h", | |
| 223 "net/retryable_url_fetcher.h", | |
| 224 "net/retryable_url_fetcher.mm", | |
| 225 "open_from_clipboard/create_clipboard_recent_content.h", | |
| 226 "open_from_clipboard/create_clipboard_recent_content.mm", | |
| 227 "passwords/ios_chrome_password_manager_setting_migrator_service_factory.cc", | |
| 228 "passwords/ios_chrome_password_manager_setting_migrator_service_factory.h", | |
| 229 "passwords/ios_chrome_password_store_factory.cc", | |
| 230 "passwords/ios_chrome_password_store_factory.h", | |
| 231 "passwords/password_generation_utils.h", | |
| 232 "passwords/password_generation_utils.mm", | |
| 233 "pref_names.cc", | |
| 234 "pref_names.h", | |
| 235 "prefs/browser_prefs.h", | |
| 236 "prefs/browser_prefs.mm", | |
| 237 "prefs/ios_chrome_pref_model_associator_client.cc", | |
| 238 "prefs/ios_chrome_pref_model_associator_client.h", | |
| 239 "prefs/ios_chrome_pref_service_factory.cc", | |
| 240 "prefs/ios_chrome_pref_service_factory.h", | |
| 241 "prefs/pref_observer_bridge.h", | |
| 242 "prefs/pref_observer_bridge.mm", | |
| 243 "procedural_block_types.h", | |
| 244 "search/search_util.cc", | |
| 245 "search/search_util.h", | |
| 246 "search_engines/search_engines_util.cc", | |
| 247 "search_engines/search_engines_util.h", | |
| 248 "search_engines/template_url_service_client_impl.cc", | |
| 249 "search_engines/template_url_service_client_impl.h", | |
| 250 "search_engines/template_url_service_factory.cc", | |
| 251 "search_engines/template_url_service_factory.h", | |
| 252 "search_engines/ui_thread_search_terms_data.cc", | |
| 253 "search_engines/ui_thread_search_terms_data.h", | |
| 254 "services/gcm/ios_chrome_gcm_profile_service_factory.cc", | |
| 255 "services/gcm/ios_chrome_gcm_profile_service_factory.h", | |
| 256 "sessions/ios_chrome_session_tab_helper.cc", | |
| 257 "sessions/ios_chrome_session_tab_helper.h", | |
| 258 "sessions/ios_chrome_tab_restore_service_client.cc", | |
| 259 "sessions/ios_chrome_tab_restore_service_client.h", | |
| 260 "sessions/ios_chrome_tab_restore_service_factory.cc", | |
| 261 "sessions/ios_chrome_tab_restore_service_factory.h", | |
| 262 "signin/about_signin_internals_factory.cc", | |
| 263 "signin/about_signin_internals_factory.h", | |
| 264 "signin/account_consistency_service_factory.h", | |
| 265 "signin/account_consistency_service_factory.mm", | |
| 266 "signin/account_fetcher_service_factory.cc", | |
| 267 "signin/account_fetcher_service_factory.h", | |
| 268 "signin/account_reconcilor_factory.cc", | |
| 269 "signin/account_reconcilor_factory.h", | |
| 270 "signin/account_tracker_service_factory.cc", | |
| 271 "signin/account_tracker_service_factory.h", | |
| 272 "signin/chrome_identity_service_observer_bridge.h", | |
| 273 "signin/chrome_identity_service_observer_bridge.mm", | |
| 274 "signin/constants.h", | |
| 275 "signin/constants.mm", | |
| 276 "signin/gaia_auth_fetcher_ios.h", | |
| 277 "signin/gaia_auth_fetcher_ios.mm", | |
| 278 "signin/gaia_auth_fetcher_ios_private.h", | |
| 279 "signin/gaia_cookie_manager_service_factory.cc", | |
| 280 "signin/gaia_cookie_manager_service_factory.h", | |
| 281 "signin/ios_chrome_signin_status_metrics_provider_delegate.cc", | |
| 282 "signin/ios_chrome_signin_status_metrics_provider_delegate.h", | |
| 283 "signin/oauth2_token_service_factory.cc", | |
| 284 "signin/oauth2_token_service_factory.h", | |
| 285 "signin/signin_client_factory.cc", | |
| 286 "signin/signin_client_factory.h", | |
| 287 "signin/signin_client_impl.cc", | |
| 288 "signin/signin_client_impl.h", | |
| 289 "signin/signin_error_controller_factory.cc", | |
| 290 "signin/signin_error_controller_factory.h", | |
| 291 "signin/signin_manager_factory.cc", | |
| 292 "signin/signin_manager_factory.h", | |
| 293 "signin/signin_manager_factory_observer.h", | |
| 294 "signin/signin_util.h", | |
| 295 "signin/signin_util.mm", | |
| 296 "snapshots/lru_cache.h", | |
| 297 "snapshots/lru_cache.mm", | |
| 298 "snapshots/snapshot_cache.h", | |
| 299 "snapshots/snapshot_cache.mm", | |
| 300 "snapshots/snapshot_manager.h", | |
| 301 "snapshots/snapshot_manager.mm", | |
| 302 "snapshots/snapshot_overlay.h", | |
| 303 "snapshots/snapshot_overlay.mm", | |
| 304 "snapshots/snapshots_util.h", | |
| 305 "snapshots/snapshots_util.mm", | |
| 306 "suggestions/image_fetcher_impl.h", | |
| 307 "suggestions/image_fetcher_impl.mm", | |
| 308 "suggestions/suggestions_service_factory.h", | |
| 309 "suggestions/suggestions_service_factory.mm", | |
| 310 "sync/glue/sync_start_util.cc", | |
| 311 "sync/glue/sync_start_util.h", | |
| 312 "sync/ios_chrome_synced_tab_delegate.cc", | |
| 313 "sync/ios_chrome_synced_tab_delegate.h", | |
| 314 "sync/sessions/ios_chrome_local_session_event_router.cc", | |
| 315 "sync/sessions/ios_chrome_local_session_event_router.h", | |
| 316 "sync/sync_observer_bridge.h", | |
| 317 "sync/sync_observer_bridge.mm", | |
| 318 "sync/sync_setup_service.cc", | |
| 319 "sync/sync_setup_service.h", | |
| 320 "sync/sync_setup_service_factory.cc", | |
| 321 "sync/sync_setup_service_factory.h", | |
| 322 "tab_parenting_global_observer.cc", | |
| 323 "tab_parenting_global_observer.h", | |
| 324 "translate/after_translate_infobar_controller.h", | |
| 325 "translate/after_translate_infobar_controller.mm", | |
| 326 "translate/before_translate_infobar_controller.h", | |
| 327 "translate/before_translate_infobar_controller.mm", | |
| 328 "translate/chrome_ios_translate_client.h", | |
| 329 "translate/chrome_ios_translate_client.mm", | |
| 330 "translate/never_translate_infobar_controller.h", | |
| 331 "translate/never_translate_infobar_controller.mm", | |
| 332 "translate/translate_accept_languages_factory.cc", | |
| 333 "translate/translate_accept_languages_factory.h", | |
| 334 "translate/translate_infobar_tags.h", | |
| 335 "translate/translate_message_infobar_controller.h", | |
| 336 "translate/translate_message_infobar_controller.mm", | |
| 337 "translate/translate_service_ios.cc", | |
| 338 "translate/translate_service_ios.h", | |
| 339 "ui/UIView+SizeClassSupport.h", | |
| 340 "ui/UIView+SizeClassSupport.mm", | |
| 341 "ui/animation_util.h", | |
| 342 "ui/animation_util.mm", | |
| 343 "ui/autofill/autofill_client_ios.h", | |
| 344 "ui/autofill/autofill_client_ios.mm", | |
| 345 "ui/background_generator.h", | |
| 346 "ui/background_generator.mm", | |
| 347 "ui/browser_otr_state.h", | |
| 348 "ui/browser_otr_state.mm", | |
| 349 "ui/commands/UIKit+ChromeExecuteCommand.h", | |
| 350 "ui/commands/UIKit+ChromeExecuteCommand.mm", | |
| 351 "ui/commands/clear_browsing_data_command.h", | |
| 352 "ui/commands/clear_browsing_data_command.mm", | |
| 353 "ui/commands/generic_chrome_command.h", | |
| 354 "ui/commands/generic_chrome_command.mm", | |
| 355 "ui/commands/ios_command_ids.h", | |
| 356 "ui/commands/open_url_command.h", | |
| 357 "ui/commands/open_url_command.mm", | |
| 358 "ui/commands/set_up_for_testing_command.h", | |
| 359 "ui/commands/set_up_for_testing_command.mm", | |
| 360 "ui/commands/show_mail_composer_command.h", | |
| 361 "ui/commands/show_mail_composer_command.mm", | |
| 362 "ui/commands/show_signin_command.h", | |
| 363 "ui/commands/show_signin_command.mm", | |
| 364 "ui/file_locations.h", | |
| 365 "ui/file_locations.mm", | |
| 366 "ui/image_util.h", | |
| 367 "ui/image_util.mm", | |
| 368 "ui/keyboard/UIKeyCommand+Chrome.h", | |
| 369 "ui/keyboard/UIKeyCommand+Chrome.mm", | |
| 370 "ui/keyboard/hardware_keyboard_watcher.h", | |
| 371 "ui/keyboard/hardware_keyboard_watcher.mm", | |
| 372 "ui/legacy_size_class_support_util.h", | |
| 373 "ui/legacy_size_class_support_util.mm", | |
| 374 "ui/native_content_controller.h", | |
| 375 "ui/native_content_controller.mm", | |
| 376 "ui/omnibox/web_omnibox_edit_controller.cc", | |
| 377 "ui/omnibox/web_omnibox_edit_controller.h", | |
| 378 "ui/orientation_limiting_navigation_controller.h", | |
| 379 "ui/orientation_limiting_navigation_controller.mm", | |
| 380 "ui/reversed_animation.h", | |
| 381 "ui/reversed_animation.mm", | |
| 382 "ui/rtl_geometry.h", | |
| 383 "ui/rtl_geometry.mm", | |
| 384 "ui/show_mail_composer_util.h", | |
| 385 "ui/show_mail_composer_util.mm", | |
| 386 "ui/show_privacy_settings_util.h", | |
| 387 "ui/show_privacy_settings_util.mm", | |
| 388 "ui/side_swipe_gesture_recognizer.h", | |
| 389 "ui/side_swipe_gesture_recognizer.mm", | |
| 390 "ui/size_class_support_util.h", | |
| 391 "ui/size_class_support_util.mm", | |
| 392 "ui/ui_util.h", | |
| 393 "ui/ui_util.mm", | |
| 394 "ui/uikit_ui_util.h", | |
| 395 "ui/uikit_ui_util.mm", | |
| 396 "ui/url_loader.h", | |
| 397 "ui/webui/about_ui.cc", | |
| 398 "ui/webui/about_ui.h", | |
| 399 "ui/webui/crashes_ui.cc", | |
| 400 "ui/webui/crashes_ui.h", | |
| 401 "ui/webui/net_export/net_export_ui.cc", | |
| 402 "ui/webui/net_export/net_export_ui.h", | |
| 403 "ui/webui/sync_internals/sync_internals_message_handler.cc", | |
| 404 "ui/webui/sync_internals/sync_internals_message_handler.h", | |
| 405 "ui/webui/sync_internals/sync_internals_ui.cc", | |
| 406 "ui/webui/sync_internals/sync_internals_ui.h", | |
| 407 "ui/webui/version_handler.cc", | |
| 408 "ui/webui/version_handler.h", | |
| 409 "ui/webui/version_ui.cc", | |
| 410 "ui/webui/version_ui.h", | |
| 411 "undo/bookmark_undo_service_factory.cc", | |
| 412 "undo/bookmark_undo_service_factory.h", | |
| 413 "updatable_config/updatable_array.h", | |
| 414 "updatable_config/updatable_array.mm", | |
| 415 "updatable_config/updatable_config_base.h", | |
| 416 "updatable_config/updatable_config_base.mm", | |
| 417 "updatable_config/updatable_dictionary.h", | |
| 418 "updatable_config/updatable_dictionary.mm", | |
| 419 "update_client/ios_chrome_update_query_params_delegate.cc", | |
| 420 "update_client/ios_chrome_update_query_params_delegate.h", | |
| 421 "variations/ios_chrome_variations_service_client.cc", | |
| 422 "variations/ios_chrome_variations_service_client.h", | |
| 423 "web/dom_altering_lock.h", | |
| 424 "web/dom_altering_lock.mm", | |
| 425 "web/web_view_type_util.h", | |
| 426 "web/web_view_type_util.mm", | |
| 427 "web_data_service_factory.cc", | |
| 428 "web_data_service_factory.h", | |
| 429 "web_resource/web_resource_util.cc", | |
| 430 "web_resource/web_resource_util.h", | |
| 431 "xcallback_parameters.h", | |
| 432 "xcallback_parameters.mm", | |
| 433 ] | |
| 434 | |
| 435 deps = [ | |
| 436 "//base", | |
| 437 "//base:prefs", | |
| 438 "//breakpad:client", | |
| 439 "//components/autofill/core/browser", | |
| 440 "//components/autofill/core/common", | |
| 441 "//components/autofill/ios/browser", | |
| 442 "//components/bookmarks/browser", | |
| 443 "//components/bookmarks/managed", | |
| 444 "//components/component_updater", | |
| 445 "//components/content_settings/core/browser", | |
| 446 "//components/crash/core/browser", | |
| 447 "//components/crash/core/common", | |
| 448 "//components/data_reduction_proxy/core/common", | |
| 449 "//components/dom_distiller/core", | |
| 450 "//components/dom_distiller/ios", | |
| 451 "//components/domain_reliability", | |
| 452 "//components/enhanced_bookmarks", | |
| 453 "//components/favicon/core", | |
| 454 "//components/favicon_base", | |
| 455 "//components/gcm_driver", | |
| 456 "//components/google/core/browser", | |
| 457 "//components/history/core/browser", | |
| 458 "//components/history/ios/browser", | |
| 459 "//components/infobars/core", | |
| 460 "//components/invalidation/impl", | |
| 461 "//components/invalidation/public", | |
| 462 "//components/keyed_service/core", | |
| 463 "//components/keyed_service/ios", | |
| 464 "//components/leveldb_proto", | |
| 465 "//components/metrics", | |
| 466 "//components/metrics:net", | |
| 467 "//components/metrics:profiler", | |
| 468 "//components/metrics:ui", | |
| 469 "//components/net_log", | |
| 470 "//components/network_time", | |
| 471 "//components/omnibox/browser", | |
| 472 "//components/open_from_clipboard", | |
| 473 "//components/password_manager/core/browser", | |
| 474 "//components/password_manager/sync/browser", | |
| 475 "//components/policy:policy_component_common", | |
| 476 "//components/pref_registry", | |
| 477 "//components/profile_metrics", | |
| 478 "//components/proxy_config", | |
| 479 "//components/rappor", | |
| 480 "//components/resources", | |
| 481 "//components/search", | |
| 482 "//components/search_engines", | |
| 483 "//components/sessions", | |
| 484 "//components/signin/core/browser", | |
| 485 "//components/signin/core/common", | |
| 486 "//components/signin/ios/browser", | |
| 487 "//components/strings", | |
| 488 "//components/suggestions", | |
| 489 "//components/sync_driver", | |
| 490 "//components/sync_sessions", | |
| 491 "//components/syncable_prefs", | |
| 492 "//components/translate/core/browser", | |
| 493 "//components/translate/ios/browser", | |
| 494 "//components/undo", | |
| 495 "//components/update_client", | |
| 496 "//components/upload_list", | |
| 497 "//components/variations", | |
| 498 "//components/variations/service", | |
| 499 "//components/version_info", | |
| 500 "//components/version_ui", | |
| 501 "//components/web_resource", | |
| 502 "//components/webdata_services", | |
| 503 "//components/webp_transcode", | |
| 504 "//google_apis", | |
| 505 "//ios/chrome/browser/variations:ios_chrome_ui_string_overrider_factory", | |
| 506 "//ios/chrome/common", | |
| 507 "//ios/public/provider/chrome/browser", | |
| 508 "//ios/web", | |
| 509 "//net", | |
| 510 "//net:extras", | |
| 511 "//skia", | |
| 512 "//sync", | |
| 513 "//third_party/google_toolbox_for_mac", | |
| 514 "//ui/base", | |
| 515 "//ui/gfx", | |
| 516 "//url", | |
| 517 ":injected_js", | |
|
Dirk Pranke
2015/11/17 02:46:12
nit: sort at the top?
| |
| 518 | |
| 519 # TODO(crbug.com/459705): add support for resource packing and change the | |
| 520 # dependency to be on the packed resources instead of the unpacked ones. | |
| 521 "//ios/chrome/app/strings", | |
| 522 "//ios/chrome/app/theme", | |
| 523 ] | |
| 524 | |
| 525 libs = [ | |
| 526 "Accelerate.framework", | |
| 527 "CoreGraphics.framework", | |
| 528 "CoreLocation.framework", | |
| 529 "Foundation.framework", | |
| 530 "QuartzCore.framework", | |
| 531 "UIKit.framework", | |
| 532 ] | |
| 533 | |
| 534 if (enable_rlz) { | |
| 535 deps += [ | |
| 536 "//components/rlz", | |
| 537 ":rlz", | |
|
Dirk Pranke
2015/11/17 02:46:12
nit: sorting
| |
| 538 ] | |
| 539 } | |
| 540 | |
| 541 if (enable_configuration_policy) { | |
| 542 deps += [ | |
| 543 "//components/policy/core/browser", | |
| 544 "//components/policy/core/common", | |
| 545 ] | |
| 546 } | |
| 547 } | |
| 548 | |
| 549 # TODO(crbug.com/487804): use js_compile_checked instead once the errors have | |
| 550 # been fixed. | |
| 551 js_compile_unchecked("injected_js") { | |
| 552 visibility = [ ":browser" ] | |
| 553 sources = [ | |
| 554 "find_in_page/resources/find_in_page.js", | |
| 555 ] | |
| 556 } | |
| 557 | |
| 558 if (enable_rlz_support) { | |
| 559 source_set("rlz") { | |
| 560 sources = [ | |
| 561 "rlz/rlz_tracker_delegate_impl.cc", | |
| 562 "rlz/rlz_tracker_delegate_impl.h", | |
| 563 ] | |
| 564 | |
| 565 deps = [ | |
| 566 "//components/google/core/browser", | |
| 567 "//components/omnibox/browser", | |
| 568 "//components/rlz", | |
| 569 "//components/search_engines", | |
| 570 "//rlz:rlz_lib", | |
| 571 ] | |
| 572 } | |
| 573 } | |
| 574 | |
| 575 source_set("test_support") { | |
| 576 testonly = true | |
| 577 sources = [ | |
| 578 "geolocation/location_manager+Testing.h", | |
| 579 "geolocation/test_location_manager.h", | |
| 580 "geolocation/test_location_manager.mm", | |
| 581 "net/mock_image_fetcher.h", | |
| 582 "net/mock_image_fetcher.mm", | |
| 583 "signin/fake_oauth2_token_service_builder.cc", | |
| 584 "signin/fake_oauth2_token_service_builder.h", | |
| 585 "signin/fake_signin_manager_builder.cc", | |
| 586 "signin/fake_signin_manager_builder.h", | |
| 587 "sync/sync_setup_service_mock.cc", | |
| 588 "sync/sync_setup_service_mock.h", | |
| 589 ] | |
| 590 | |
| 591 deps = [ | |
| 592 "//components/signin/core/browser", | |
| 593 "//components/signin/ios/browser", | |
| 594 "//ios/chrome/browser", | |
| 595 "//ios/chrome/test", | |
| 596 "//ios/public/provider/chrome/browser", | |
| 597 "//testing/gmock", | |
| 598 "//testing/gtest", | |
| 599 "//ui/base", | |
| 600 "//url", | |
| 601 ] | |
| 602 } | |
| OLD | NEW |