aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar ethannicholas <ethannicholas@google.com>2016-02-10 05:40:46 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-10 05:40:46 -0800
commit50a8dd0a00538840e55233146cb202e256cc6c34 (patch)
tree438fe35251e3e22c94b593ce6fd69917e7b1b8f0 /gyp
parentd116561ddcca3f961b30cd9e485d81b654bc10ec (diff)
Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas.
Diffstat (limited to 'gyp')
-rw-r--r--gyp/SampleApp.gyp1
-rw-r--r--gyp/debugger.gyp1
2 files changed, 2 insertions, 0 deletions
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index bb48affe9a..c22eaa207e 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -157,6 +157,7 @@
'views.gyp:views',
'views_animated.gyp:views_animated',
'xml.gyp:xml',
+ 'jsoncpp.gyp:jsoncpp',
],
'msvs_settings': {
'VCLinkerTool': {
diff --git a/gyp/debugger.gyp b/gyp/debugger.gyp
index e7e8275125..c86538dcbd 100644
--- a/gyp/debugger.gyp
+++ b/gyp/debugger.gyp
@@ -136,6 +136,7 @@
'dependencies': [
'debugger_qt_mocs',
'skia_lib.gyp:skia_lib',
+ 'jsoncpp.gyp:jsoncpp',
],
'cflags': [
# Clang gets confused by QWeakPointer, see http://llvm.org/bugs/show_bug.cgi?id=13127