| Index: mojo/runner/BUILD.gn
|
| diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
|
| index ae50592e00c783de0eb7fdc37854a459f69de62b..c28cbfa4154701ebc8d397e2ed5a63f0a09a25a5 100644
|
| --- a/mojo/runner/BUILD.gn
|
| +++ b/mojo/runner/BUILD.gn
|
| @@ -166,6 +166,7 @@ source_set("native_application_support") {
|
| sources = [
|
| "native_application_support.cc",
|
| "native_application_support.h",
|
| + "platform_handle_impl.cc",
|
| ]
|
|
|
| public_deps = [
|
| @@ -175,6 +176,7 @@ source_set("native_application_support") {
|
| deps = [
|
| "//base",
|
| "//mojo/gles2",
|
| + "//mojo/platform_handle:defs",
|
| ]
|
|
|
| # This target has to include the public thunk headers, which generally
|
|
|