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

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

Issue 2843043002: network service: Create URLLoader for service worker navigation case
Patch Set: . Created 3 years, 7 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("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 "loader/intercepting_resource_handler.h", 833 "loader/intercepting_resource_handler.h",
834 "loader/layered_resource_handler.cc", 834 "loader/layered_resource_handler.cc",
835 "loader/layered_resource_handler.h", 835 "loader/layered_resource_handler.h",
836 "loader/loader_delegate.h", 836 "loader/loader_delegate.h",
837 "loader/loader_io_thread_notifier.cc", 837 "loader/loader_io_thread_notifier.cc",
838 "loader/loader_io_thread_notifier.h", 838 "loader/loader_io_thread_notifier.h",
839 "loader/mime_sniffing_resource_handler.cc", 839 "loader/mime_sniffing_resource_handler.cc",
840 "loader/mime_sniffing_resource_handler.h", 840 "loader/mime_sniffing_resource_handler.h",
841 "loader/mojo_async_resource_handler.cc", 841 "loader/mojo_async_resource_handler.cc",
842 "loader/mojo_async_resource_handler.h", 842 "loader/mojo_async_resource_handler.h",
843 "loader/navigation_factory_creation_data.cc",
844 "loader/navigation_factory_creation_data.h",
843 "loader/navigation_resource_handler.cc", 845 "loader/navigation_resource_handler.cc",
844 "loader/navigation_resource_handler.h", 846 "loader/navigation_resource_handler.h",
845 "loader/navigation_resource_throttle.cc", 847 "loader/navigation_resource_throttle.cc",
846 "loader/navigation_resource_throttle.h", 848 "loader/navigation_resource_throttle.h",
847 "loader/navigation_url_loader.cc", 849 "loader/navigation_url_loader.cc",
848 "loader/navigation_url_loader.h", 850 "loader/navigation_url_loader.h",
849 "loader/navigation_url_loader_delegate.h", 851 "loader/navigation_url_loader_delegate.h",
850 "loader/navigation_url_loader_factory.h", 852 "loader/navigation_url_loader_factory.h",
851 "loader/navigation_url_loader_impl.cc", 853 "loader/navigation_url_loader_impl.cc",
852 "loader/navigation_url_loader_impl.h", 854 "loader/navigation_url_loader_impl.h",
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
1346 "service_worker/service_worker_request_handler.cc", 1348 "service_worker/service_worker_request_handler.cc",
1347 "service_worker/service_worker_request_handler.h", 1349 "service_worker/service_worker_request_handler.h",
1348 "service_worker/service_worker_response_info.cc", 1350 "service_worker/service_worker_response_info.cc",
1349 "service_worker/service_worker_response_info.h", 1351 "service_worker/service_worker_response_info.h",
1350 "service_worker/service_worker_script_cache_map.cc", 1352 "service_worker/service_worker_script_cache_map.cc",
1351 "service_worker/service_worker_script_cache_map.h", 1353 "service_worker/service_worker_script_cache_map.h",
1352 "service_worker/service_worker_storage.cc", 1354 "service_worker/service_worker_storage.cc",
1353 "service_worker/service_worker_storage.h", 1355 "service_worker/service_worker_storage.h",
1354 "service_worker/service_worker_unregister_job.cc", 1356 "service_worker/service_worker_unregister_job.cc",
1355 "service_worker/service_worker_unregister_job.h", 1357 "service_worker/service_worker_unregister_job.h",
1358 "service_worker/service_worker_url_loader_factory_creation.cc",
1359 "service_worker/service_worker_url_loader_factory_creation.h",
1356 "service_worker/service_worker_url_request_job.cc", 1360 "service_worker/service_worker_url_request_job.cc",
1357 "service_worker/service_worker_url_request_job.h", 1361 "service_worker/service_worker_url_request_job.h",
1358 "service_worker/service_worker_version.cc", 1362 "service_worker/service_worker_version.cc",
1359 "service_worker/service_worker_version.h", 1363 "service_worker/service_worker_version.h",
1360 "service_worker/service_worker_write_to_cache_job.cc", 1364 "service_worker/service_worker_write_to_cache_job.cc",
1361 "service_worker/service_worker_write_to_cache_job.h", 1365 "service_worker/service_worker_write_to_cache_job.h",
1362 "shared_worker/shared_worker_host.cc", 1366 "shared_worker/shared_worker_host.cc",
1363 "shared_worker/shared_worker_host.h", 1367 "shared_worker/shared_worker_host.h",
1364 "shared_worker/shared_worker_instance.cc", 1368 "shared_worker/shared_worker_instance.cc",
1365 "shared_worker/shared_worker_instance.h", 1369 "shared_worker/shared_worker_instance.h",
(...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
2073 if (!is_component_build) { 2077 if (!is_component_build) {
2074 public_deps = [ 2078 public_deps = [
2075 ":browser", 2079 ":browser",
2076 ] 2080 ]
2077 } else { 2081 } else {
2078 public_deps = [ 2082 public_deps = [
2079 "//third_party/leveldatabase", 2083 "//third_party/leveldatabase",
2080 ] 2084 ]
2081 } 2085 }
2082 } 2086 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698