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

Unified Diff: src/untrusted/nacl/nacl.gyp

Issue 10915109: Add nacl_sdk gyp meta-target. (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/trusted/weak_ref/weak_ref.gyp ('k') | src/untrusted/valgrind/valgrind.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/nacl/nacl.gyp
diff --git a/src/untrusted/nacl/nacl.gyp b/src/untrusted/nacl/nacl.gyp
index ed2e1560b4e1780384bf9ed1146c8ca7401a1df6..1a202f81b9fec5cfe7a003c5fc540172143e28af 100644
--- a/src/untrusted/nacl/nacl.gyp
+++ b/src/untrusted/nacl/nacl.gyp
@@ -108,6 +108,7 @@
'type': 'none',
'variables': {
'nlib_target': 'libnacl_dyncode.a',
+ 'nso_target': 'libnacl_dyncode.so',
'build_glibc': 1,
'build_newlib': 1,
},
@@ -134,6 +135,7 @@
'type': 'none',
'variables': {
'nlib_target': 'libimc_syscalls.a',
+ 'nso_target': 'libimc_syscalls.so',
'build_glibc': 1,
'build_newlib': 1,
},
« no previous file with comments | « src/trusted/weak_ref/weak_ref.gyp ('k') | src/untrusted/valgrind/valgrind.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698