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

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: components/physical_web.gypi 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
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 "pref_names.cc", 322 "pref_names.cc",
321 "pref_names.h", 323 "pref_names.h",
322 "prefs/browser_prefs.h", 324 "prefs/browser_prefs.h",
323 "prefs/browser_prefs.mm", 325 "prefs/browser_prefs.mm",
324 "prefs/ios_chrome_pref_model_associator_client.cc", 326 "prefs/ios_chrome_pref_model_associator_client.cc",
325 "prefs/ios_chrome_pref_model_associator_client.h", 327 "prefs/ios_chrome_pref_model_associator_client.h",
326 "prefs/ios_chrome_pref_service_factory.cc", 328 "prefs/ios_chrome_pref_service_factory.cc",
327 "prefs/ios_chrome_pref_service_factory.h", 329 "prefs/ios_chrome_pref_service_factory.h",
328 "prefs/pref_observer_bridge.h", 330 "prefs/pref_observer_bridge.h",
329 "prefs/pref_observer_bridge.mm", 331 "prefs/pref_observer_bridge.mm",
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 "//components/navigation_metrics", 637 "//components/navigation_metrics",
636 "//components/net_log", 638 "//components/net_log",
637 "//components/network_session_configurator", 639 "//components/network_session_configurator",
638 "//components/network_time", 640 "//components/network_time",
639 "//components/ntp_snippets", 641 "//components/ntp_snippets",
640 "//components/omnibox/browser", 642 "//components/omnibox/browser",
641 "//components/open_from_clipboard", 643 "//components/open_from_clipboard",
642 "//components/password_manager/core/browser", 644 "//components/password_manager/core/browser",
643 "//components/password_manager/core/common", 645 "//components/password_manager/core/common",
644 "//components/password_manager/sync/browser", 646 "//components/password_manager/sync/browser",
647 "//components/physical_web/data_source",
645 "//components/policy:policy_component_common", 648 "//components/policy:policy_component_common",
646 "//components/pref_registry", 649 "//components/pref_registry",
647 "//components/prefs", 650 "//components/prefs",
648 "//components/profile_metrics", 651 "//components/profile_metrics",
649 "//components/proxy_config", 652 "//components/proxy_config",
650 "//components/rappor", 653 "//components/rappor",
651 "//components/resources", 654 "//components/resources",
652 "//components/search", 655 "//components/search",
653 "//components/search_engines", 656 "//components/search_engines",
654 "//components/security_interstitials/core", 657 "//components/security_interstitials/core",
(...skipping 19 matching lines...) Expand all
674 "//components/variations", 677 "//components/variations",
675 "//components/variations/service", 678 "//components/variations/service",
676 "//components/version_info", 679 "//components/version_info",
677 "//components/version_ui", 680 "//components/version_ui",
678 "//components/web_resource", 681 "//components/web_resource",
679 "//components/webdata_services", 682 "//components/webdata_services",
680 "//google_apis", 683 "//google_apis",
681 "//ios/chrome/browser/variations:ios_chrome_ui_string_overrider_factory", 684 "//ios/chrome/browser/variations:ios_chrome_ui_string_overrider_factory",
682 "//ios/chrome/common", 685 "//ios/chrome/common",
683 "//ios/chrome/common/app_group", 686 "//ios/chrome/common/app_group",
687 "//ios/chrome/common/physical_web",
684 "//ios/net", 688 "//ios/net",
685 "//ios/public/provider/chrome/browser", 689 "//ios/public/provider/chrome/browser",
686 "//ios/public/provider/web", 690 "//ios/public/provider/web",
687 "//ios/web", 691 "//ios/web",
688 "//ios/web:user_agent", 692 "//ios/web:user_agent",
689 "//ios/web/public/app", 693 "//ios/web/public/app",
690 "//net", 694 "//net",
691 "//net:extras", 695 "//net:extras",
692 "//services/shell/public/cpp", 696 "//services/shell/public/cpp",
693 "//skia", 697 "//skia",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 "//ios/public/provider/chrome/browser:test_support", 839 "//ios/public/provider/chrome/browser:test_support",
836 "//ios/web", 840 "//ios/web",
837 "//net:test_support", 841 "//net:test_support",
838 "//sync", 842 "//sync",
839 "//testing/gmock", 843 "//testing/gmock",
840 "//testing/gtest", 844 "//testing/gtest",
841 "//ui/base", 845 "//ui/base",
842 "//url", 846 "//url",
843 ] 847 ]
844 } 848 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698