| Index: components/exo/BUILD.gn
|
| diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
|
| index 024b5eb01cb30b4e1a7f6fab69964c3b394e8016..1740a5d689b8682205460eeddaf91bdf6f0bd691 100644
|
| --- a/components/exo/BUILD.gn
|
| +++ b/components/exo/BUILD.gn
|
| @@ -21,8 +21,9 @@ source_set("exo") {
|
| "keyboard.h",
|
| "keyboard_delegate.h",
|
| "keyboard_device_configuration_delegate.h",
|
| - "notification_surface.cc",
|
| "notification_surface.h",
|
| + "notification_surface_impl.cc",
|
| + "notification_surface_impl.h",
|
| "notification_surface_manager.h",
|
| "pointer.cc",
|
| "pointer.h",
|
|
|