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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/pthread/library.dsc
diff --git a/native_client_sdk/src/libraries/pthread/library.dsc b/native_client_sdk/src/libraries/pthread/library.dsc
index 9f649ea53622b64f801241022de48d2c14323135..68222444e046297058ccd53d55cd1827717e33bd 100644
--- a/native_client_sdk/src/libraries/pthread/library.dsc
+++ b/native_client_sdk/src/libraries/pthread/library.dsc
@@ -4,10 +4,13 @@
{
'NAME' : 'pthread',
'TYPE' : 'lib',
- 'SOURCES' : [
- 'pthread.c',
- 'pthread.h'
- ],
+ 'SOURCES' : ['pthread.c'],
+ }
+ ],
+ 'HEADERS': [
+ {
+ 'FILES': ['pthread.h'],
+ 'DEST': 'include/win',
}
],
'DEST': 'src',
« 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