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

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: Addressed code review comments 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
« no previous file with comments | « no previous file | blimp/client/core/BUILD.gn » ('j') | blimp/client/core/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
nyquist 2016/07/25 22:59:06 Could we move these two new files to //blimp/clien
+ "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") {
« no previous file with comments | « no previous file | blimp/client/core/BUILD.gn » ('j') | blimp/client/core/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698