| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 7a8e0879ea2976c0775c341142280f88b1610753..9dc9ab7d4398ff36b683032f905fc979b63b3a2e 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -1106,6 +1106,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",
|
| ]
|
| }
|
|
|
|
|