Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 'TOOLS': ['win'], | 2 'TOOLS': ['win'], |
| 3 'SEARCH' : ['../../../../ppapi/lib/gl/gles2'], | 3 'SEARCH' : ['../../../../ppapi/lib/gl/gles2'], |
| 4 'TARGETS': [ | 4 'TARGETS': [ |
| 5 { | 5 { |
| 6 'NAME' : 'ppapi_gles2', | 6 'NAME' : 'ppapi_gles2', |
| 7 'TYPE' : 'lib', | 7 'TYPE' : 'lib', |
| 8 'SOURCES' : [ | 8 'SOURCES' : [ |
| 9 'gl2ext_ppapi.c', | 9 'gl2ext_ppapi.c', |
| 10 'gl2ext_ppapi.h', | |
| 11 'gles2.c' | 10 'gles2.c' |
| 12 ], | 11 ], |
| 13 } | 12 } |
| 14 ], | 13 ], |
| 15 'DEST': 'src', | 14 'DEST': 'src', |
| 16 'NAME': 'ppapi_gles2', | 15 'NAME': 'ppapi_gles2', |
| 17 } | 16 } |
| 18 | 17 |
| OLD | NEW |