Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Unified Diff: shell/BUILD.gn

Issue 1578423002: Added PlatformHandle thunks. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: effed up the build changes, didnt catch it cause gn didnt run (I think) Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698