| Index: blimp/engine/BUILD.gn
|
| diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
|
| index 3c9d0d794ddaeaf23b4708c7af79fb42fbfde93b..f0f368f30ce8b69ff8a760a78050f701798f0721 100644
|
| --- a/blimp/engine/BUILD.gn
|
| +++ b/blimp/engine/BUILD.gn
|
| @@ -294,6 +294,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",
|
| ]
|
| @@ -301,12 +302,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",
|
|
|