| 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",
|
|
|