| Index: content/content_tests.gypi
 | 
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
 | 
| index fcdd5d44fd45a1323a89efce7f4f2a4159546805..b225ede695174b188d60993aecc2171191c56801 100644
 | 
| --- a/content/content_tests.gypi
 | 
| +++ b/content/content_tests.gypi
 | 
| @@ -824,7 +824,8 @@
 | 
|                  '<!@(find <(DEPTH)/content/shell/android/javatests/ -name "*.java")'
 | 
|                ],
 | 
|                'outputs': [
 | 
| -                '<(PRODUCT_DIR)/content_shell_test/ContentShellTest-debug.apk',
 | 
| +                '<(PRODUCT_DIR)/apks/ContentShellTest-debug.apk',
 | 
| +                '<(PRODUCT_DIR)/test.lib.java/ContentShellTest-debug.jar',
 | 
|                ],
 | 
|                'action': [
 | 
|                  'ant',
 | 
| 
 |