| Index: components/view_manager/public/cpp/BUILD.gn
|
| diff --git a/components/view_manager/public/cpp/BUILD.gn b/components/view_manager/public/cpp/BUILD.gn
|
| index cbf62bed1aea47fd9a963fe2ad480c924b4a9dbf..20e4e8178660e8a7c782c3b336539870babb129c 100644
|
| --- a/components/view_manager/public/cpp/BUILD.gn
|
| +++ b/components/view_manager/public/cpp/BUILD.gn
|
| @@ -10,6 +10,7 @@ mojo_sdk_source_set("cpp") {
|
| "args.h",
|
| "lib/args.cc",
|
| "lib/scoped_view_ptr.cc",
|
| + "lib/surface.cc",
|
| "lib/view.cc",
|
| "lib/view_manager_init.cc",
|
| "lib/view_observer.cc",
|
| @@ -19,6 +20,8 @@ mojo_sdk_source_set("cpp") {
|
| "lib/view_tree_client_impl.h",
|
| "lib/view_tree_delegate.cc",
|
| "scoped_view_ptr.h",
|
| + "surface.h",
|
| + "surface_client.h",
|
| "view.h",
|
| "view_manager_init.h",
|
| "view_observer.h",
|
| @@ -38,6 +41,7 @@ mojo_sdk_source_set("cpp") {
|
| deps = [
|
| "//mojo/application/public/cpp",
|
| "//mojo/application/public/interfaces",
|
| + "//mojo/converters/surfaces",
|
| "//ui/mojo/events:interfaces",
|
| "//ui/mojo/geometry:interfaces",
|
| "//base",
|
|
|