Chromium Code Reviews| Index: ui/aura/BUILD.gn |
| diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn |
| index 99b3b1f705ec0576b08af724ebc4a84d20eea728..50ee76be43df82cf4c15f3ca5bbdff8b41da9d72 100644 |
| --- a/ui/aura/BUILD.gn |
| +++ b/ui/aura/BUILD.gn |
| @@ -73,6 +73,8 @@ component("aura") { |
| "window_delegate.h", |
| "window_event_dispatcher.cc", |
| "window_event_dispatcher.h", |
| + "window_event_dispatcher_delegate.cc", |
| + "window_event_dispatcher_delegate.h", |
|
sadrul
2016/05/31 15:57:45
You need to add the files to rietveld
I wouldn't
Mark Dittmer
2016/05/31 17:05:42
Done.
|
| "window_observer.cc", |
| "window_observer.h", |
| "window_targeter.cc", |