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

Unified Diff: third_party/ashmem/ashmem.gyp

Issue 14753011: Android WebView: tidy up library dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « build/android/cpufeatures.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ashmem/ashmem.gyp
diff --git a/third_party/ashmem/ashmem.gyp b/third_party/ashmem/ashmem.gyp
index 82e893a9cd7bb90054584d57311597bfcd9a8932..4b248c54871fc15fac45db83a2aebe2c117547fb 100644
--- a/third_party/ashmem/ashmem.gyp
+++ b/third_party/ashmem/ashmem.gyp
@@ -21,6 +21,11 @@
'includes': [
'../../build/shim_headers.gypi',
],
+ 'link_settings': {
+ 'libraries': [
+ '-lcutils',
+ ],
+ },
}, {
'type': 'static_library',
'sources': [
« no previous file with comments | « build/android/cpufeatures.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698