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

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: Changed BlimpContentsObserver's navigation methods to OnNavigationStateChanged Created 4 years, 5 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 663f7f69c46a9aad75acdf4fa73215750cdcb5d8..cb0423b961fffeedc41e318d0a22df3fce8e6c0d 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -170,6 +170,8 @@ source_set("test_support") {
sources = [
"feature/mock_ime_feature_delegate.cc",
"feature/mock_ime_feature_delegate.h",
+ "feature/mock_navigation_feature.cc",
+ "feature/mock_navigation_feature.h",
"feature/mock_navigation_feature_delegate.cc",
"feature/mock_navigation_feature_delegate.h",
"feature/mock_render_widget_feature_delegate.cc",
@@ -181,9 +183,12 @@ source_set("test_support") {
deps = [
":session",
"//skia",
- "//testing/gmock",
"//url",
]
+
+ public_deps = [
+ "//testing/gmock",
+ ]
}
source_set("compositor") {

Powered by Google App Engine
This is Rietveld 408576698