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

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

Issue 2655463006: PlzNavigate: Enforce 'frame-src' CSP on the browser. (Closed)
Patch Set: Rebase. 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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 "fileapi/fileapi_message_filter.h", 603 "fileapi/fileapi_message_filter.h",
604 "fileapi/upload_file_system_file_element_reader.cc", 604 "fileapi/upload_file_system_file_element_reader.cc",
605 "fileapi/upload_file_system_file_element_reader.h", 605 "fileapi/upload_file_system_file_element_reader.h",
606 "find_request_manager.cc", 606 "find_request_manager.cc",
607 "find_request_manager.h", 607 "find_request_manager.h",
608 "font_list_async.cc", 608 "font_list_async.cc",
609 "frame_host/ancestor_throttle.cc", 609 "frame_host/ancestor_throttle.cc",
610 "frame_host/ancestor_throttle.h", 610 "frame_host/ancestor_throttle.h",
611 "frame_host/cross_process_frame_connector.cc", 611 "frame_host/cross_process_frame_connector.cc",
612 "frame_host/cross_process_frame_connector.h", 612 "frame_host/cross_process_frame_connector.h",
613 "frame_host/csp_context_impl.cc",
alexmos 2017/02/24 06:40:27 Does this need the .h also?
arthursonzogni 2017/02/24 16:13:29 Ack. (File removed)
613 "frame_host/debug_urls.cc", 614 "frame_host/debug_urls.cc",
614 "frame_host/debug_urls.h", 615 "frame_host/debug_urls.h",
615 "frame_host/frame_navigation_entry.cc", 616 "frame_host/frame_navigation_entry.cc",
616 "frame_host/frame_navigation_entry.h", 617 "frame_host/frame_navigation_entry.h",
617 "frame_host/frame_tree.cc", 618 "frame_host/frame_tree.cc",
618 "frame_host/frame_tree.h", 619 "frame_host/frame_tree.h",
619 "frame_host/frame_tree_node.cc", 620 "frame_host/frame_tree_node.cc",
620 "frame_host/frame_tree_node.h", 621 "frame_host/frame_tree_node.h",
621 "frame_host/frame_tree_node_blame_context.cc", 622 "frame_host/frame_tree_node_blame_context.cc",
622 "frame_host/frame_tree_node_blame_context.h", 623 "frame_host/frame_tree_node_blame_context.h",
(...skipping 1392 matching lines...) Expand 10 before | Expand all | Expand 10 after
2015 if (!is_component_build) { 2016 if (!is_component_build) {
2016 public_deps = [ 2017 public_deps = [
2017 ":browser", 2018 ":browser",
2018 ] 2019 ]
2019 } else { 2020 } else {
2020 public_deps = [ 2021 public_deps = [
2021 "//third_party/leveldatabase", 2022 "//third_party/leveldatabase",
2022 ] 2023 ]
2023 } 2024 }
2024 } 2025 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698