Index: shell/BUILD.gn |
diff --git a/shell/BUILD.gn b/shell/BUILD.gn |
index 135930736c1bcb648b1401bf0417515aa4bc32d8..d64424727065bab754fecd03fdec3880c43d6e42 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/public/platform/native:platform_handle_defs", |
] |
# This target has to include the public thunk headers, which generally |