| Index: services/ui/public/interfaces/BUILD.gn
|
| diff --git a/services/ui/public/interfaces/BUILD.gn b/services/ui/public/interfaces/BUILD.gn
|
| index beb10d6ebda58e8b32e11740d3e984515ed4c0be..61d28e644030f598e5614ab3cc719190bd51b863 100644
|
| --- a/services/ui/public/interfaces/BUILD.gn
|
| +++ b/services/ui/public/interfaces/BUILD.gn
|
| @@ -9,6 +9,7 @@ mojom("interfaces_use_new_wrappers") {
|
| sources = [
|
| "accessibility_manager.mojom",
|
| "animations.mojom",
|
| + "clipboard.mojom",
|
| "cursor.mojom",
|
| "display_manager.mojom",
|
| "event_matcher.mojom",
|
| @@ -41,7 +42,6 @@ mojom("interfaces_use_new_wrappers") {
|
| # TODO(yzshen): merge this target into the one above.
|
| mojom("interfaces") {
|
| sources = [
|
| - "clipboard.mojom",
|
| "window_manager.mojom",
|
| "window_manager_window_tree_factory.mojom",
|
| "window_tree.mojom",
|
|
|