| Index: gyp/json.gyp
|
| diff --git a/gyp/json.gyp b/gyp/json.gyp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6c12b7ce091d158a0ad713295b4568b7e55822a2
|
| --- /dev/null
|
| +++ b/gyp/json.gyp
|
| @@ -0,0 +1,26 @@
|
| +# Copyright 2015 Google Inc.
|
| +#
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +{
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'json',
|
| + 'product_name': 'skia_json',
|
| + 'type': 'static_library',
|
| + 'standalone_static_library': 1,
|
| + 'dependencies': [
|
| + 'core.gyp:core',
|
| + 'jsoncpp.gyp:jsoncpp',
|
| + ],
|
| + 'include_dirs': [
|
| + '../include/utils',
|
| + '../src/core',
|
| + ],
|
| + 'sources': [
|
| + '../tools/json/SkJSONCanvas.cpp',
|
| + '../tools/json/SkJSONRenderer.cpp',
|
| + ],
|
| + },
|
| + ],
|
| +}
|
|
|