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

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

Issue 2787123005: Block data URL navigations with RenderFrameImpl::DecidePolicyForNavigation (Closed)
Patch Set: Attempt another fix Created 3 years, 8 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("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 "fileapi/fileapi_message_filter.h", 643 "fileapi/fileapi_message_filter.h",
644 "fileapi/upload_file_system_file_element_reader.cc", 644 "fileapi/upload_file_system_file_element_reader.cc",
645 "fileapi/upload_file_system_file_element_reader.h", 645 "fileapi/upload_file_system_file_element_reader.h",
646 "find_request_manager.cc", 646 "find_request_manager.cc",
647 "find_request_manager.h", 647 "find_request_manager.h",
648 "font_list_async.cc", 648 "font_list_async.cc",
649 "frame_host/ancestor_throttle.cc", 649 "frame_host/ancestor_throttle.cc",
650 "frame_host/ancestor_throttle.h", 650 "frame_host/ancestor_throttle.h",
651 "frame_host/cross_process_frame_connector.cc", 651 "frame_host/cross_process_frame_connector.cc",
652 "frame_host/cross_process_frame_connector.h", 652 "frame_host/cross_process_frame_connector.h",
653 "frame_host/data_url_navigation_throttle.cc",
654 "frame_host/data_url_navigation_throttle.h",
653 "frame_host/debug_urls.cc", 655 "frame_host/debug_urls.cc",
654 "frame_host/debug_urls.h", 656 "frame_host/debug_urls.h",
655 "frame_host/form_submission_throttle.cc", 657 "frame_host/form_submission_throttle.cc",
656 "frame_host/form_submission_throttle.h", 658 "frame_host/form_submission_throttle.h",
657 "frame_host/frame_navigation_entry.cc", 659 "frame_host/frame_navigation_entry.cc",
658 "frame_host/frame_navigation_entry.h", 660 "frame_host/frame_navigation_entry.h",
659 "frame_host/frame_tree.cc", 661 "frame_host/frame_tree.cc",
660 "frame_host/frame_tree.h", 662 "frame_host/frame_tree.h",
661 "frame_host/frame_tree_node.cc", 663 "frame_host/frame_tree_node.cc",
662 "frame_host/frame_tree_node.h", 664 "frame_host/frame_tree_node.h",
(...skipping 1408 matching lines...) Expand 10 before | Expand all | Expand 10 after
2071 if (!is_component_build) { 2073 if (!is_component_build) {
2072 public_deps = [ 2074 public_deps = [
2073 ":browser", 2075 ":browser",
2074 ] 2076 ]
2075 } else { 2077 } else {
2076 public_deps = [ 2078 public_deps = [
2077 "//third_party/leveldatabase", 2079 "//third_party/leveldatabase",
2078 ] 2080 ]
2079 } 2081 }
2080 } 2082 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698