Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / native_client_sdk / src / libraries / error_handling / library.dsc
blobcad492fb3a3d5cf2eed0aff0cd1ce5412b6a71f1
2   'TOOLS': ['newlib', 'clang-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',