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

Unified Diff: components/nacl_nonsfi.gyp

Issue 2067233002: Revert of Use Mojo pipes to signal sync IPC events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « components/nacl/loader/nacl_main.cc ('k') | gpu/gpu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl_nonsfi.gyp
diff --git a/components/nacl_nonsfi.gyp b/components/nacl_nonsfi.gyp
index c10c29c3b81ec7a49dad16ad434b6a16fd4162f9..f44fa761345130d640fe7e60af2627c5d25ad63f 100644
--- a/components/nacl_nonsfi.gyp
+++ b/components/nacl_nonsfi.gyp
@@ -71,10 +71,6 @@
'-lgles2_utils_nacl',
'-lgpu_ipc_nacl',
'-lipc_nacl_nonsfi',
- '-lmojo_cpp_bindings_nacl',
- '-lmojo_cpp_system_nacl',
- '-lmojo_public_system_nacl',
- '-lmojo_system_impl_nacl',
'-lnacl_helper_nonsfi_sandbox',
'-lplatform',
'-lppapi_ipc_nacl',
@@ -100,10 +96,6 @@
'>(tc_lib_dir_nonsfi_helper32)/libgles2_utils_nacl.a',
'>(tc_lib_dir_nonsfi_helper32)/libgpu_ipc_nacl.a',
'>(tc_lib_dir_nonsfi_helper32)/libipc_nacl_nonsfi.a',
- '>(tc_lib_dir_nonsfi_helper32)/libmojo_cpp_bindings_nacl.a',
- '>(tc_lib_dir_nonsfi_helper32)/libmojo_cpp_system_nacl.a',
- '>(tc_lib_dir_nonsfi_helper32)/libmojo_public_system_nacl.a',
- '>(tc_lib_dir_nonsfi_helper32)/libmojo_system_impl_nacl.a',
'>(tc_lib_dir_nonsfi_helper32)/libnacl_helper_nonsfi_sandbox.a',
'>(tc_lib_dir_nonsfi_helper32)/libplatform.a',
'>(tc_lib_dir_nonsfi_helper32)/libppapi_ipc_nacl.a',
@@ -128,10 +120,6 @@
'>(tc_lib_dir_nonsfi_helper_arm)/libgles2_utils_nacl.a',
'>(tc_lib_dir_nonsfi_helper_arm)/libgpu_ipc_nacl.a',
'>(tc_lib_dir_nonsfi_helper_arm)/libipc_nacl_nonsfi.a',
- '>(tc_lib_dir_nonsfi_helper_arm)/libmojo_cpp_bindings_nacl.a',
- '>(tc_lib_dir_nonsfi_helper_arm)/libmojo_cpp_system_nacl.a',
- '>(tc_lib_dir_nonsfi_helper_arm)/libmojo_public_system_nacl.a',
- '>(tc_lib_dir_nonsfi_helper_arm)/libmojo_system_impl_nacl.a',
'>(tc_lib_dir_nonsfi_helper_arm)/libnacl_helper_nonsfi_sandbox.a',
'>(tc_lib_dir_nonsfi_helper_arm)/libplatform.a',
'>(tc_lib_dir_nonsfi_helper_arm)/libppapi_ipc_nacl.a',
@@ -148,10 +136,6 @@
'../base/base_nacl.gyp:base_nacl_nonsfi',
'../content/content_nacl_nonsfi.gyp:content_common_nacl_nonsfi',
'../ipc/ipc_nacl.gyp:ipc_nacl_nonsfi',
- '../mojo/mojo_edk_nacl.gyp:mojo_system_impl_nacl',
- '../mojo/mojo_public_nacl.gyp:mojo_cpp_bindings_nacl',
- '../mojo/mojo_public_nacl.gyp:mojo_cpp_system_nacl',
- '../mojo/mojo_public_nacl.gyp:mojo_public_system_nacl',
'../native_client/src/nonsfi/irt/irt.gyp:nacl_sys_private',
'../native_client/src/nonsfi/loader/loader.gyp:elf_loader',
'../native_client/src/untrusted/nacl/nacl.gyp:nacl_lib_newlib',
« no previous file with comments | « components/nacl/loader/nacl_main.cc ('k') | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698