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

Unified Diff: blimp/engine/BUILD.gn

Issue 1864163003: Add new system url request context getter to the blimp engine. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make sure only have one system URLRequestContextGetter around at a time. Created 4 years, 8 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: blimp/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index 7a00a8140cbf63b53755b515dc90768c34bd93a9..e28a12986a4463837db52c103fa68d49b533c8cb 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -60,6 +60,8 @@ source_set("app") {
"app/blimp_network_delegate.h",
"app/blimp_permission_manager.cc",
"app/blimp_permission_manager.h",
+ "app/blimp_system_url_request_context_getter.cc",
+ "app/blimp_system_url_request_context_getter.h",
"app/blimp_url_request_context_getter.cc",
"app/blimp_url_request_context_getter.h",
"app/engine_settings.cc",

Powered by Google App Engine
This is Rietveld 408576698