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

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

Issue 11882012: Convert all project to use common.mk (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix missing common.mk path Created 7 years, 11 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
OLDNEW
1 { 1 {
2 'TOOLS': ['win', 'linux'], 2 'TOOLS': ['win', 'linux'],
3 'SEARCH' : ['../../../../ppapi/lib/gl/gles2'], 3 'SEARCH' : [
4 '.',
5 '../../tools',
6 '../../../../ppapi/lib/gl/gles2'
7 ],
4 'TARGETS': [ 8 'TARGETS': [
5 { 9 {
6 'NAME' : 'ppapi_gles2', 10 'NAME' : 'ppapi_gles2',
7 'TYPE' : 'lib', 11 'TYPE' : 'lib',
8 'SOURCES' : [ 12 'SOURCES' : [
9 'gl2ext_ppapi.c', 13 'gl2ext_ppapi.c',
10 'gles2.c' 14 'gles2.c'
11 ], 15 ],
12 } 16 }
13 ], 17 ],
18 'DATA': [
19 'Makefile',
20 ],
14 'DEST': 'src', 21 'DEST': 'src',
15 'NAME': 'ppapi_gles2', 22 'NAME': 'ppapi_gles2',
16 } 23 }
17 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698