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

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

Issue 16325024: Move thread_pool.h into utils so it can be shared by more than one example. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
3 'SEARCH': [
4 '.'
5 ],
6 'TARGETS': [
7 {
8 'NAME' : 'sdk_util',
9 'TYPE' : 'lib',
10 'SOURCES' : [
11 'thread_pool.cc'
12 ]
13 }
14 ],
15 'HEADERS': [
16 {
17 'FILES': [
18 'auto_lock.h',
19 'macros.h',
20 'ref_object.h',
21 'thread_pool.h',
22 'thread_safe_queue.h'
23 ],
24 'DEST': 'include/sdk_util',
25 }
26 ],
27 'DEST': 'src',
28 'NAME': 'sdk_util',
29 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/sdk_util/auto_lock.h ('k') | native_client_sdk/src/libraries/sdk_util/macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698