Chromium Code Reviews| Index: components/ui/zoom/BUILD.gn |
| diff --git a/components/ui/zoom/BUILD.gn b/components/ui/zoom/BUILD.gn |
| index 2cefb395b12b77ac84a25f610ac20fefe9833cc2..a3958b81623dc27ff507dc2f6d673c8b2cabe784 100644 |
| --- a/components/ui/zoom/BUILD.gn |
| +++ b/components/ui/zoom/BUILD.gn |
| @@ -4,6 +4,10 @@ |
| static_library("ui_zoom") { |
| sources = [ |
| + "page_zoom.cc", |
| + "page_zoom.h", |
| + "page_zoom_constants.cc", |
| + "page_zoom_constants.h", |
| "zoom_controller.cc", |
| "zoom_controller.h", |
| "zoom_event_manager.cc", |