| 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") {
|
|
|