| Index: blimp/client/BUILD.gn
|
| diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
|
| index 8b908f5d07aeb050580191c6ffb793384f1b4dce..803ae4dd55604ddcfee883a6bfd0d10a096d56a9 100644
|
| --- a/blimp/client/BUILD.gn
|
| +++ b/blimp/client/BUILD.gn
|
| @@ -25,6 +25,7 @@ source_set("session") {
|
| ":compositor",
|
| "//base",
|
| "//blimp/client/core/compositor",
|
| + "//blimp/client/core/contents",
|
| "//blimp/client/core/session",
|
| "//blimp/common",
|
| "//blimp/common/proto",
|
| @@ -92,8 +93,6 @@ source_set("feature") {
|
| sources = [
|
| "feature/ime_feature.cc",
|
| "feature/ime_feature.h",
|
| - "feature/navigation_feature.cc",
|
| - "feature/navigation_feature.h",
|
| "feature/render_widget_feature.cc",
|
| "feature/render_widget_feature.h",
|
| "feature/settings_feature.cc",
|
| @@ -126,8 +125,6 @@ source_set("test_support") {
|
| sources = [
|
| "feature/mock_ime_feature_delegate.cc",
|
| "feature/mock_ime_feature_delegate.h",
|
| - "feature/mock_navigation_feature_delegate.cc",
|
| - "feature/mock_navigation_feature_delegate.h",
|
| "feature/mock_render_widget_feature_delegate.cc",
|
| "feature/mock_render_widget_feature_delegate.h",
|
| "session/test_client_session.cc",
|
| @@ -197,7 +194,6 @@ source_set("feature_unit_tests") {
|
|
|
| sources = [
|
| "feature/compositor/blimp_compositor_manager_unittest.cc",
|
| - "feature/navigation_feature_unittest.cc",
|
| "feature/render_widget_feature_unittest.cc",
|
| "feature/tab_control_feature_unittest.cc",
|
| ]
|
|
|