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

Unified Diff: base/base_nacl.gyp

Issue 540093002: Don't build base with nacl glibc and newlib toolchains (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: also disable base_i18n newlib 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_nacl.gyp
diff --git a/base/base_nacl.gyp b/base/base_nacl.gyp
index 5ef664ce5beac38bc763196ee5e3e781071dbdd3..0816d316f38b1d4f9327328eb00d39080420f9df 100644
--- a/base/base_nacl.gyp
+++ b/base/base_nacl.gyp
@@ -20,8 +20,8 @@
'base_target': 1,
'nacl_untrusted_build': 1,
'nlib_target': 'libbase_nacl.a',
- 'build_glibc': 1,
- 'build_newlib': 1,
+ 'build_glibc': 0,
+ 'build_newlib': 0,
Mark Seaborn 2014/09/04 17:56:09 Does "build_newlib" mean "x86+newlib+gcc" or "newl
'build_irt': 1,
'build_pnacl_newlib': 1,
'sources': [
@@ -47,7 +47,7 @@
'nacl_untrusted_build': 1,
'nlib_target': 'libbase_i18n_nacl.a',
'build_glibc': 0,
- 'build_newlib': 1,
+ 'build_newlib': 0,
'build_irt': 0,
'build_pnacl_newlib': 1,
'sources': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698