| Index: content/content_tests.gypi | 
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi | 
| index 0868785a40caaf73258aca41f1a0c878a8674e42..f46e038ccbb486b70062f5efad818aedeb3f24ba 100644 | 
| --- a/content/content_tests.gypi | 
| +++ b/content/content_tests.gypi | 
| @@ -825,6 +825,11 @@ | 
| 'ant', | 
| '-DPRODUCT_DIR=<(ant_build_out)', | 
| '-DAPP_ABI=<(android_app_abi)', | 
| +                '-DANDROID_SDK=<(android_sdk)', | 
| +                '-DANDROID_SDK_ROOT=<(android_sdk_root)', | 
| +                '-DANDROID_SDK_TOOLS=<(android_sdk_tools)', | 
| +                '-DANDROID_SDK_VERSION=<(android_sdk_version)', | 
| +                '-DANDROID_TOOLCHAIN=<(android_toolchain)', | 
| '-buildfile', | 
| '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk.xml', | 
| ] | 
|  |