Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / native_client_sdk / src / libraries / error_handling / library.dsc
blobf8ff7b60831ca839ef05686ac5ae6e912aa2e2ad
2   'TOOLS': ['newlib'],
3   'TARGETS': [
4     {
5       'NAME' : 'error_handling',
6       'TYPE' : 'lib',
7       'SOURCES' : [
8         "error_handling.c",
9         "string_stream.c"
10       ],
11     }
12   ],
13   'HEADERS': [
14     {
15       'FILES': [
16         "error_handling.h",
17         "string_stream.h",
18       ],
19       'DEST': 'include/error_handling',
20     },
21   ],
22   'DEST': 'src',
23   'NAME': 'error_handling',