summaryrefslogtreecommitdiffstats
path: root/build/all_android.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'build/all_android.gyp')
-rw-r--r--build/all_android.gyp5
1 files changed, 2 insertions, 3 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp
index 2894287..84345dc 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',
@@ -95,9 +97,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',
],
},
{