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

Side by Side Diff: content/browser/BUILD.gn

Issue 1905033002: PlzNavigate: Move navigation-level mixed content checks to the browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@console-security-message
Patch Set: Now using shared scheme collections from url_util.h. Created 3 years, 11 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 "frame_host/frame_tree.cc", 623 "frame_host/frame_tree.cc",
624 "frame_host/frame_tree.h", 624 "frame_host/frame_tree.h",
625 "frame_host/frame_tree_node.cc", 625 "frame_host/frame_tree_node.cc",
626 "frame_host/frame_tree_node.h", 626 "frame_host/frame_tree_node.h",
627 "frame_host/frame_tree_node_blame_context.cc", 627 "frame_host/frame_tree_node_blame_context.cc",
628 "frame_host/frame_tree_node_blame_context.h", 628 "frame_host/frame_tree_node_blame_context.h",
629 "frame_host/interstitial_page_impl.cc", 629 "frame_host/interstitial_page_impl.cc",
630 "frame_host/interstitial_page_impl.h", 630 "frame_host/interstitial_page_impl.h",
631 "frame_host/interstitial_page_navigator_impl.cc", 631 "frame_host/interstitial_page_navigator_impl.cc",
632 "frame_host/interstitial_page_navigator_impl.h", 632 "frame_host/interstitial_page_navigator_impl.h",
633 "frame_host/mixed_content_navigation_throttle.cc",
634 "frame_host/mixed_content_navigation_throttle.h",
633 "frame_host/navigation_controller_android.cc", 635 "frame_host/navigation_controller_android.cc",
634 "frame_host/navigation_controller_android.h", 636 "frame_host/navigation_controller_android.h",
635 "frame_host/navigation_controller_delegate.h", 637 "frame_host/navigation_controller_delegate.h",
636 "frame_host/navigation_controller_impl.cc", 638 "frame_host/navigation_controller_impl.cc",
637 "frame_host/navigation_controller_impl.h", 639 "frame_host/navigation_controller_impl.h",
638 "frame_host/navigation_entry_impl.cc", 640 "frame_host/navigation_entry_impl.cc",
639 "frame_host/navigation_entry_impl.h", 641 "frame_host/navigation_entry_impl.h",
640 "frame_host/navigation_entry_screenshot_manager.cc", 642 "frame_host/navigation_entry_screenshot_manager.cc",
641 "frame_host/navigation_entry_screenshot_manager.h", 643 "frame_host/navigation_entry_screenshot_manager.h",
642 "frame_host/navigation_handle_impl.cc", 644 "frame_host/navigation_handle_impl.cc",
(...skipping 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after
2018 if (!is_component_build) { 2020 if (!is_component_build) {
2019 public_deps = [ 2021 public_deps = [
2020 ":browser", 2022 ":browser",
2021 ] 2023 ]
2022 } else { 2024 } else {
2023 public_deps = [ 2025 public_deps = [
2024 "//third_party/leveldatabase", 2026 "//third_party/leveldatabase",
2025 ] 2027 ]
2026 } 2028 }
2027 } 2029 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698