Index: build/all_android.gyp |
diff --git a/build/all_android.gyp b/build/all_android.gyp |
index 3d215ab946a8c1b11ee4877f83ed3b7c1ef172b8..5112682cb31c822ab2f525685b66db2b8457e21b 100644 |
--- a/build/all_android.gyp |
+++ b/build/all_android.gyp |
@@ -70,6 +70,11 @@ |
'../chrome/chrome_resources.gyp:packed_resources', |
], |
'conditions': [ |
+ ['sdk_build==1', { |
+ 'dependencies': [ |
+ '../chrome/chrome.gyp:chromium_testshell_test_apk', |
+ ], |
+ }], # sdk_build==1 |
['linux_breakpad==1', { |
'dependencies': [ |
'../breakpad/breakpad.gyp:breakpad_unittests', |
@@ -94,7 +99,7 @@ |
'../sync/sync.gyp:sync_unit_tests_apk', |
'../ui/ui.gyp:ui_unittests_apk', |
], |
- }] |
+ }], |
], |
}, |
{ |