| OLD | NEW |
| 1 { | 1 { |
| 2 'TOOLS': ['win', 'linux'], | 2 'TOOLS': ['win', 'linux'], |
| 3 'SEARCH' : ['../../../../ppapi/lib/gl/gles2'], | 3 'SEARCH' : [ |
| 4 '.', |
| 5 '../../../../ppapi/lib/gl/gles2' |
| 6 ], |
| 4 'TARGETS': [ | 7 'TARGETS': [ |
| 5 { | 8 { |
| 6 'NAME' : 'ppapi_gles2', | 9 'NAME' : 'ppapi_gles2', |
| 7 'TYPE' : 'lib', | 10 'TYPE' : 'lib', |
| 8 'SOURCES' : [ | 11 'SOURCES' : [ |
| 9 'gl2ext_ppapi.c', | 12 'gl2ext_ppapi.c', |
| 10 'gles2.c' | 13 'gles2.c' |
| 11 ], | 14 ], |
| 12 } | 15 } |
| 13 ], | 16 ], |
| 17 'DATA': [ |
| 18 'Makefile', |
| 19 ], |
| 14 'DEST': 'src', | 20 'DEST': 'src', |
| 15 'NAME': 'ppapi_gles2', | 21 'NAME': 'ppapi_gles2', |
| 16 } | 22 } |
| 17 | 23 |
| OLD | NEW |