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

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: 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
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..170483c94318852dd2f2a790f116ebe195256acf 100644
--- a/native_client_sdk/src/libraries/pthread/library.dsc
+++ b/native_client_sdk/src/libraries/pthread/library.dsc
@@ -6,10 +6,11 @@
'TYPE' : 'lib',
'SOURCES' : [
'pthread.c',
- 'pthread.h'
],
}
],
+ 'HEADERS': ['pthread.h'],
+ 'HEADERS_DEST': 'include/win',
'DEST': 'src',
'NAME': 'pthread',
}

Powered by Google App Engine
This is Rietveld 408576698