Chromium Code Reviews| Index: build/all_android.gyp |
| diff --git a/build/all_android.gyp b/build/all_android.gyp |
| index c4ade0708230590a24962ab85b43855244b0441e..cf894325b84f7a2d0420fb9846ffb9c45ace402c 100644 |
| --- a/build/all_android.gyp |
| +++ b/build/all_android.gyp |
| @@ -17,7 +17,6 @@ |
| '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', |
| @@ -26,6 +25,7 @@ |
| ['sdk_build==1', { |
| 'dependencies': [ |
| '../chrome/chrome.gyp:chromium_testshell', |
| + '../android_webview/android_webview.gyp:android_webview_apk', |
|
nilesh
2012/09/19 20:34:46
Nit: Sort order.
|
| ], |
| }], # sdk_build==1 |
| ], # conditions |
| @@ -42,7 +42,6 @@ |
| '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,7 +93,12 @@ |
| '../sync/sync.gyp:sync_unit_tests_apk', |
| '../ui/ui.gyp:ui_unittests_apk', |
| ], |
| - }] |
| + }], |
| + ['sdk_build==1', { |
| + 'dependencies': [ |
| + '../android_webview/android_webview.gyp:android_webview_test_apk', |
| + ], |
| + }], |
| ], |
| }, |
| { |