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

Side by Side Diff: native_client_sdk/src/libraries/nacl_io/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
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.', 4 '.',
5 'pepper', 5 'pepper'
6 '../utils'
7 ], 6 ],
8 'TARGETS': [ 7 'TARGETS': [
9 { 8 {
10 'NAME' : 'nacl_io', 9 'NAME' : 'nacl_io',
11 'TYPE' : 'lib', 10 'TYPE' : 'lib',
12 'SOURCES' : [ 11 'SOURCES' : [
13 "kernel_handle.cc", 12 "kernel_handle.cc",
14 "kernel_intercept.cc", 13 "kernel_intercept.cc",
15 "kernel_object.cc", 14 "kernel_object.cc",
16 "kernel_proxy.cc", 15 "kernel_proxy.cc",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 ], 65 ],
67 'DEST': 'include/nacl_io', 66 'DEST': 'include/nacl_io',
68 }, 67 },
69 { 68 {
70 'FILES': [ 69 'FILES': [
71 "all_interfaces.h", 70 "all_interfaces.h",
72 "define_empty_macros.h", 71 "define_empty_macros.h",
73 "undef_macros.h", 72 "undef_macros.h",
74 ], 73 ],
75 'DEST': 'include/nacl_io/pepper', 74 'DEST': 'include/nacl_io/pepper',
76 },
77 {
78 'FILES': [
79 "auto_lock.h",
80 "macros.h",
81 "ref_object.h",
82 "thread_safe_queue.h"
83 ],
84 'DEST': 'include/utils',
85 } 75 }
86 ], 76 ],
87 'DEST': 'src', 77 'DEST': 'src',
88 'NAME': 'nacl_io', 78 'NAME': 'nacl_io',
89 } 79 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_wrap_real.h ('k') | native_client_sdk/src/libraries/nacl_io/mount.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698