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

Unified Diff: gyp/bench.gyp

Issue 495003004: fix android framework build for nanobench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/bench.gyp
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index 498816940abf0ec13cc98c93706b63f246e06401..d2eb1ea5fee2e1f2321b8750b484968293882888 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -26,6 +26,13 @@
'tools.gyp:proc_stats',
'tools.gyp:timer',
],
+ 'conditions': [
+ ['skia_android_framework', {
+ 'libraries': [
+ '-lskia',
+ ],
+ }],
+ ],
},
],
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698