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

Unified Diff: gyp/dm.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
« no previous file with comments | « gyp/common_variables.gypi ('k') | gyp/gm.gyp » ('j') | gyp/gm.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/dm.gyp
diff --git a/gyp/dm.gyp b/gyp/dm.gyp
index 26d14db1aca71802d4f0cc240650e949b041daae..334cf7ade56c6dcbf7c1f18a3060ef6adaff47f6 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -64,7 +64,7 @@
],
'conditions': [
['skia_android_framework', {
- 'libraries': [ '-lskia' ],
+ 'libraries': [ '-lskia' , 'jsoncpp.a' ],
}],
['skia_poppler_enabled', {
'sources': [ '../src/utils/SkPDFRasterizer.cpp' ],
« no previous file with comments | « gyp/common_variables.gypi ('k') | gyp/gm.gyp » ('j') | gyp/gm.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698