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

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

Issue 2321543002: Merge CrossSiteResourceHandler and NavigationResourceThrottle (Closed)
Patch Set: Change to android fix + compile error 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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 "fileapi/browser_file_system_helper.h", 535 "fileapi/browser_file_system_helper.h",
536 "fileapi/fileapi_message_filter.cc", 536 "fileapi/fileapi_message_filter.cc",
537 "fileapi/fileapi_message_filter.h", 537 "fileapi/fileapi_message_filter.h",
538 "fileapi/upload_file_system_file_element_reader.cc", 538 "fileapi/upload_file_system_file_element_reader.cc",
539 "fileapi/upload_file_system_file_element_reader.h", 539 "fileapi/upload_file_system_file_element_reader.h",
540 "find_request_manager.cc", 540 "find_request_manager.cc",
541 "find_request_manager.h", 541 "find_request_manager.h",
542 "font_list_async.cc", 542 "font_list_async.cc",
543 "frame_host/cross_process_frame_connector.cc", 543 "frame_host/cross_process_frame_connector.cc",
544 "frame_host/cross_process_frame_connector.h", 544 "frame_host/cross_process_frame_connector.h",
545 "frame_host/cross_site_transferring_request.cc",
546 "frame_host/cross_site_transferring_request.h",
547 "frame_host/debug_urls.cc", 545 "frame_host/debug_urls.cc",
548 "frame_host/debug_urls.h", 546 "frame_host/debug_urls.h",
549 "frame_host/frame_navigation_entry.cc", 547 "frame_host/frame_navigation_entry.cc",
550 "frame_host/frame_navigation_entry.h", 548 "frame_host/frame_navigation_entry.h",
551 "frame_host/frame_tree.cc", 549 "frame_host/frame_tree.cc",
552 "frame_host/frame_tree.h", 550 "frame_host/frame_tree.h",
553 "frame_host/frame_tree_node.cc", 551 "frame_host/frame_tree_node.cc",
554 "frame_host/frame_tree_node.h", 552 "frame_host/frame_tree_node.h",
555 "frame_host/frame_tree_node_blame_context.cc", 553 "frame_host/frame_tree_node_blame_context.cc",
556 "frame_host/frame_tree_node_blame_context.h", 554 "frame_host/frame_tree_node_blame_context.h",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 "indexed_db/leveldb/leveldb_write_batch.cc", 700 "indexed_db/leveldb/leveldb_write_batch.cc",
703 "indexed_db/leveldb/leveldb_write_batch.h", 701 "indexed_db/leveldb/leveldb_write_batch.h",
704 "leveldb_wrapper_impl.cc", 702 "leveldb_wrapper_impl.cc",
705 "leveldb_wrapper_impl.h", 703 "leveldb_wrapper_impl.h",
706 "loader/async_resource_handler.cc", 704 "loader/async_resource_handler.cc",
707 "loader/async_resource_handler.h", 705 "loader/async_resource_handler.h",
708 "loader/async_revalidation_driver.cc", 706 "loader/async_revalidation_driver.cc",
709 "loader/async_revalidation_driver.h", 707 "loader/async_revalidation_driver.h",
710 "loader/async_revalidation_manager.cc", 708 "loader/async_revalidation_manager.cc",
711 "loader/async_revalidation_manager.h", 709 "loader/async_revalidation_manager.h",
712 "loader/cross_site_resource_handler.cc",
713 "loader/cross_site_resource_handler.h",
714 "loader/detachable_resource_handler.cc", 710 "loader/detachable_resource_handler.cc",
715 "loader/detachable_resource_handler.h", 711 "loader/detachable_resource_handler.h",
716 "loader/global_routing_id.h", 712 "loader/global_routing_id.h",
717 "loader/intercepting_resource_handler.cc", 713 "loader/intercepting_resource_handler.cc",
718 "loader/intercepting_resource_handler.h", 714 "loader/intercepting_resource_handler.h",
719 "loader/layered_resource_handler.cc", 715 "loader/layered_resource_handler.cc",
720 "loader/layered_resource_handler.h", 716 "loader/layered_resource_handler.h",
721 "loader/loader_delegate.h", 717 "loader/loader_delegate.h",
722 "loader/loader_io_thread_notifier.cc", 718 "loader/loader_io_thread_notifier.cc",
723 "loader/loader_io_thread_notifier.h", 719 "loader/loader_io_thread_notifier.h",
(...skipping 1219 matching lines...) Expand 10 before | Expand all | Expand 10 after
1943 if (!is_component_build) { 1939 if (!is_component_build) {
1944 public_deps = [ 1940 public_deps = [
1945 ":browser", 1941 ":browser",
1946 ] 1942 ]
1947 } else { 1943 } else {
1948 public_deps = [ 1944 public_deps = [
1949 "//third_party/leveldatabase", 1945 "//third_party/leveldatabase",
1950 ] 1946 ]
1951 } 1947 }
1952 } 1948 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698