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

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: Edits 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/edk/embedder/BUILD.gn
diff --git a/mojo/edk/embedder/BUILD.gn b/mojo/edk/embedder/BUILD.gn
index 9650209cf788c25c268bb45c0e39ef6ec21abf8f..bdb5277e2d1e4bebfdb2f3b09ed8a8731012487f 100644
--- a/mojo/edk/embedder/BUILD.gn
+++ b/mojo/edk/embedder/BUILD.gn
@@ -10,12 +10,14 @@ mojo_edk_source_set("embedder") {
mojo_edk_visibility = [ "mojo/edk/system" ]
sources = [
+ "../../public/platform/native/system_impl_private.h", # HACK
Nick Bray (chromium) 2015/04/06 22:50:59 Where should this header live?
viettrungluu 2015/04/06 23:21:02 I think it's fine where it is. Technically, I don
Nick Bray (chromium) 2015/04/07 23:51:05 Done.
"channel_info_forward.h",
"configuration.h",
"embedder.cc",
"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

Powered by Google App Engine
This is Rietveld 408576698