OLD | NEW |
1 { | 1 { |
2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'linux', 'win'], | |
3 'SEARCH' : [ | 2 'SEARCH' : [ |
4 '../../../../ppapi/lib/gl/gles2', | 3 '../../../../ppapi/lib/gl/gles2', |
5 '../../../../ppapi/lib/gl/include/EGL', | 4 '../../../../ppapi/lib/gl/include/EGL', |
6 '../../../../ppapi/lib/gl/include/GLES2', | 5 '../../../../ppapi/lib/gl/include/GLES2', |
7 '../../../../ppapi/lib/gl/include/KHR' | 6 '../../../../ppapi/lib/gl/include/KHR' |
8 ], | 7 ], |
9 'TARGETS': [ | 8 'TARGETS': [ |
10 { | 9 { |
11 'NAME' : 'ppapi_gles2', | 10 'NAME' : 'ppapi_gles2', |
12 'TYPE' : 'lib', | 11 'TYPE' : 'lib', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 # TODO(sbc), remove this copy once we find a way to build gl2ext_ppapi.c. | 44 # TODO(sbc), remove this copy once we find a way to build gl2ext_ppapi.c. |
46 { | 45 { |
47 'FILES': [ 'gl2ext_ppapi.h' ], | 46 'FILES': [ 'gl2ext_ppapi.h' ], |
48 'DEST': 'include/ppapi/lib/gl/gles2', | 47 'DEST': 'include/ppapi/lib/gl/gles2', |
49 }, | 48 }, |
50 ], | 49 ], |
51 'DEST': 'src', | 50 'DEST': 'src', |
52 'NAME': 'ppapi_gles2', | 51 'NAME': 'ppapi_gles2', |
53 } | 52 } |
54 | 53 |
OLD | NEW |