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

Unified Diff: mojo/runner/BUILD.gn

Issue 1113393002: Adds thunks for getting platform handles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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: 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

Powered by Google App Engine
This is Rietveld 408576698