| Index: blimp/engine/BUILD.gn
|
| diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
|
| index 3af57235aa91e4229cafe8f321c369d7b6fd8177..b5a4340104b69942bfdc4587a0ed73ef5f2fc55b 100644
|
| --- a/blimp/engine/BUILD.gn
|
| +++ b/blimp/engine/BUILD.gn
|
| @@ -266,6 +266,8 @@ source_set("feature") {
|
| "feature/engine_settings_feature.h",
|
| "feature/geolocation/blimp_location_provider.cc",
|
| "feature/geolocation/blimp_location_provider.h",
|
| + "feature/geolocation/engine_geolocation_feature.cc",
|
| + "feature/geolocation/engine_geolocation_feature.h",
|
| ]
|
|
|
| deps = [
|
| @@ -377,6 +379,7 @@ source_set("test_support") {
|
| deps = [
|
| ":app",
|
| "//base",
|
| + "//testing/gmock",
|
| ]
|
| }
|
|
|
| @@ -444,10 +447,12 @@ source_set("feature_unit_tests") {
|
| sources = [
|
| "feature/engine_render_widget_feature_unittest.cc",
|
| "feature/engine_settings_feature_unittest.cc",
|
| + "feature/geolocation/engine_geolocation_feature_unittest.cc",
|
| ]
|
|
|
| deps = [
|
| ":feature",
|
| + ":test_support",
|
| "//base",
|
| "//base/test:run_all_unittests",
|
| "//base/test:test_support",
|
|
|