| OLD | NEW |
| 1 { | 1 { |
| 2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux', 'mac', 'clang-newlib'
], | 2 'TOOLS': ['bionic', 'glibc', 'pnacl', 'linux', 'mac', 'clang-newlib'], |
| 3 'TARGETS': [ | 3 'TARGETS': [ |
| 4 { | 4 { |
| 5 'NAME' : 'ppapi_simple', | 5 'NAME' : 'ppapi_simple', |
| 6 'TYPE' : 'lib', | 6 'TYPE' : 'lib', |
| 7 'LIBS': ['nacl_io'], | 7 'LIBS': ['nacl_io'], |
| 8 'DEPS': ['nacl_io'], | 8 'DEPS': ['nacl_io'], |
| 9 'SOURCES' : [ | 9 'SOURCES' : [ |
| 10 "ps.c", | 10 "ps.c", |
| 11 "ps_context_2d.c", | 11 "ps_context_2d.c", |
| 12 "ps_event.c", | 12 "ps_event.c", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 27 "ps_interface.h", | 27 "ps_interface.h", |
| 28 "ps_internal.h", | 28 "ps_internal.h", |
| 29 "ps_main.h", | 29 "ps_main.h", |
| 30 ], | 30 ], |
| 31 'DEST': 'include/ppapi_simple', | 31 'DEST': 'include/ppapi_simple', |
| 32 }, | 32 }, |
| 33 ], | 33 ], |
| 34 'DEST': 'src', | 34 'DEST': 'src', |
| 35 'NAME': 'ppapi_simple', | 35 'NAME': 'ppapi_simple', |
| 36 } | 36 } |
| OLD | NEW |