| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 613e668d57a48d36971ab2b45ccee18a04758a4e..4e0140a74efd7874e315df55f6f2ce96f5b97b6d 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -4508,6 +4508,8 @@ static_library("test_support") {
|
| "notifications/stub_notification_display_service.h",
|
| "notifications/stub_notification_platform_bridge.cc",
|
| "notifications/stub_notification_platform_bridge.h",
|
| + "permissions/mock_permission_request.cc",
|
| + "permissions/mock_permission_request.h",
|
| "policy/test/local_policy_test_server.cc",
|
| "policy/test/local_policy_test_server.h",
|
| "search_engines/template_url_service_factory_test_util.cc",
|
| @@ -4584,8 +4586,6 @@ static_library("test_support") {
|
| "chooser_controller/mock_chooser_controller.h",
|
| "download/test_download_shelf.cc",
|
| "download/test_download_shelf.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",
|
| "sessions/session_restore_test_helper.cc",
|
|
|