| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 61d2c53a90773a8aae03f165fa045ce57267420f..79e88a57903bf870193f9851e768bc6721e70d49 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",
|
| @@ -1182,6 +1184,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",
|
| ]
|
| }
|
|
|
|
|