OLD | NEW |
---|---|
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 Loading... | |
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 } |
OLD | NEW |