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

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

Issue 2702503002: Block renderer-initiated main frame navigations to data URLs (Closed)
Patch Set: Cleanup Created 3 years, 9 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 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 "fileapi/fileapi_message_filter.h", 621 "fileapi/fileapi_message_filter.h",
622 "fileapi/upload_file_system_file_element_reader.cc", 622 "fileapi/upload_file_system_file_element_reader.cc",
623 "fileapi/upload_file_system_file_element_reader.h", 623 "fileapi/upload_file_system_file_element_reader.h",
624 "find_request_manager.cc", 624 "find_request_manager.cc",
625 "find_request_manager.h", 625 "find_request_manager.h",
626 "font_list_async.cc", 626 "font_list_async.cc",
627 "frame_host/ancestor_throttle.cc", 627 "frame_host/ancestor_throttle.cc",
628 "frame_host/ancestor_throttle.h", 628 "frame_host/ancestor_throttle.h",
629 "frame_host/cross_process_frame_connector.cc", 629 "frame_host/cross_process_frame_connector.cc",
630 "frame_host/cross_process_frame_connector.h", 630 "frame_host/cross_process_frame_connector.h",
631 "frame_host/data_url_navigation_throttle.cc",
632 "frame_host/data_url_navigation_throttle.h",
631 "frame_host/debug_urls.cc", 633 "frame_host/debug_urls.cc",
632 "frame_host/debug_urls.h", 634 "frame_host/debug_urls.h",
633 "frame_host/frame_navigation_entry.cc", 635 "frame_host/frame_navigation_entry.cc",
634 "frame_host/frame_navigation_entry.h", 636 "frame_host/frame_navigation_entry.h",
635 "frame_host/frame_tree.cc", 637 "frame_host/frame_tree.cc",
636 "frame_host/frame_tree.h", 638 "frame_host/frame_tree.h",
637 "frame_host/frame_tree_node.cc", 639 "frame_host/frame_tree_node.cc",
638 "frame_host/frame_tree_node.h", 640 "frame_host/frame_tree_node.h",
639 "frame_host/frame_tree_node_blame_context.cc", 641 "frame_host/frame_tree_node_blame_context.cc",
640 "frame_host/frame_tree_node_blame_context.h", 642 "frame_host/frame_tree_node_blame_context.h",
(...skipping 1399 matching lines...) Expand 10 before | Expand all | Expand 10 after
2040 if (!is_component_build) { 2042 if (!is_component_build) {
2041 public_deps = [ 2043 public_deps = [
2042 ":browser", 2044 ":browser",
2043 ] 2045 ]
2044 } else { 2046 } else {
2045 public_deps = [ 2047 public_deps = [
2046 "//third_party/leveldatabase", 2048 "//third_party/leveldatabase",
2047 ] 2049 ]
2048 } 2050 }
2049 } 2051 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698