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

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

Issue 2113473002: Add a Physical Web data source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo Created 4 years, 4 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 | « components/physical_web/data_source/physical_web_data_source.h ('k') | ios/chrome/browser/DEPS » ('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 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "passwords/password_generation_edit_view.h", 310 "passwords/password_generation_edit_view.h",
311 "passwords/password_generation_edit_view.mm", 311 "passwords/password_generation_edit_view.mm",
312 "passwords/password_generation_offer_view.h", 312 "passwords/password_generation_offer_view.h",
313 "passwords/password_generation_offer_view.mm", 313 "passwords/password_generation_offer_view.mm",
314 "passwords/password_generation_prompt_delegate.h", 314 "passwords/password_generation_prompt_delegate.h",
315 "passwords/password_generation_utils.h", 315 "passwords/password_generation_utils.h",
316 "passwords/password_generation_utils.mm", 316 "passwords/password_generation_utils.mm",
317 "passwords/passwords_ui_delegate.h", 317 "passwords/passwords_ui_delegate.h",
318 "passwords/update_password_infobar_controller.h", 318 "passwords/update_password_infobar_controller.h",
319 "passwords/update_password_infobar_controller.mm", 319 "passwords/update_password_infobar_controller.mm",
320 "physical_web/create_physical_web_data_source.h",
321 "physical_web/create_physical_web_data_source.mm",
320 "physical_web/physical_web_constants.h", 322 "physical_web/physical_web_constants.h",
321 "pref_names.cc", 323 "pref_names.cc",
322 "pref_names.h", 324 "pref_names.h",
323 "prefs/browser_prefs.h", 325 "prefs/browser_prefs.h",
324 "prefs/browser_prefs.mm", 326 "prefs/browser_prefs.mm",
325 "prefs/ios_chrome_pref_model_associator_client.cc", 327 "prefs/ios_chrome_pref_model_associator_client.cc",
326 "prefs/ios_chrome_pref_model_associator_client.h", 328 "prefs/ios_chrome_pref_model_associator_client.h",
327 "prefs/ios_chrome_pref_service_factory.cc", 329 "prefs/ios_chrome_pref_service_factory.cc",
328 "prefs/ios_chrome_pref_service_factory.h", 330 "prefs/ios_chrome_pref_service_factory.h",
329 "prefs/pref_observer_bridge.h", 331 "prefs/pref_observer_bridge.h",
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 "//components/navigation_metrics", 645 "//components/navigation_metrics",
644 "//components/net_log", 646 "//components/net_log",
645 "//components/network_session_configurator", 647 "//components/network_session_configurator",
646 "//components/network_time", 648 "//components/network_time",
647 "//components/ntp_snippets", 649 "//components/ntp_snippets",
648 "//components/omnibox/browser", 650 "//components/omnibox/browser",
649 "//components/open_from_clipboard", 651 "//components/open_from_clipboard",
650 "//components/password_manager/core/browser", 652 "//components/password_manager/core/browser",
651 "//components/password_manager/core/common", 653 "//components/password_manager/core/common",
652 "//components/password_manager/sync/browser", 654 "//components/password_manager/sync/browser",
655 "//components/physical_web/data_source",
653 "//components/policy:policy_component_common", 656 "//components/policy:policy_component_common",
654 "//components/pref_registry", 657 "//components/pref_registry",
655 "//components/prefs", 658 "//components/prefs",
656 "//components/profile_metrics", 659 "//components/profile_metrics",
657 "//components/proxy_config", 660 "//components/proxy_config",
658 "//components/rappor", 661 "//components/rappor",
659 "//components/resources", 662 "//components/resources",
660 "//components/search", 663 "//components/search",
661 "//components/search_engines", 664 "//components/search_engines",
662 "//components/security_interstitials/core", 665 "//components/security_interstitials/core",
(...skipping 20 matching lines...) Expand all
683 "//components/variations", 686 "//components/variations",
684 "//components/variations/service", 687 "//components/variations/service",
685 "//components/version_info", 688 "//components/version_info",
686 "//components/version_ui", 689 "//components/version_ui",
687 "//components/web_resource", 690 "//components/web_resource",
688 "//components/webdata_services", 691 "//components/webdata_services",
689 "//google_apis", 692 "//google_apis",
690 "//ios/chrome/browser/variations:ios_chrome_ui_string_overrider_factory", 693 "//ios/chrome/browser/variations:ios_chrome_ui_string_overrider_factory",
691 "//ios/chrome/common", 694 "//ios/chrome/common",
692 "//ios/chrome/common/app_group", 695 "//ios/chrome/common/app_group",
696 "//ios/chrome/common/physical_web",
693 "//ios/net", 697 "//ios/net",
694 "//ios/public/provider/chrome/browser", 698 "//ios/public/provider/chrome/browser",
695 "//ios/public/provider/web", 699 "//ios/public/provider/web",
696 "//ios/web", 700 "//ios/web",
697 "//ios/web:user_agent", 701 "//ios/web:user_agent",
698 "//ios/web/public/app", 702 "//ios/web/public/app",
699 "//net", 703 "//net",
700 "//net:extras", 704 "//net:extras",
701 "//services/shell/public/cpp", 705 "//services/shell/public/cpp",
702 "//skia", 706 "//skia",
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 "//ios/public/provider/chrome/browser", 847 "//ios/public/provider/chrome/browser",
844 "//ios/public/provider/chrome/browser:test_support", 848 "//ios/public/provider/chrome/browser:test_support",
845 "//ios/web", 849 "//ios/web",
846 "//net:test_support", 850 "//net:test_support",
847 "//testing/gmock", 851 "//testing/gmock",
848 "//testing/gtest", 852 "//testing/gtest",
849 "//ui/base", 853 "//ui/base",
850 "//url", 854 "//url",
851 ] 855 ]
852 } 856 }
OLDNEW
« no previous file with comments | « components/physical_web/data_source/physical_web_data_source.h ('k') | ios/chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698