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

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: Addressed nasko@'s comments. Created 3 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
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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 "frame_host/frame_tree.cc", 610 "frame_host/frame_tree.cc",
611 "frame_host/frame_tree.h", 611 "frame_host/frame_tree.h",
612 "frame_host/frame_tree_node.cc", 612 "frame_host/frame_tree_node.cc",
613 "frame_host/frame_tree_node.h", 613 "frame_host/frame_tree_node.h",
614 "frame_host/frame_tree_node_blame_context.cc", 614 "frame_host/frame_tree_node_blame_context.cc",
615 "frame_host/frame_tree_node_blame_context.h", 615 "frame_host/frame_tree_node_blame_context.h",
616 "frame_host/interstitial_page_impl.cc", 616 "frame_host/interstitial_page_impl.cc",
617 "frame_host/interstitial_page_impl.h", 617 "frame_host/interstitial_page_impl.h",
618 "frame_host/interstitial_page_navigator_impl.cc", 618 "frame_host/interstitial_page_navigator_impl.cc",
619 "frame_host/interstitial_page_navigator_impl.h", 619 "frame_host/interstitial_page_navigator_impl.h",
620 "frame_host/mixed_content_navigation_throttle.cc",
621 "frame_host/mixed_content_navigation_throttle.h",
620 "frame_host/navigation_controller_android.cc", 622 "frame_host/navigation_controller_android.cc",
621 "frame_host/navigation_controller_android.h", 623 "frame_host/navigation_controller_android.h",
622 "frame_host/navigation_controller_delegate.h", 624 "frame_host/navigation_controller_delegate.h",
623 "frame_host/navigation_controller_impl.cc", 625 "frame_host/navigation_controller_impl.cc",
624 "frame_host/navigation_controller_impl.h", 626 "frame_host/navigation_controller_impl.h",
625 "frame_host/navigation_entry_impl.cc", 627 "frame_host/navigation_entry_impl.cc",
626 "frame_host/navigation_entry_impl.h", 628 "frame_host/navigation_entry_impl.h",
627 "frame_host/navigation_entry_screenshot_manager.cc", 629 "frame_host/navigation_entry_screenshot_manager.cc",
628 "frame_host/navigation_entry_screenshot_manager.h", 630 "frame_host/navigation_entry_screenshot_manager.h",
629 "frame_host/navigation_handle_impl.cc", 631 "frame_host/navigation_handle_impl.cc",
(...skipping 1374 matching lines...) Expand 10 before | Expand all | Expand 10 after
2004 if (!is_component_build) { 2006 if (!is_component_build) {
2005 public_deps = [ 2007 public_deps = [
2006 ":browser", 2008 ":browser",
2007 ] 2009 ]
2008 } else { 2010 } else {
2009 public_deps = [ 2011 public_deps = [
2010 "//third_party/leveldatabase", 2012 "//third_party/leveldatabase",
2011 ] 2013 ]
2012 } 2014 }
2013 } 2015 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698