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

Unified Diff: blimp/engine/BUILD.gn

Issue 1960813002: Fix DCHECK failure and add unittest for BlimpSystemURLContextGetter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use TestBlimpBrowserThreadBundle instead of deprecated test class. Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | blimp/engine/app/blimp_system_url_request_context_getter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index 728f475c5bcaa7bb909f3ac1336ac45d55195447..44b8d9ae9258bb20b0b9bf6a2acdb29767effc44 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -334,6 +334,7 @@ source_set("app_unit_tests") {
sources = [
"app/blimp_engine_config_unittest.cc",
+ "app/blimp_system_url_request_context_getter_unittest.cc",
"app/settings_manager_unittest.cc",
"app/ui/blimp_screen_unittest.cc",
]
@@ -341,12 +342,14 @@ source_set("app_unit_tests") {
deps = [
":app",
":app_config",
+ ":app_net",
":app_settings",
":app_switches",
"//base",
"//base/test:run_all_unittests",
"//base/test:test_support",
"//blimp/engine:app_ui",
+ "//content/test:test_support",
"//testing/gmock",
"//testing/gtest",
"//ui/display",
« no previous file with comments | « no previous file | blimp/engine/app/blimp_system_url_request_context_getter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698