| Index: ui/views/BUILD.gn
|
| diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
|
| index 0f0696aac511cdf979c1552212ebab8b7d700518..99e3884299b3f7ebd18952cd1e5db058bcc3cff4 100644
|
| --- a/ui/views/BUILD.gn
|
| +++ b/ui/views/BUILD.gn
|
| @@ -87,6 +87,10 @@ component("views") {
|
| "bubble/bubble_dialog_delegate.h",
|
| "bubble/bubble_frame_view.cc",
|
| "bubble/bubble_frame_view.h",
|
| + "bubble/info_bubble.cc",
|
| + "bubble/info_bubble.h",
|
| + "bubble/tooltip_icon.cc",
|
| + "bubble/tooltip_icon.h",
|
| "button_drag_utils.cc",
|
| "button_drag_utils.h",
|
| "cocoa/bridged_content_view.h",
|
|
|