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

Unified Diff: android_webview/android_webview.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 | « no previous file | build/android/cpufeatures.gypi » ('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 6480f088642b310b42e24e8b7f01e521406ad106..3695056802ab9b315bf3360a3d10ae23b6254fb5 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -23,16 +23,6 @@
'sources': [
'lib/main/webview_entry_point.cc',
],
- 'conditions': [
- ['android_webview_build == 1', {
- 'libraries': [
- # The "android" gyp backend doesn't quite handle static libraries'
- # dependencies correctly; force this to be linked as a workaround.
- 'cpufeatures.a',
- '-lcutils',
- ],
- }],
- ],
},
{
'target_name': 'android_webview_pak',
« no previous file with comments | « no previous file | build/android/cpufeatures.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698