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

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

Issue 23919004: [NaCl SDK] Create a resources/ directory and move files to it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move httpd.cmd too Created 7 years, 3 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': [
4 '.'
5 ],
6 'TARGETS': [ 3 'TARGETS': [
7 { 4 {
8 'NAME' : 'sdk_util', 5 'NAME' : 'sdk_util',
9 'TYPE' : 'lib', 6 'TYPE' : 'lib',
10 'SOURCES' : [ 7 'SOURCES' : [
11 'thread_pool.cc' 8 'thread_pool.cc'
12 ] 9 ]
13 } 10 }
14 ], 11 ],
15 'HEADERS': [ 12 'HEADERS': [
16 { 13 {
17 'FILES': [ 14 'FILES': [
18 'atomicops.h', 15 'atomicops.h',
19 'auto_lock.h', 16 'auto_lock.h',
20 'macros.h', 17 'macros.h',
21 'ref_object.h', 18 'ref_object.h',
22 'scoped_ref.h', 19 'scoped_ref.h',
23 'simple_lock.h', 20 'simple_lock.h',
24 'string_util.h', 21 'string_util.h',
25 'thread_pool.h', 22 'thread_pool.h',
26 'thread_safe_queue.h' 23 'thread_safe_queue.h'
27 ], 24 ],
28 'DEST': 'include/sdk_util', 25 'DEST': 'include/sdk_util',
29 } 26 }
30 ], 27 ],
31 'DEST': 'src', 28 'DEST': 'src',
32 'NAME': 'sdk_util', 29 'NAME': 'sdk_util',
33 } 30 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_cpp/library.dsc ('k') | native_client_sdk/src/libraries/xray/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698