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

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

Issue 886583004: [NaCl SDK] Allow dsc files to omit TOOLS setting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'win', 'linux'],
3 'TARGETS': [ 2 'TARGETS': [
4 { 3 {
5 'NAME' : 'sdk_util', 4 'NAME' : 'sdk_util',
6 'TYPE' : 'lib', 5 'TYPE' : 'lib',
7 'SOURCES' : [ 6 'SOURCES' : [
8 'thread_pool.cc' 7 'thread_pool.cc'
9 ] 8 ]
10 } 9 }
11 ], 10 ],
12 'HEADERS': [ 11 'HEADERS': [
13 { 12 {
14 'FILES': [ 13 'FILES': [
15 'atomicops.h', 14 'atomicops.h',
16 'auto_lock.h', 15 'auto_lock.h',
17 'macros.h', 16 'macros.h',
18 'ref_object.h', 17 'ref_object.h',
19 'scoped_ref.h', 18 'scoped_ref.h',
20 'simple_lock.h', 19 'simple_lock.h',
21 'string_util.h', 20 'string_util.h',
22 'thread_pool.h', 21 'thread_pool.h',
23 'thread_safe_queue.h' 22 'thread_safe_queue.h'
24 ], 23 ],
25 'DEST': 'include/sdk_util', 24 'DEST': 'include/sdk_util',
26 } 25 }
27 ], 26 ],
28 'DEST': 'src', 27 'DEST': 'src',
29 'NAME': 'sdk_util', 28 'NAME': 'sdk_util',
30 } 29 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_gles2/library.dsc ('k') | native_client_sdk/src/tools/common.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698