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

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

Issue 10855162: add linux support for examples and libs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_cpp/library.dsc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'TOOLS': ['win'], 2 'TOOLS': ['win', 'linux'],
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 'gles2.c' 10 'gles2.c'
11 ], 11 ],
12 } 12 }
13 ], 13 ],
14 'DEST': 'src', 14 'DEST': 'src',
15 'NAME': 'ppapi_gles2', 15 'NAME': 'ppapi_gles2',
16 } 16 }
17 17
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_cpp/library.dsc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698