Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(451)

Side by Side Diff: native_client_sdk/src/libraries/ppapi_gles2/library.dsc

Issue 886583004: [NaCl SDK] Allow dsc files to omit TOOLS setting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_cpp_private/library.dsc ('k') | native_client_sdk/src/libraries/sdk_util/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698