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

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: Do as Thoreau would do. 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
« no previous file with comments | « gyp/common_variables.gypi ('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..337f716a180e521e1932d268748321b3b203725b 100644
--- a/gyp/jsoncpp.gyp
+++ b/gyp/jsoncpp.gyp
@@ -18,9 +18,16 @@
'targets': [
{
'target_name': 'jsoncpp',
- 'type': 'static_library',
'conditions': [
- ['skia_build_json_writer', {
+ ['skia_use_system_json', {
+ 'type': 'none',
+ 'direct_dependent_settings': {
+ 'libraries': [
+ 'jsoncpp.a',
+ ],
+ },
+ }, {
+ 'type': 'static_library',
'defines': [
'JSON_USE_EXCEPTION=0',
],
« no previous file with comments | « gyp/common_variables.gypi ('k') | include/utils/SkJSONCPP.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698