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

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: Created 5 years, 9 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/core_entrypoints.cc » ('j') | mojo/edk/embedder/core_entrypoints.cc » ('J')
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..d44bb4ae6658ff9ac252b7e2af1d7d030cdf340a 100644
--- a/mojo/edk/embedder/BUILD.gn
+++ b/mojo/edk/embedder/BUILD.gn
@@ -10,8 +10,10 @@ mojo_edk_source_set("embedder") {
mojo_edk_visibility = [ "mojo/edk/system" ]
sources = [
+ "../../public/platform/native/core_system_api.h", # HACK
"channel_info_forward.h",
"configuration.h",
+ "core_entrypoints.cc",
"embedder.cc",
"embedder.h",
"embedder_internal.h",
« no previous file with comments | « no previous file | mojo/edk/embedder/core_entrypoints.cc » ('j') | mojo/edk/embedder/core_entrypoints.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698