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

Unified Diff: native_client_sdk/src/libraries/nacl_io_test/example.dsc

Issue 16232016: [NaCl SDK] nacl_io: big refactor to return error value (errno). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
Index: native_client_sdk/src/libraries/nacl_io_test/example.dsc
diff --git a/native_client_sdk/src/libraries/nacl_io_test/example.dsc b/native_client_sdk/src/libraries/nacl_io_test/example.dsc
index a47ed6374423598891ef7e04c316ef9b863b8c95..282d6332606dc96db5b793de4261345bddb343a7 100644
--- a/native_client_sdk/src/libraries/nacl_io_test/example.dsc
+++ b/native_client_sdk/src/libraries/nacl_io_test/example.dsc
@@ -1,6 +1,6 @@
{
- # TODO(binji): pnacl doesn't build right now because gtest doesn't build yet.
noelallen1 2013/06/07 21:48:43 Isn't this comment still valid?
binji 2013/06/07 23:23:11 Whoops. No, pnacl works fine, I was uncommenting i
- 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
+# 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
+ 'TOOLS': ['newlib', 'glibc', 'win'],
# Need to add ../../examples for common.js
'SEARCH': ['.', '../../examples'],

Powered by Google App Engine
This is Rietveld 408576698