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

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

Issue 10823016: [NaCl SDK] Don't copy .h files to src in SDK. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: feedback 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
OLDNEW
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
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_cpp/library.dsc ('k') | native_client_sdk/src/libraries/pthread/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698