| Index: blimp/client/BUILD.gn
|
| diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
|
| index 4646d458b51aaae3643c590e0d715bd70a2bdd19..77997553e0fde22f1bad48d0e8fc7d021a3f1d12 100644
|
| --- a/blimp/client/BUILD.gn
|
| +++ b/blimp/client/BUILD.gn
|
| @@ -90,6 +90,8 @@ source_set("app_unit_tests") {
|
|
|
| source_set("feature") {
|
| sources = [
|
| + "feature/geolocation_feature.cc",
|
| + "feature/geolocation_feature.h",
|
| "feature/ime_feature.cc",
|
| "feature/ime_feature.h",
|
| "feature/navigation_feature.cc",
|
| @@ -126,6 +128,8 @@ source_set("test_support") {
|
| sources = [
|
| "feature/mock_ime_feature_delegate.cc",
|
| "feature/mock_ime_feature_delegate.h",
|
| + "feature/mock_location_provider.cc",
|
| + "feature/mock_location_provider.h",
|
| "feature/mock_navigation_feature_delegate.cc",
|
| "feature/mock_navigation_feature_delegate.h",
|
| "feature/mock_render_widget_feature_delegate.cc",
|
| @@ -197,6 +201,7 @@ source_set("feature_unit_tests") {
|
|
|
| sources = [
|
| "feature/compositor/blimp_compositor_manager_unittest.cc",
|
| + "feature/geolocation_feature_unittest.cc",
|
| "feature/navigation_feature_unittest.cc",
|
| "feature/render_widget_feature_unittest.cc",
|
| "feature/tab_control_feature_unittest.cc",
|
|
|