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

Unified Diff: native_client_sdk/src/libraries/ppapi_simple/library.dsc

Issue 73083005: [NaCl SDK] Enable linux host build for nacl_io and nacl_io_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/ppapi_simple/library.dsc
diff --git a/native_client_sdk/src/libraries/ppapi_simple/library.dsc b/native_client_sdk/src/libraries/ppapi_simple/library.dsc
index 8cb2c056bfee6fe2d335d665da9bc5841acf65cc..0b2683df99efa70c1782a2ff121d11a24bdc84ca 100644
--- a/native_client_sdk/src/libraries/ppapi_simple/library.dsc
+++ b/native_client_sdk/src/libraries/ppapi_simple/library.dsc
@@ -1,5 +1,5 @@
{
- 'TOOLS': ['newlib', 'glibc', 'pnacl'],
+ 'TOOLS': ['newlib', 'glibc', 'pnacl', 'linux'],
binji 2013/11/15 17:26:23 not sure this is a good idea -- the first call to
Sam Clegg 2013/11/15 18:13:34 No because we intercept mount directly in syscalls
binji 2013/11/15 18:21:18 Agreed, I'm just not sure we want to turn it out f
'TARGETS': [
{
'NAME' : 'ppapi_simple',

Powered by Google App Engine
This is Rietveld 408576698