Chromium Code Reviews| Index: ui/display/BUILD.gn |
| diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn |
| index 7a68bcd20bcb8159dc600c1053db435199b1fbb3..ef5591318bdf69fa1c1e3c464d806f30269c3f7e 100644 |
| --- a/ui/display/BUILD.gn |
| +++ b/ui/display/BUILD.gn |
| @@ -33,6 +33,10 @@ component("display") { |
| "chromeos/x11/native_display_delegate_x11.h", |
| "chromeos/x11/native_display_event_dispatcher_x11.cc", |
| "chromeos/x11/native_display_event_dispatcher_x11.h", |
| + "desktop.cc", |
|
sky
2016/07/01 19:43:39
I think you forgot the git add desktop.*
|
| + "desktop.h", |
| + "desktop_observer.cc", |
| + "desktop_observer.h", |
| "display.cc", |
| "display.h", |
| "display_change_notifier.cc", |