| Index: components/view_manager/native_viewport/BUILD.gn
|
| diff --git a/components/view_manager/native_viewport/BUILD.gn b/components/view_manager/native_viewport/BUILD.gn
|
| index 123e40e16720741dae61c95e2841d8a94a87572a..1201bd4176a8488db0e3f157f41ceeb514280b72 100644
|
| --- a/components/view_manager/native_viewport/BUILD.gn
|
| +++ b/components/view_manager/native_viewport/BUILD.gn
|
| @@ -7,6 +7,8 @@
|
|
|
| source_set("native_viewport") {
|
| sources = [
|
| + "native_viewport_impl.cc",
|
| + "native_viewport_impl.h",
|
| "onscreen_context_provider.cc",
|
| "onscreen_context_provider.h",
|
| "platform_viewport.h",
|
|
|