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

Side by Side Diff: native_client_sdk/src/libraries/pthread/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, 5 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
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_gles2/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'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'pthread', 5 'NAME' : 'pthread',
6 'TYPE' : 'lib', 6 'TYPE' : 'lib',
7 'SOURCES' : [ 7 'SOURCES' : ['pthread.c'],
8 'pthread.c', 8 }
9 'pthread.h' 9 ],
10 ], 10 'HEADERS': [
11 {
12 'FILES': ['pthread.h'],
13 'DEST': 'include/win',
11 } 14 }
12 ], 15 ],
13 'DEST': 'src', 16 'DEST': 'src',
14 'NAME': 'pthread', 17 'NAME': 'pthread',
15 } 18 }
16 19
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_gles2/library.dsc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698