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