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

Unified Diff: testing/android/native_test.gyp

Issue 23868020: Fix remaining shared_library link_settings propagation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 2 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 | « sync/sync_core.gypi ('k') | third_party/libjingle/libjingle.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/native_test.gyp
diff --git a/testing/android/native_test.gyp b/testing/android/native_test.gyp
index 4a3cc4d8fab0bc0f482b8ed47a89dbe36be6597e..8fb1cdc83d7d186f44576796e9f8142afe8c5d7e 100644
--- a/testing/android/native_test.gyp
+++ b/testing/android/native_test.gyp
@@ -28,6 +28,11 @@
'native_test_jni_headers',
'native_test_util',
],
+ 'link_settings': {
+ 'libraries': [
+ '-llog',
+ ],
+ },
},
{
'target_name': 'native_test_jni_headers',
« no previous file with comments | « sync/sync_core.gypi ('k') | third_party/libjingle/libjingle.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698