git-svn-id: http://webrtc.googlecode.com/svn/trunk@7 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/third_party_mods/jsoncpp/jsoncpp.gyp b/third_party_mods/jsoncpp/jsoncpp.gyp
new file mode 100644
index 0000000..dce0c3d
--- /dev/null
+++ b/third_party_mods/jsoncpp/jsoncpp.gyp
@@ -0,0 +1,42 @@
+# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'jsoncpp',
+ 'type': '<(library)',
+ 'sources': [
+ 'include/json/autolink.h',
+ 'include/json/config.h',
+ 'include/json/forwards.h',
+ 'include/json/json.h',
+ 'include/json/reader.h',
+ 'include/json/value.h',
+ 'include/json/writer.h',
+ 'src/lib_json/json_batchallocator.h',
+ 'src/lib_json/json_internalarray.inl.h',
+ 'src/lib_json/json_internalmap.inl.h',
+ 'src/lib_json/json_reader.cpp',
+ 'src/lib_json/json_value.cpp',
+ 'src/lib_json/json_valueiterator.inl.h',
+ 'src/lib_json/json_writer.cpp',
+ ],
+ 'include_dirs': [
+ 'include/',
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ 'include/',
+ ],
+ },
+ },
+ ],
+}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2: