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

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

Issue 2488743003: (Re-)introduce AncestorThrottle to handle 'X-Frame-Options'. (Closed)
Patch Set: Addressed comments (@alexmos #2) Created 4 years 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 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 "download/url_downloader.h", 589 "download/url_downloader.h",
590 "fileapi/browser_file_system_helper.cc", 590 "fileapi/browser_file_system_helper.cc",
591 "fileapi/browser_file_system_helper.h", 591 "fileapi/browser_file_system_helper.h",
592 "fileapi/fileapi_message_filter.cc", 592 "fileapi/fileapi_message_filter.cc",
593 "fileapi/fileapi_message_filter.h", 593 "fileapi/fileapi_message_filter.h",
594 "fileapi/upload_file_system_file_element_reader.cc", 594 "fileapi/upload_file_system_file_element_reader.cc",
595 "fileapi/upload_file_system_file_element_reader.h", 595 "fileapi/upload_file_system_file_element_reader.h",
596 "find_request_manager.cc", 596 "find_request_manager.cc",
597 "find_request_manager.h", 597 "find_request_manager.h",
598 "font_list_async.cc", 598 "font_list_async.cc",
599 "frame_host/ancestor_throttle.cc",
600 "frame_host/ancestor_throttle.h",
599 "frame_host/cross_process_frame_connector.cc", 601 "frame_host/cross_process_frame_connector.cc",
600 "frame_host/cross_process_frame_connector.h", 602 "frame_host/cross_process_frame_connector.h",
601 "frame_host/debug_urls.cc", 603 "frame_host/debug_urls.cc",
602 "frame_host/debug_urls.h", 604 "frame_host/debug_urls.h",
603 "frame_host/frame_navigation_entry.cc", 605 "frame_host/frame_navigation_entry.cc",
604 "frame_host/frame_navigation_entry.h", 606 "frame_host/frame_navigation_entry.h",
605 "frame_host/frame_tree.cc", 607 "frame_host/frame_tree.cc",
606 "frame_host/frame_tree.h", 608 "frame_host/frame_tree.h",
607 "frame_host/frame_tree_node.cc", 609 "frame_host/frame_tree_node.cc",
608 "frame_host/frame_tree_node.h", 610 "frame_host/frame_tree_node.h",
(...skipping 1378 matching lines...) Expand 10 before | Expand all | Expand 10 after
1987 if (!is_component_build) { 1989 if (!is_component_build) {
1988 public_deps = [ 1990 public_deps = [
1989 ":browser", 1991 ":browser",
1990 ] 1992 ]
1991 } else { 1993 } else {
1992 public_deps = [ 1994 public_deps = [
1993 "//third_party/leveldatabase", 1995 "//third_party/leveldatabase",
1994 ] 1996 ]
1995 } 1997 }
1996 } 1998 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698