Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: gyp/json.gyp

Issue 1662503003: support for more features when rendering to/from JSON (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tools/json/SkJSONCanvas.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'json', 8 'target_name': 'json',
9 'product_name': 'skia_json', 9 'product_name': 'skia_json',
10 'type': 'static_library', 10 'type': 'static_library',
11 'standalone_static_library': 1, 11 'standalone_static_library': 1,
12 'dependencies': [ 12 'dependencies': [
13 'core.gyp:core', 13 'core.gyp:core',
14 'jsoncpp.gyp:jsoncpp', 14 'jsoncpp.gyp:jsoncpp',
15 ], 15 ],
16 'include_dirs': [ 16 'include_dirs': [
17 '../include/core', 17 '../include/core',
18 '../include/effects', 18 '../include/effects',
19 '../include/private',
19 '../include/utils', 20 '../include/utils',
20 '../src/core', 21 '../src/core',
21 ], 22 ],
22 'sources': [ 23 'sources': [
23 '../tools/json/SkJSONCanvas.cpp', 24 '../tools/json/SkJSONCanvas.cpp',
24 '../tools/json/SkJSONRenderer.cpp', 25 '../tools/json/SkJSONRenderer.cpp',
25 ], 26 ],
26 }, 27 },
27 ], 28 ],
28 } 29 }
OLDNEW
« no previous file with comments | « no previous file | tools/json/SkJSONCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698