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

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

Issue 2321503002: (Re-)introduce AncestorThrottle to handle 'X-Frame-Options'. (Closed)
Patch Set: Ugh. Created 4 years, 3 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
9 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 "download/url_downloader.h", 534 "download/url_downloader.h",
535 "fileapi/browser_file_system_helper.cc", 535 "fileapi/browser_file_system_helper.cc",
536 "fileapi/browser_file_system_helper.h", 536 "fileapi/browser_file_system_helper.h",
537 "fileapi/fileapi_message_filter.cc", 537 "fileapi/fileapi_message_filter.cc",
538 "fileapi/fileapi_message_filter.h", 538 "fileapi/fileapi_message_filter.h",
539 "fileapi/upload_file_system_file_element_reader.cc", 539 "fileapi/upload_file_system_file_element_reader.cc",
540 "fileapi/upload_file_system_file_element_reader.h", 540 "fileapi/upload_file_system_file_element_reader.h",
541 "find_request_manager.cc", 541 "find_request_manager.cc",
542 "find_request_manager.h", 542 "find_request_manager.h",
543 "font_list_async.cc", 543 "font_list_async.cc",
544 "frame_host/ancestor_throttle.cc",
545 "frame_host/ancestor_throttle.h",
544 "frame_host/cross_process_frame_connector.cc", 546 "frame_host/cross_process_frame_connector.cc",
545 "frame_host/cross_process_frame_connector.h", 547 "frame_host/cross_process_frame_connector.h",
546 "frame_host/cross_site_transferring_request.cc", 548 "frame_host/cross_site_transferring_request.cc",
547 "frame_host/cross_site_transferring_request.h", 549 "frame_host/cross_site_transferring_request.h",
548 "frame_host/debug_urls.cc", 550 "frame_host/debug_urls.cc",
549 "frame_host/debug_urls.h", 551 "frame_host/debug_urls.h",
550 "frame_host/frame_navigation_entry.cc", 552 "frame_host/frame_navigation_entry.cc",
551 "frame_host/frame_navigation_entry.h", 553 "frame_host/frame_navigation_entry.h",
552 "frame_host/frame_tree.cc", 554 "frame_host/frame_tree.cc",
553 "frame_host/frame_tree.h", 555 "frame_host/frame_tree.h",
(...skipping 1371 matching lines...) Expand 10 before | Expand all | Expand 10 after
1925 if (!is_component_build) { 1927 if (!is_component_build) {
1926 public_deps = [ 1928 public_deps = [
1927 ":browser", 1929 ":browser",
1928 ] 1930 ]
1929 } else { 1931 } else {
1930 public_deps = [ 1932 public_deps = [
1931 "//third_party/leveldatabase", 1933 "//third_party/leveldatabase",
1932 ] 1934 ]
1933 } 1935 }
1934 } 1936 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698