Index: build/all_android.gyp |
diff --git a/build/all_android.gyp b/build/all_android.gyp |
index c3b103a292724f7f88b37d07fa93bbfd5317a59a..1fc43cb47e400b89ada2ffb4586ae7f131bde1b4 100644 |
--- a/build/all_android.gyp |
+++ b/build/all_android.gyp |
@@ -17,6 +17,7 @@ |
'target_name': 'All', |
'type': 'none', |
'dependencies': [ |
+ '../android_webview/android_webview.gyp:android_webview_apk', |
'../content/content.gyp:content_shell_apk', |
'<@(android_app_targets)', |
'android_builder_tests', |
@@ -34,6 +35,7 @@ |
'target_name': 'android_builder_tests', |
'type': 'none', |
'dependencies': [ |
+ '../android_webview/android_webview.gyp:android_webview_test_apk', |
'../base/android/jni_generator/jni_generator.gyp:jni_generator_tests', |
'../base/base.gyp:base_unittests', |
'../chrome/chrome.gyp:unit_tests', |
@@ -94,9 +96,6 @@ |
'target_name': 'android_experimental', |
'type': 'none', |
'dependencies': [ |
- '../android_webview/android_webview.gyp:libwebview', |
- '../android_webview/android_webview.gyp:android_webview_apk', |
- '../android_webview/android_webview.gyp:android_webview_test_apk', |
], |
}, |
{ |