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

Unified Diff: gyp/gm.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/dm.gyp ('k') | gyp/jsoncpp.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gm.gyp
diff --git a/gyp/gm.gyp b/gyp/gm.gyp
index ee52b91d782d32e5ebb76bd91decc963cef41e0c..b069780bece3bc0b53e55bce8be002e45448abd5 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -56,6 +56,7 @@
['skia_android_framework', {
'libraries': [
'-lskia',
+ 'jsoncpp.a',
djsollen 2014/06/17 21:03:11 why do we do this here and not in the jsoncpp.gyp:
scroggo 2014/06/17 21:12:34 Done.
],
}],
['skia_run_pdfviewer_in_gm or skia_poppler_enabled', {
« no previous file with comments | « gyp/dm.gyp ('k') | gyp/jsoncpp.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698