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

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

Issue 2321543002: Merge CrossSiteResourceHandler and NavigationResourceThrottle (Closed)
Patch Set: Addressed nits Created 4 years, 2 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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 "fileapi/browser_file_system_helper.h", 539 "fileapi/browser_file_system_helper.h",
540 "fileapi/fileapi_message_filter.cc", 540 "fileapi/fileapi_message_filter.cc",
541 "fileapi/fileapi_message_filter.h", 541 "fileapi/fileapi_message_filter.h",
542 "fileapi/upload_file_system_file_element_reader.cc", 542 "fileapi/upload_file_system_file_element_reader.cc",
543 "fileapi/upload_file_system_file_element_reader.h", 543 "fileapi/upload_file_system_file_element_reader.h",
544 "find_request_manager.cc", 544 "find_request_manager.cc",
545 "find_request_manager.h", 545 "find_request_manager.h",
546 "font_list_async.cc", 546 "font_list_async.cc",
547 "frame_host/cross_process_frame_connector.cc", 547 "frame_host/cross_process_frame_connector.cc",
548 "frame_host/cross_process_frame_connector.h", 548 "frame_host/cross_process_frame_connector.h",
549 "frame_host/cross_site_transferring_request.cc",
550 "frame_host/cross_site_transferring_request.h",
551 "frame_host/debug_urls.cc", 549 "frame_host/debug_urls.cc",
552 "frame_host/debug_urls.h", 550 "frame_host/debug_urls.h",
553 "frame_host/frame_navigation_entry.cc", 551 "frame_host/frame_navigation_entry.cc",
554 "frame_host/frame_navigation_entry.h", 552 "frame_host/frame_navigation_entry.h",
555 "frame_host/frame_tree.cc", 553 "frame_host/frame_tree.cc",
556 "frame_host/frame_tree.h", 554 "frame_host/frame_tree.h",
557 "frame_host/frame_tree_node.cc", 555 "frame_host/frame_tree_node.cc",
558 "frame_host/frame_tree_node.h", 556 "frame_host/frame_tree_node.h",
559 "frame_host/frame_tree_node_blame_context.cc", 557 "frame_host/frame_tree_node_blame_context.cc",
560 "frame_host/frame_tree_node_blame_context.h", 558 "frame_host/frame_tree_node_blame_context.h",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 "indexed_db/leveldb/leveldb_write_batch.cc", 704 "indexed_db/leveldb/leveldb_write_batch.cc",
707 "indexed_db/leveldb/leveldb_write_batch.h", 705 "indexed_db/leveldb/leveldb_write_batch.h",
708 "leveldb_wrapper_impl.cc", 706 "leveldb_wrapper_impl.cc",
709 "leveldb_wrapper_impl.h", 707 "leveldb_wrapper_impl.h",
710 "loader/async_resource_handler.cc", 708 "loader/async_resource_handler.cc",
711 "loader/async_resource_handler.h", 709 "loader/async_resource_handler.h",
712 "loader/async_revalidation_driver.cc", 710 "loader/async_revalidation_driver.cc",
713 "loader/async_revalidation_driver.h", 711 "loader/async_revalidation_driver.h",
714 "loader/async_revalidation_manager.cc", 712 "loader/async_revalidation_manager.cc",
715 "loader/async_revalidation_manager.h", 713 "loader/async_revalidation_manager.h",
716 "loader/cross_site_resource_handler.cc",
717 "loader/cross_site_resource_handler.h",
718 "loader/detachable_resource_handler.cc", 714 "loader/detachable_resource_handler.cc",
719 "loader/detachable_resource_handler.h", 715 "loader/detachable_resource_handler.h",
720 "loader/global_routing_id.h", 716 "loader/global_routing_id.h",
721 "loader/intercepting_resource_handler.cc", 717 "loader/intercepting_resource_handler.cc",
722 "loader/intercepting_resource_handler.h", 718 "loader/intercepting_resource_handler.h",
723 "loader/layered_resource_handler.cc", 719 "loader/layered_resource_handler.cc",
724 "loader/layered_resource_handler.h", 720 "loader/layered_resource_handler.h",
725 "loader/loader_delegate.h", 721 "loader/loader_delegate.h",
726 "loader/loader_io_thread_notifier.cc", 722 "loader/loader_io_thread_notifier.cc",
727 "loader/loader_io_thread_notifier.h", 723 "loader/loader_io_thread_notifier.h",
(...skipping 1241 matching lines...) Expand 10 before | Expand all | Expand 10 after
1969 if (!is_component_build) { 1965 if (!is_component_build) {
1970 public_deps = [ 1966 public_deps = [
1971 ":browser", 1967 ":browser",
1972 ] 1968 ]
1973 } else { 1969 } else {
1974 public_deps = [ 1970 public_deps = [
1975 "//third_party/leveldatabase", 1971 "//third_party/leveldatabase",
1976 ] 1972 ]
1977 } 1973 }
1978 } 1974 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_browsertest.cc ('k') | content/browser/devtools/render_frame_devtools_agent_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698