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

Unified Diff: android_webview/android_webview.gyp

Issue 12674026: Android WebView: use the system ashmem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add digit@ as owner for ashmem Created 7 years, 9 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 | android_webview/tools/known_issues.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview.gyp
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index 41f9898a33407b555892f43053fa16b65d727f6e..0ce4bd79f4dd7bd68cf4c2358558904371fdae29 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -29,6 +29,7 @@
# The "android" gyp backend doesn't quite handle static libraries'
# dependencies correctly; force this to be linked as a workaround.
'cpufeatures.a',
+ '-lcutils',
],
}],
],
« no previous file with comments | « no previous file | android_webview/tools/known_issues.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698