Chromium Code Reviews| Index: build/all_android.gyp |
| diff --git a/build/all_android.gyp b/build/all_android.gyp |
| index 84345dc140c146bc9b87290de82bf555a7b8b7c2..c4ade0708230590a24962ab85b43855244b0441e 100644 |
| --- a/build/all_android.gyp |
| +++ b/build/all_android.gyp |
| @@ -22,6 +22,13 @@ |
| '<@(android_app_targets)', |
| 'android_builder_tests', |
| ], |
| + 'conditions': [ |
| + ['sdk_build==1', { |
| + 'dependencies': [ |
| + '../chrome/chrome.gyp:chromium_testshell', |
| + ], |
| + }], # sdk_build==1 |
| + ], # conditions |
| }, # target_name: All |
| { |
| # The current list of tests for android. This is temporary |