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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl'], 2 '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
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'ppapi_simple', 5 'NAME' : 'ppapi_simple',
6 'TYPE' : 'lib', 6 'TYPE' : 'lib',
7 'SOURCES' : [ 7 'SOURCES' : [
8 "ps.cc", 8 "ps.cc",
9 "ps_context_2d.cc", 9 "ps_context_2d.cc",
10 "ps_event.cc", 10 "ps_event.cc",
11 "ps_instance.cc", 11 "ps_instance.cc",
12 "ps_interface.cc", 12 "ps_interface.cc",
(...skipping 10 matching lines...) Expand all
23 "ps_instance.h", 23 "ps_instance.h",
24 "ps_interface.h", 24 "ps_interface.h",
25 "ps_main.h", 25 "ps_main.h",
26 ], 26 ],
27 'DEST': 'include/ppapi_simple', 27 'DEST': 'include/ppapi_simple',
28 }, 28 },
29 ], 29 ],
30 'DEST': 'src', 30 'DEST': 'src',
31 'NAME': 'ppapi_simple', 31 'NAME': 'ppapi_simple',
32 } 32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698