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

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: 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 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'pthread', 5 'NAME' : 'pthread',
6 'TYPE' : 'lib', 6 'TYPE' : 'lib',
7 'SOURCES' : [ 7 'SOURCES' : [
8 'pthread.c', 8 'pthread.c',
9 'pthread.h'
10 ], 9 ],
11 } 10 }
12 ], 11 ],
12 'HEADERS': ['pthread.h'],
13 'HEADERS_DEST': 'include/win',
13 'DEST': 'src', 14 'DEST': 'src',
14 'NAME': 'pthread', 15 'NAME': 'pthread',
15 } 16 }
16 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698