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

Unified Diff: mojo/mojo_edk.gypi

Issue 2071143003: Various changes to make Mojo work under NaCl non-sfi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and comment Created 4 years, 6 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 | « mojo/edk/system/node_controller.cc ('k') | mojo/mojo_edk_nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_edk.gypi
diff --git a/mojo/mojo_edk.gypi b/mojo/mojo_edk.gypi
index b0a3112fbcdfd4b6bfce1ea73f3c2a85a7d8079d..7039c7bace9c744fcd5f12c3fc37f60f128f0d5f 100644
--- a/mojo/mojo_edk.gypi
+++ b/mojo/mojo_edk.gypi
@@ -35,8 +35,6 @@
'edk/embedder/platform_channel_pair.h',
'edk/embedder/platform_channel_pair_posix.cc',
'edk/embedder/platform_channel_pair_win.cc',
- 'edk/embedder/platform_channel_utils_posix.cc',
- 'edk/embedder/platform_channel_utils_posix.h',
'edk/embedder/platform_handle.cc',
'edk/embedder/platform_handle.h',
'edk/embedder/platform_handle_utils.h',
@@ -108,10 +106,18 @@
'edk/embedder/test_embedder.h',
],
'mojo_edk_system_impl_non_nacl_sources': [
+ 'edk/embedder/platform_channel_utils_posix.cc',
+ 'edk/embedder/platform_channel_utils_posix.h',
'edk/system/broker_host_posix.cc',
'edk/system/broker_posix.cc',
'edk/system/channel_posix.cc',
'edk/system/remote_message_pipe_bootstrap.cc',
],
+ 'mojo_edk_system_impl_nacl_nonsfi_sources': [
+ 'edk/embedder/platform_channel_utils_posix.cc',
+ 'edk/embedder/platform_channel_utils_posix.h',
+ 'edk/system/broker_posix.cc',
+ 'edk/system/channel_posix.cc',
+ ],
},
}
« no previous file with comments | « mojo/edk/system/node_controller.cc ('k') | mojo/mojo_edk_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698