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

Unified Diff: content/test/BUILD.gn

Issue 2968293002: Introduce SystemNetworkContextManager. (Closed)
Patch Set: Fix windows non-component build (??) Created 3 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 0a63b0de433c3cbbb3000d9e6046b475ca2db99f..ed67ed16a9a857b93e09fc849ea57354379a7ab7 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -134,6 +134,8 @@ static_library("test_support") {
"../public/test/test_service_manager_context.h",
"../public/test/test_synchronous_compositor_android.cc",
"../public/test/test_synchronous_compositor_android.h",
+ "../public/test/test_url_loader_client.cc",
+ "../public/test/test_url_loader_client.h",
"../public/test/test_utils.cc",
"../public/test/test_utils.h",
"../public/test/test_web_contents_factory.h",
@@ -1207,8 +1209,6 @@ test("content_unittests") {
"../browser/loader/temporary_file_stream_unittest.cc",
"../browser/loader/test_resource_handler.cc",
"../browser/loader/test_resource_handler.h",
- "../browser/loader/test_url_loader_client.cc",
- "../browser/loader/test_url_loader_client.h",
"../browser/loader/throttling_resource_handler_unittest.cc",
"../browser/loader/upload_data_stream_builder_unittest.cc",
"../browser/loader/upload_progress_tracker_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698