Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Side by Side Diff: ios/chrome/browser/BUILD.gn

Issue 1725583002: Work in progress to make //ios/chrome/browser build again in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_ios_hack_2
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ios/chrome/app/resources/BUILD.gn ('k') | ios/public/provider/chrome/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 7
8 declare_args() { 8 declare_args() {
9 google_test_gaia_client_id = "" 9 google_test_gaia_client_id = ""
10 google_test_gaia_client_secret = "" 10 google_test_gaia_client_secret = ""
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "infobars/infobar_controller.h", 197 "infobars/infobar_controller.h",
198 "infobars/infobar_controller.mm", 198 "infobars/infobar_controller.mm",
199 "infobars/infobar_manager_impl.h", 199 "infobars/infobar_manager_impl.h",
200 "infobars/infobar_manager_impl.mm", 200 "infobars/infobar_manager_impl.mm",
201 "infobars/infobar_utils.h", 201 "infobars/infobar_utils.h",
202 "infobars/infobar_utils.mm", 202 "infobars/infobar_utils.mm",
203 "install_time_util.h", 203 "install_time_util.h",
204 "install_time_util.mm", 204 "install_time_util.mm",
205 "installation_notifier.h", 205 "installation_notifier.h",
206 "installation_notifier.mm", 206 "installation_notifier.mm",
207 "interstitials/ios_chrome_controller_client.cc", 207
208 "interstitials/ios_chrome_controller_client.h", 208 #"interstitials/ios_chrome_controller_client.cc",
209 #"interstitials/ios_chrome_controller_client.h",
209 "interstitials/ios_chrome_metrics_helper.h", 210 "interstitials/ios_chrome_metrics_helper.h",
210 "interstitials/ios_chrome_metrics_helper.mm", 211 "interstitials/ios_chrome_metrics_helper.mm",
211 "interstitials/ios_security_interstitial_page.h", 212 "interstitials/ios_security_interstitial_page.h",
212 "interstitials/ios_security_interstitial_page.mm", 213 "interstitials/ios_security_interstitial_page.mm",
213 "invalidation/ios_chrome_profile_invalidation_provider_factory.h", 214 "invalidation/ios_chrome_profile_invalidation_provider_factory.h",
214 "invalidation/ios_chrome_profile_invalidation_provider_factory.mm", 215 "invalidation/ios_chrome_profile_invalidation_provider_factory.mm",
215 "ios_chrome_field_trials.cc", 216 "ios_chrome_field_trials.cc",
216 "ios_chrome_field_trials.h", 217 "ios_chrome_field_trials.h",
217 "ios_chrome_main_parts.h", 218 "ios_chrome_main_parts.h",
218 "ios_chrome_main_parts.mm", 219 "ios_chrome_main_parts.mm",
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 "//components/open_from_clipboard", 561 "//components/open_from_clipboard",
561 "//components/password_manager/core/browser", 562 "//components/password_manager/core/browser",
562 "//components/password_manager/sync/browser", 563 "//components/password_manager/sync/browser",
563 "//components/policy:policy_component_common", 564 "//components/policy:policy_component_common",
564 "//components/pref_registry", 565 "//components/pref_registry",
565 "//components/prefs", 566 "//components/prefs",
566 "//components/profile_metrics", 567 "//components/profile_metrics",
567 "//components/proxy_config", 568 "//components/proxy_config",
568 "//components/rappor", 569 "//components/rappor",
569 "//components/resources", 570 "//components/resources",
570 "//components/safe_browsing_db", 571
572 #"//components/safe_browsing_db",
571 "//components/search", 573 "//components/search",
572 "//components/search_engines", 574 "//components/search_engines",
573 "//components/security_interstitials/core", 575 "//components/security_interstitials/core",
574 "//components/security_state", 576 "//components/security_state",
575 "//components/sessions", 577 "//components/sessions",
576 "//components/signin/core/browser", 578 "//components/signin/core/browser",
577 "//components/signin/core/common", 579 "//components/signin/core/common",
578 "//components/signin/ios/browser", 580 "//components/signin/ios/browser",
579 "//components/strings", 581 "//components/strings",
580 "//components/suggestions", 582 "//components/suggestions",
(...skipping 23 matching lines...) Expand all
604 "//net:extras", 606 "//net:extras",
605 "//skia", 607 "//skia",
606 "//sync", 608 "//sync",
607 "//third_party/google_toolbox_for_mac", 609 "//third_party/google_toolbox_for_mac",
608 "//ui/base", 610 "//ui/base",
609 "//ui/gfx", 611 "//ui/gfx",
610 "//url", 612 "//url",
611 613
612 # TODO(crbug.com/459705): add support for resource packing and change the 614 # TODO(crbug.com/459705): add support for resource packing and change the
613 # dependency to be on the packed resources instead of the unpacked ones. 615 # dependency to be on the packed resources instead of the unpacked ones.
616 "//ios/chrome/app/resources",
614 "//ios/chrome/app/strings", 617 "//ios/chrome/app/strings",
615 "//ios/chrome/app/theme", 618 "//ios/chrome/app/theme",
616 ] 619 ]
617 620
618 libs = [ 621 libs = [
619 "Accelerate.framework", 622 "Accelerate.framework",
620 "CoreGraphics.framework", 623 "CoreGraphics.framework",
621 "CoreLocation.framework", 624 "CoreLocation.framework",
622 "Foundation.framework", 625 "Foundation.framework",
623 "QuartzCore.framework", 626 "QuartzCore.framework",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 } 702 }
700 } 703 }
701 704
702 source_set("test_support") { 705 source_set("test_support") {
703 testonly = true 706 testonly = true
704 sources = [ 707 sources = [
705 "browser_state/test_chrome_browser_state.h", 708 "browser_state/test_chrome_browser_state.h",
706 "browser_state/test_chrome_browser_state.mm", 709 "browser_state/test_chrome_browser_state.mm",
707 "browser_state/test_chrome_browser_state_isolated_context.h", 710 "browser_state/test_chrome_browser_state_isolated_context.h",
708 "browser_state/test_chrome_browser_state_isolated_context.mm", 711 "browser_state/test_chrome_browser_state_isolated_context.mm",
709 "browser_state/test_chrome_browser_state_manager.c", 712
710 "browser_state/test_chrome_browser_state_manager.h", 713 #"browser_state/test_chrome_browser_state_manager.c",
714 #"browser_state/test_chrome_browser_state_manager.h",
711 "geolocation/location_manager+Testing.h", 715 "geolocation/location_manager+Testing.h",
712 "geolocation/test_location_manager.h", 716 "geolocation/test_location_manager.h",
713 "geolocation/test_location_manager.mm", 717 "geolocation/test_location_manager.mm",
714 "net/mock_image_fetcher.h", 718 "net/mock_image_fetcher.h",
715 "net/mock_image_fetcher.mm", 719 "net/mock_image_fetcher.mm",
716 "signin/fake_oauth2_token_service_builder.h", 720 "signin/fake_oauth2_token_service_builder.h",
717 "signin/fake_oauth2_token_service_builder.mm", 721 "signin/fake_oauth2_token_service_builder.mm",
718 "signin/fake_signin_manager_builder.cc", 722 "signin/fake_signin_manager_builder.cc",
719 "signin/fake_signin_manager_builder.h", 723 "signin/fake_signin_manager_builder.h",
720 "sync/fake_sync_service_factory.cc", 724 "sync/fake_sync_service_factory.cc",
721 "sync/fake_sync_service_factory.h", 725 "sync/fake_sync_service_factory.h",
722 "sync/ios_chrome_profile_sync_test_util.cc", 726 "sync/ios_chrome_profile_sync_test_util.cc",
723 "sync/ios_chrome_profile_sync_test_util.h", 727 "sync/ios_chrome_profile_sync_test_util.h",
724 "sync/sync_setup_service_mock.cc", 728 "sync/sync_setup_service_mock.cc",
725 "sync/sync_setup_service_mock.h", 729 "sync/sync_setup_service_mock.h",
726 ] 730 ]
727 731
728 deps = [ 732 deps = [
729 ":browser", 733 ":browser",
730 "//base", 734 "//base",
731 "//components/browser_sync/browser", 735 "//components/browser_sync/browser",
732 "//components/keyed_service/core", 736 "//components/keyed_service/core",
733 "//components/keyed_service/ios", 737 "//components/keyed_service/ios",
734 "//components/signin/core/browser", 738 "//components/signin/core/browser",
735 "//components/signin/ios/browser", 739 "//components/signin/ios/browser",
736 "//components/sync_driver", 740 "//components/sync_driver",
737 "//components/sync_driver:test_support", 741 "//components/sync_driver:test_support",
738 "//ios/chrome/browser", 742 "//ios/chrome/browser",
739 "//ios/chrome/common", 743 "//ios/chrome/common",
740 "//ios/chrome/test", 744
745 #"//ios/chrome/test",
741 "//ios/public/provider/chrome/browser", 746 "//ios/public/provider/chrome/browser",
742 "//ios/public/provider/chrome/browser:test_support", 747 "//ios/public/provider/chrome/browser:test_support",
743 "//ios/web", 748 "//ios/web",
744 "//sync", 749 "//sync",
745 "//testing/gmock", 750 "//testing/gmock",
746 "//testing/gtest", 751 "//testing/gtest",
747 "//ui/base", 752 "//ui/base",
748 "//url", 753 "//url",
749 ] 754 ]
750 } 755 }
OLDNEW
« no previous file with comments | « ios/chrome/app/resources/BUILD.gn ('k') | ios/public/provider/chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698