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

Unified Diff: gyp/jsoncpp.gyp

Issue 303913002: In Android framework, make tools depend on jsoncpp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase, cleanups. Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
« gyp/gm.gyp ('K') | « gyp/gm.gyp ('k') | include/utils/SkJSONCPP.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/jsoncpp.gyp
diff --git a/gyp/jsoncpp.gyp b/gyp/jsoncpp.gyp
index 0507ed06a1629332da5eb020b51b1b771f4fd6b9..39068055e721b835374e97befe1a5e6573acbb76 100644
--- a/gyp/jsoncpp.gyp
+++ b/gyp/jsoncpp.gyp
@@ -20,7 +20,7 @@
'target_name': 'jsoncpp',
'type': 'static_library',
'conditions': [
- ['skia_build_json_writer', {
+ ['skia_use_system_json == 0', {
'defines': [
'JSON_USE_EXCEPTION=0',
],
« gyp/gm.gyp ('K') | « gyp/gm.gyp ('k') | include/utils/SkJSONCPP.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698