| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 5de84d1f0158cb40de92b8b73bda089e70ec8b6f..3be0ccff081f0b19fc4bc58a1ea6879ae22247df 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -1105,6 +1105,8 @@ static_library("test_support") {
|
| "notifications/notification_test_util.h",
|
| "notifications/stub_notification_platform_bridge.cc",
|
| "notifications/stub_notification_platform_bridge.h",
|
| + "permissions/mock_permission_request.cc",
|
| + "permissions/mock_permission_request.h",
|
| "profile_resetter/profile_resetter_test_base.cc",
|
| "profile_resetter/profile_resetter_test_base.h",
|
| "search_engines/template_url_service_factory_test_util.cc",
|
| @@ -1181,6 +1183,8 @@ static_library("test_support") {
|
| sources -= [
|
| "chooser_controller/mock_chooser_controller.cc",
|
| "chooser_controller/mock_chooser_controller.h",
|
| + "permissions/mock_permission_request.cc",
|
| + "permissions/mock_permission_request.h",
|
| ]
|
| }
|
|
|
|
|