| Index: gyp/json.gyp
|
| diff --git a/gyp/json.gyp b/gyp/json.gyp
|
| deleted file mode 100644
|
| index 6507f46221310e8d6eab64b2cf8c3e99c0c64b5e..0000000000000000000000000000000000000000
|
| --- a/gyp/json.gyp
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -# 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/json',
|
| - '../include/utils',
|
| - '../src/core',
|
| - ],
|
| - 'sources': [
|
| - '<(skia_src_path)/json/SkJSONCanvas.cpp',
|
| - '<(skia_src_path)/json/SkJSONRenderer.cpp',
|
| - ],
|
| - },
|
| - ],
|
| -}
|
|
|