| Index: shell/BUILD.gn
|
| diff --git a/shell/BUILD.gn b/shell/BUILD.gn
|
| index 3068cff44acbe39ce58972f4fc4829d78e96eea8..3732d0a7b6b92bf92854c8418014c35f57d2c082 100644
|
| --- a/shell/BUILD.gn
|
| +++ b/shell/BUILD.gn
|
| @@ -269,6 +269,7 @@ source_set("native_application_support") {
|
| sources = [
|
| "native_application_support.cc",
|
| "native_application_support.h",
|
| + "platform_handle_impl.cc",
|
| ]
|
|
|
| public_deps = [
|
| @@ -280,6 +281,7 @@ source_set("native_application_support") {
|
| "//mojo/gles2:control_thunks",
|
| "//mojo/gles2:gles2",
|
| "//mojo/gles2:mgl",
|
| + "//mojo/public/platform/native:platform_handle_api",
|
| ]
|
|
|
| # This target has to include the public thunk headers, which generally
|
|
|