Roll src/third_party/WebKit 8daf7c3:9de7917 (svn 194468:194469)
[chromium-blink-merge.git] / third_party / jsoncpp / jsoncpp.gyp
blobffb4eb3743b3fe9ff7dd5854327d80a411621c4c
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6   'includes': [
7     'jsoncpp.gypi',
8   ],
9   'targets': [
10     {
11       'target_name': 'jsoncpp',
12       'type': 'static_library',
13     },
14   ],
17 # Local Variables:
18 # tab-width:2
19 # indent-tabs-mode:nil
20 # End:
21 # vim: set expandtab tabstop=2 shiftwidth=2: