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

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

Issue 2488743003: (Re-)introduce AncestorThrottle to handle 'X-Frame-Options'. (Closed)
Patch Set: Addressed comments (@clamy). 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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 "download/url_downloader.h", 578 "download/url_downloader.h",
579 "fileapi/browser_file_system_helper.cc", 579 "fileapi/browser_file_system_helper.cc",
580 "fileapi/browser_file_system_helper.h", 580 "fileapi/browser_file_system_helper.h",
581 "fileapi/fileapi_message_filter.cc", 581 "fileapi/fileapi_message_filter.cc",
582 "fileapi/fileapi_message_filter.h", 582 "fileapi/fileapi_message_filter.h",
583 "fileapi/upload_file_system_file_element_reader.cc", 583 "fileapi/upload_file_system_file_element_reader.cc",
584 "fileapi/upload_file_system_file_element_reader.h", 584 "fileapi/upload_file_system_file_element_reader.h",
585 "find_request_manager.cc", 585 "find_request_manager.cc",
586 "find_request_manager.h", 586 "find_request_manager.h",
587 "font_list_async.cc", 587 "font_list_async.cc",
588 "frame_host/ancestor_throttle.cc",
589 "frame_host/ancestor_throttle.h",
588 "frame_host/cross_process_frame_connector.cc", 590 "frame_host/cross_process_frame_connector.cc",
589 "frame_host/cross_process_frame_connector.h", 591 "frame_host/cross_process_frame_connector.h",
590 "frame_host/debug_urls.cc", 592 "frame_host/debug_urls.cc",
591 "frame_host/debug_urls.h", 593 "frame_host/debug_urls.h",
592 "frame_host/frame_navigation_entry.cc", 594 "frame_host/frame_navigation_entry.cc",
593 "frame_host/frame_navigation_entry.h", 595 "frame_host/frame_navigation_entry.h",
594 "frame_host/frame_tree.cc", 596 "frame_host/frame_tree.cc",
595 "frame_host/frame_tree.h", 597 "frame_host/frame_tree.h",
596 "frame_host/frame_tree_node.cc", 598 "frame_host/frame_tree_node.cc",
597 "frame_host/frame_tree_node.h", 599 "frame_host/frame_tree_node.h",
(...skipping 1381 matching lines...) Expand 10 before | Expand all | Expand 10 after
1979 if (!is_component_build) { 1981 if (!is_component_build) {
1980 public_deps = [ 1982 public_deps = [
1981 ":browser", 1983 ":browser",
1982 ] 1984 ]
1983 } else { 1985 } else {
1984 public_deps = [ 1986 public_deps = [
1985 "//third_party/leveldatabase", 1987 "//third_party/leveldatabase",
1986 ] 1988 ]
1987 } 1989 }
1988 } 1990 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698