Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Unified Diff: blimp/client/BUILD.gn

Issue 2058263002: Tied up BlimpNavigationController to NavigationFeature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_core
Patch Set: More kmarshall comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]

Powered by Google App Engine
This is Rietveld 408576698