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

Unified Diff: src/shared/imc/imc.gyp

Issue 10909144: Reapply change 9663 (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 3 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 | « src/shared/gio/gio.gyp ('k') | src/shared/platform/platform.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/imc/imc.gyp
===================================================================
--- src/shared/imc/imc.gyp (revision 9678)
+++ src/shared/imc/imc.gyp (working copy)
@@ -79,8 +79,9 @@
'type': 'none',
'variables': {
'nlib_target': 'libimc.a',
+ 'nso_target': 'libimc.so',
'build_glibc': 1,
- 'build_newlib': 0,
+ 'build_newlib': 1,
'sources': ['nacl_imc_c.cc', 'nacl_imc_common.cc', 'nacl/nacl_imc.cc'],
},
'dependencies': [
« no previous file with comments | « src/shared/gio/gio.gyp ('k') | src/shared/platform/platform.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698