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

Unified Diff: mojo/mojo_nacl.gyp

Issue 608613003: monacl: build_newlib -> build_pnacl_newlib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | mojo/nacl/generator/libmojo.cc.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_nacl.gyp
diff --git a/mojo/mojo_nacl.gyp b/mojo/mojo_nacl.gyp
index 1184dd7a6a1055da31327c8d5f151d2e9dcf6154..a813046ebc5bb07f66dc0722c4ccc0334b5aadc7 100644
--- a/mojo/mojo_nacl.gyp
+++ b/mojo/mojo_nacl.gyp
@@ -74,8 +74,8 @@
'variables': {
'nlib_target': 'libmojo.a',
'build_glibc': 0,
- 'build_newlib': 1,
- 'build_pnacl_newlib': 0,
+ 'build_newlib': 0,
+ 'build_pnacl_newlib': 1,
},
'defines': [
'<@(nacl_defines)',
@@ -92,7 +92,9 @@
'type': 'none',
'variables': {
'nexe_target': 'monacl_test',
- 'build_newlib': 1,
+ 'build_newlib': 0,
+ 'build_pnacl_newlib': 1,
+ 'translate_pexe_with_build': 1,
'link_flags': [
'-pthread',
'-lmojo',
« no previous file with comments | « no previous file | mojo/nacl/generator/libmojo.cc.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698