| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 5e241dd0691a62a51af00d876dd4ca9bbbdee123..c53ad64023f1c03cf1dcb9c17fa7f3bc060cfee5 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -1136,6 +1136,7 @@ test("content_unittests") {
|
| "../browser/notifications/notification_id_generator_unittest.cc",
|
| "../browser/notifications/platform_notification_context_unittest.cc",
|
| "../browser/notifications/type_converters_unittest.cc",
|
| + "../browser/payments/payment_app_manager_unittest.cc",
|
| "../browser/presentation/presentation_service_impl_unittest.cc",
|
| "../browser/presentation/presentation_type_converters_unittest.cc",
|
| "../browser/quota/mock_quota_manager.cc",
|
| @@ -1368,6 +1369,7 @@ test("content_unittests") {
|
| "//cc/ipc",
|
| "//cc/surfaces",
|
| "//components/display_compositor",
|
| + "//components/payments:payment_app",
|
| "//content:resources",
|
| "//content/app:both_for_content_tests",
|
| "//content/browser:for_content_tests",
|
|
|