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

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

Issue 2488743003: (Re-)introduce AncestorThrottle to handle 'X-Frame-Options'. (Closed)
Patch Set: Display a blank page instead of an error page. ( and add checks in NavigationRequest) 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 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 "download/url_downloader.h", 571 "download/url_downloader.h",
572 "fileapi/browser_file_system_helper.cc", 572 "fileapi/browser_file_system_helper.cc",
573 "fileapi/browser_file_system_helper.h", 573 "fileapi/browser_file_system_helper.h",
574 "fileapi/fileapi_message_filter.cc", 574 "fileapi/fileapi_message_filter.cc",
575 "fileapi/fileapi_message_filter.h", 575 "fileapi/fileapi_message_filter.h",
576 "fileapi/upload_file_system_file_element_reader.cc", 576 "fileapi/upload_file_system_file_element_reader.cc",
577 "fileapi/upload_file_system_file_element_reader.h", 577 "fileapi/upload_file_system_file_element_reader.h",
578 "find_request_manager.cc", 578 "find_request_manager.cc",
579 "find_request_manager.h", 579 "find_request_manager.h",
580 "font_list_async.cc", 580 "font_list_async.cc",
581 "frame_host/ancestor_throttle.cc",
582 "frame_host/ancestor_throttle.h",
581 "frame_host/cross_process_frame_connector.cc", 583 "frame_host/cross_process_frame_connector.cc",
582 "frame_host/cross_process_frame_connector.h", 584 "frame_host/cross_process_frame_connector.h",
583 "frame_host/debug_urls.cc", 585 "frame_host/debug_urls.cc",
584 "frame_host/debug_urls.h", 586 "frame_host/debug_urls.h",
585 "frame_host/frame_navigation_entry.cc", 587 "frame_host/frame_navigation_entry.cc",
586 "frame_host/frame_navigation_entry.h", 588 "frame_host/frame_navigation_entry.h",
587 "frame_host/frame_tree.cc", 589 "frame_host/frame_tree.cc",
588 "frame_host/frame_tree.h", 590 "frame_host/frame_tree.h",
589 "frame_host/frame_tree_node.cc", 591 "frame_host/frame_tree_node.cc",
590 "frame_host/frame_tree_node.h", 592 "frame_host/frame_tree_node.h",
(...skipping 1381 matching lines...) Expand 10 before | Expand all | Expand 10 after
1972 if (!is_component_build) { 1974 if (!is_component_build) {
1973 public_deps = [ 1975 public_deps = [
1974 ":browser", 1976 ":browser",
1975 ] 1977 ]
1976 } else { 1978 } else {
1977 public_deps = [ 1979 public_deps = [
1978 "//third_party/leveldatabase", 1980 "//third_party/leveldatabase",
1979 ] 1981 ]
1980 } 1982 }
1981 } 1983 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698