| Index: ui/message_center/BUILD.gn
|
| diff --git a/ui/message_center/BUILD.gn b/ui/message_center/BUILD.gn
|
| index a01d1709e6db2782eba093e8f155979c154ab797..51f90daf99023b3fb041f822f82a48104ae9f8d3 100644
|
| --- a/ui/message_center/BUILD.gn
|
| +++ b/ui/message_center/BUILD.gn
|
| @@ -15,6 +15,8 @@ aggregate_vector_icons("message_center_vector_icons") {
|
| "notification_settings_button.icon",
|
| "notification_close_button.1x.icon",
|
| "notification_close_button.icon",
|
| + "product.1x.icon",
|
| + "product.icon",
|
| ]
|
| }
|
|
|
| @@ -138,6 +140,8 @@ component("message_center") {
|
| "views/notification_button.h",
|
| "views/notification_view.cc",
|
| "views/notification_view.h",
|
| + "views/notification_view_md.cc",
|
| + "views/notification_view_md.h",
|
| "views/notifier_settings_view.cc",
|
| "views/notifier_settings_view.h",
|
| "views/padded_button.cc",
|
|
|