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

Unified Diff: gyp/tests.gypi

Issue 407073006: fix android_framework build do to missing library at link time (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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/tests.gypi
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index e574d16b877160d62d681ab685ff764e2ce7056b..714d04fe2013a9ff6fe06843dc41dfc289d045d0 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -25,6 +25,13 @@
'tools.gyp:resources',
'tools.gyp:sk_tool_utils',
],
+ 'conditions': [
+ [ 'skia_android_framework == 1', {
+ 'libraries': [
+ '-ldl',
+ ],
+ }],
+ ],
'sources': [
'../tests/Test.cpp',
'../tests/Test.h',
« 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