Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / native_client_sdk / src / libraries / jsoncpp / library.dsc
blobbf9ec2d1ede1ec285b6c1fd42a5fec783f6d457c
2   'SEARCH': [
3     '.',
4     '../../../../third_party/jsoncpp/source/include/json',
5     '../../../../third_party/jsoncpp/source/src/lib_json',
6     '../../../../third_party/jsoncpp',
7   ],
8   'TARGETS': [
9     {
10       'NAME' : 'jsoncpp',
11       'TYPE' : 'lib',
12       'DEFINES': ['JSON_USE_EXCEPTION=0'],
13       'SOURCES' : [
14         'json_reader_fix.cpp',
15         'json_value.cpp',
16         'json_writer.cpp',
17       ],
18       'CXXFLAGS': ['-Wno-strict-aliasing']
19     }
20   ],
21   'HEADERS': [
22     {
23       'DEST': 'include/json',
24       'FILES': [
25         'assertions.h',
26         'autolink.h',
27         'config.h',
28         'features.h',
29         'forwards.h',
30         'json.h',
31         'reader.h',
32         'value.h',
33         'writer.h',
34       ],
35     },
36   ],
37   'DATA': [
38     'LICENSE',
39     'README.chromium',
40     'json_batchallocator.h',
41     'json_internalarray.inl',
42     'json_internalmap.inl',
43     'json_tool.h',
44     'json_valueiterator.inl',
45     'json_reader.cpp',
46   ],
47   'DEST': 'src',
48   'NAME': 'jsoncpp',