| 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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 "pref_names.h", | 342 "pref_names.h", |
| 343 "prefs/browser_prefs.h", | 343 "prefs/browser_prefs.h", |
| 344 "prefs/browser_prefs.mm", | 344 "prefs/browser_prefs.mm", |
| 345 "prefs/ios_chrome_pref_model_associator_client.cc", | 345 "prefs/ios_chrome_pref_model_associator_client.cc", |
| 346 "prefs/ios_chrome_pref_model_associator_client.h", | 346 "prefs/ios_chrome_pref_model_associator_client.h", |
| 347 "prefs/ios_chrome_pref_service_factory.cc", | 347 "prefs/ios_chrome_pref_service_factory.cc", |
| 348 "prefs/ios_chrome_pref_service_factory.h", | 348 "prefs/ios_chrome_pref_service_factory.h", |
| 349 "prefs/pref_observer_bridge.h", | 349 "prefs/pref_observer_bridge.h", |
| 350 "prefs/pref_observer_bridge.mm", | 350 "prefs/pref_observer_bridge.mm", |
| 351 "procedural_block_types.h", | 351 "procedural_block_types.h", |
| 352 "reading_list/reading_list_download_service.cc", | |
| 353 "reading_list/reading_list_download_service.h", | |
| 354 "reading_list/reading_list_download_service_factory.cc", | |
| 355 "reading_list/reading_list_download_service_factory.h", | |
| 356 "reading_list/reading_list_entry.cc", | |
| 357 "reading_list/reading_list_entry.h", | |
| 358 "reading_list/reading_list_model.cc", | |
| 359 "reading_list/reading_list_model.h", | |
| 360 "reading_list/reading_list_model_bridge_observer.h", | |
| 361 "reading_list/reading_list_model_bridge_observer.mm", | |
| 362 "reading_list/reading_list_model_factory.cc", | |
| 363 "reading_list/reading_list_model_factory.h", | |
| 364 "reading_list/reading_list_model_impl.cc", | |
| 365 "reading_list/reading_list_model_impl.h", | |
| 366 "reading_list/reading_list_model_observer.h", | |
| 367 "reading_list/reading_list_model_observer.h", | |
| 368 "reading_list/reading_list_model_storage.h", | |
| 369 "reading_list/reading_list_model_storage_defaults.h", | |
| 370 "reading_list/reading_list_model_storage_defaults.mm", | |
| 371 "reading_list/url_downloader.cc", | |
| 372 "reading_list/url_downloader.h", | |
| 373 "root_coordinator.h", | 352 "root_coordinator.h", |
| 374 "root_coordinator.mm", | 353 "root_coordinator.mm", |
| 375 "search_engines/search_engines_util.cc", | 354 "search_engines/search_engines_util.cc", |
| 376 "search_engines/search_engines_util.h", | 355 "search_engines/search_engines_util.h", |
| 377 "search_engines/template_url_service_client_impl.cc", | 356 "search_engines/template_url_service_client_impl.cc", |
| 378 "search_engines/template_url_service_client_impl.h", | 357 "search_engines/template_url_service_client_impl.h", |
| 379 "search_engines/template_url_service_factory.cc", | 358 "search_engines/template_url_service_factory.cc", |
| 380 "search_engines/template_url_service_factory.h", | 359 "search_engines/template_url_service_factory.h", |
| 381 "search_engines/ui_thread_search_terms_data.cc", | 360 "search_engines/ui_thread_search_terms_data.cc", |
| 382 "search_engines/ui_thread_search_terms_data.h", | 361 "search_engines/ui_thread_search_terms_data.h", |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 704 "//components/upload_list", | 683 "//components/upload_list", |
| 705 "//components/url_formatter", | 684 "//components/url_formatter", |
| 706 "//components/user_prefs", | 685 "//components/user_prefs", |
| 707 "//components/variations", | 686 "//components/variations", |
| 708 "//components/variations/service", | 687 "//components/variations/service", |
| 709 "//components/version_info", | 688 "//components/version_info", |
| 710 "//components/version_ui", | 689 "//components/version_ui", |
| 711 "//components/web_resource", | 690 "//components/web_resource", |
| 712 "//components/webdata_services", | 691 "//components/webdata_services", |
| 713 "//google_apis", | 692 "//google_apis", |
| 693 "//ios/chrome/browser/reading_list", |
| 714 "//ios/chrome/browser/variations:ios_chrome_ui_string_overrider_factory", | 694 "//ios/chrome/browser/variations:ios_chrome_ui_string_overrider_factory", |
| 715 "//ios/chrome/common", | 695 "//ios/chrome/common", |
| 716 "//ios/chrome/common/app_group", | 696 "//ios/chrome/common/app_group", |
| 717 "//ios/chrome/common/physical_web", | 697 "//ios/chrome/common/physical_web", |
| 718 "//ios/net", | 698 "//ios/net", |
| 719 "//ios/public/provider/chrome/browser", | 699 "//ios/public/provider/chrome/browser", |
| 720 "//ios/public/provider/web", | 700 "//ios/public/provider/web", |
| 721 "//ios/web", | 701 "//ios/web", |
| 722 "//ios/web:user_agent", | 702 "//ios/web:user_agent", |
| 723 "//ios/web/public/app", | 703 "//ios/web/public/app", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 734 "//ui/strings", | 714 "//ui/strings", |
| 735 "//url", | 715 "//url", |
| 736 | 716 |
| 737 # TODO(crbug.com/459705): add support for resource packing and change the | 717 # TODO(crbug.com/459705): add support for resource packing and change the |
| 738 # dependency to be on the packed resources instead of the unpacked ones. | 718 # dependency to be on the packed resources instead of the unpacked ones. |
| 739 "//ios/chrome/app/resources", | 719 "//ios/chrome/app/resources", |
| 740 "//ios/chrome/app/strings", | 720 "//ios/chrome/app/strings", |
| 741 "//ios/chrome/app/theme", | 721 "//ios/chrome/app/theme", |
| 742 ] | 722 ] |
| 743 | 723 |
| 744 allow_circular_includes_from = [ ":about_flags" ] | 724 allow_circular_includes_from = [ |
| 725 ":about_flags", |
| 726 "//ios/chrome/browser/reading_list", |
| 727 ] |
| 745 | 728 |
| 746 libs = [ | 729 libs = [ |
| 747 "Accelerate.framework", | 730 "Accelerate.framework", |
| 748 "CoreGraphics.framework", | 731 "CoreGraphics.framework", |
| 749 "CoreLocation.framework", | 732 "CoreLocation.framework", |
| 750 "Foundation.framework", | 733 "Foundation.framework", |
| 751 "QuartzCore.framework", | 734 "QuartzCore.framework", |
| 752 "UIKit.framework", | 735 "UIKit.framework", |
| 753 ] | 736 ] |
| 754 | 737 |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 867 "//ios/public/provider/chrome/browser", | 850 "//ios/public/provider/chrome/browser", |
| 868 "//ios/public/provider/chrome/browser:test_support", | 851 "//ios/public/provider/chrome/browser:test_support", |
| 869 "//ios/web", | 852 "//ios/web", |
| 870 "//net:test_support", | 853 "//net:test_support", |
| 871 "//testing/gmock", | 854 "//testing/gmock", |
| 872 "//testing/gtest", | 855 "//testing/gtest", |
| 873 "//ui/base", | 856 "//ui/base", |
| 874 "//url", | 857 "//url", |
| 875 ] | 858 ] |
| 876 } | 859 } |
| OLD | NEW |