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

Unified Diff: mojo/edk/embedder/BUILD.gn

Issue 1052723003: NaCl: create a separate namespace for Mojo handles. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Tweak 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
« no previous file with comments | « no previous file | mojo/edk/embedder/system_impl_private_entrypoints.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/embedder/BUILD.gn
diff --git a/mojo/edk/embedder/BUILD.gn b/mojo/edk/embedder/BUILD.gn
index 9650209cf788c25c268bb45c0e39ef6ec21abf8f..29539823bf42171a38ff5992b86e74060eea9b26 100644
--- a/mojo/edk/embedder/BUILD.gn
+++ b/mojo/edk/embedder/BUILD.gn
@@ -16,6 +16,7 @@ mojo_edk_source_set("embedder") {
"embedder.h",
"embedder_internal.h",
"entrypoints.cc",
+ "system_impl_private_entrypoints.cc",
# Test-only code:
# TODO(vtl): It's a little unfortunate that these end up in the same
@@ -37,6 +38,8 @@ mojo_edk_source_set("embedder") {
":platform",
]
+ mojo_sdk_deps = [ "mojo/public/platform/native:system_impl_private_api" ]
+
mojo_sdk_public_deps = [ "mojo/public/cpp/system" ]
deps = [
« no previous file with comments | « no previous file | mojo/edk/embedder/system_impl_private_entrypoints.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698