| OLD | NEW |
| 1 { | 1 { |
| 2 'TOOLS': ['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' : 'linker-script', | 6 'TYPE' : 'linker-script', |
| 7 'SOURCES' : [ | 7 'SOURCES' : [ |
| 8 "ppapi_simple.a.linkerscript", | 8 "ppapi_simple.a.linkerscript", |
| 9 "ppapi_simple.so.linkerscript", | 9 "ppapi_simple.so.linkerscript", |
| 10 ], | 10 ], |
| 11 }, | 11 }, |
| 12 { | 12 { |
| (...skipping 23 matching lines...) Expand all Loading... |
| 36 "ps_interface.h", | 36 "ps_interface.h", |
| 37 "ps_internal.h", | 37 "ps_internal.h", |
| 38 "ps_main.h", | 38 "ps_main.h", |
| 39 ], | 39 ], |
| 40 'DEST': 'include/ppapi_simple', | 40 'DEST': 'include/ppapi_simple', |
| 41 }, | 41 }, |
| 42 ], | 42 ], |
| 43 'DEST': 'src', | 43 'DEST': 'src', |
| 44 'NAME': 'ppapi_simple', | 44 'NAME': 'ppapi_simple', |
| 45 } | 45 } |
| OLD | NEW |