OOR-CORS: move network::CORSURLLoader{Factory} outside of public/cpp
Since these files are not used by Blink, we can put them in
services/network/cors.
This will make it easier for CORSURLLoader to depend on
cors::PreflightController.
Bug: 803766
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo
Change-Id: Ibebe686a54e70872b33db06bf7ed72d653d4d1f6
Reviewed-on: https://chromium-review.googlesource.com/999692
Commit-Queue: Takashi Toyoshima <[email protected]>
Reviewed-by: Yutaka Hirano <[email protected]>
Cr-Commit-Position: refs/heads/master@{#549444}
diff --git a/services/network/BUILD.gn b/services/network/BUILD.gn
index cecd0d2..8592389b 100644
--- a/services/network/BUILD.gn
+++ b/services/network/BUILD.gn
@@ -16,6 +16,10 @@
"conditional_cache_deletion_helper.h",
"cookie_manager.cc",
"cookie_manager.h",
+ "cors/cors_url_loader.cc",
+ "cors/cors_url_loader.h",
+ "cors/cors_url_loader_factory.cc",
+ "cors/cors_url_loader_factory.h",
"cors/preflight_controller.cc",
"cors/preflight_controller.h",
"cross_origin_read_blocking.cc",