| Index: shell/BUILD.gn
|
| diff --git a/shell/BUILD.gn b/shell/BUILD.gn
|
| index 135930736c1bcb648b1401bf0417515aa4bc32d8..f548ffa2cf2da3c27ce1ab5d1d3e0d7e8a253aae 100644
|
| --- a/shell/BUILD.gn
|
| +++ b/shell/BUILD.gn
|
| @@ -270,6 +270,7 @@ source_set("native_application_support") {
|
| sources = [
|
| "native_application_support.cc",
|
| "native_application_support.h",
|
| + "platform_handle_impl.cc",
|
| ]
|
|
|
| public_deps = [
|
| @@ -281,6 +282,7 @@ source_set("native_application_support") {
|
| "//mojo/gles2:control_thunks",
|
| "//mojo/gles2:gles2",
|
| "//mojo/gles2:mgl",
|
| + "//mojo/platform_handle:defs",
|
| ]
|
|
|
| # This target has to include the public thunk headers, which generally
|
|
|