| Index: services/native_viewport/BUILD.gn
|
| diff --git a/services/native_viewport/BUILD.gn b/services/native_viewport/BUILD.gn
|
| index 61ec54090e3d6e5d12ea28ed7d66e5abfe042f23..3affa5bb9ad15733625c0af18f044b4f37e7aab3 100644
|
| --- a/services/native_viewport/BUILD.gn
|
| +++ b/services/native_viewport/BUILD.gn
|
| @@ -57,6 +57,8 @@ source_set("lib") {
|
| sources = [
|
| "native_viewport_impl.cc",
|
| "native_viewport_impl.h",
|
| + "onscreen_context_provider.cc",
|
| + "onscreen_context_provider.h",
|
| "platform_viewport.h",
|
| "platform_viewport_android.cc",
|
| "platform_viewport_android.h",
|
|
|