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

Unified Diff: testing/gtest_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 | « mojo/nacl/generator/libmojo.cc.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/gtest_nacl.gyp
diff --git a/testing/gtest_nacl.gyp b/testing/gtest_nacl.gyp
index 697217c515d64c76c128f7e32e92a5885d0d92da..e375dc5ac4ca1f50f513167da69dba41cc202500 100644
--- a/testing/gtest_nacl.gyp
+++ b/testing/gtest_nacl.gyp
@@ -19,8 +19,8 @@
'variables': {
'nlib_target': 'libgtest_nacl.a',
'build_glibc': 0,
- 'build_newlib': 1,
- 'build_pnacl_newlib': 0,
+ 'build_newlib': 0,
+ 'build_pnacl_newlib': 1,
},
'sources': [
'<@(gtest_sources)',
@@ -69,8 +69,8 @@
'variables': {
'nlib_target': 'libgtest_main_nacl.a',
'build_glibc': 0,
- 'build_newlib': 1,
- 'build_pnacl_newlib': 0,
+ 'build_newlib': 0,
+ 'build_pnacl_newlib': 1,
},
'dependencies': [
'gtest_nacl',
« no previous file with comments | « mojo/nacl/generator/libmojo.cc.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698