| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index 4e77bf913cafc19f7a3062936c0618372ec5518d..f09fc20365e527d0d225b8a9bdff22fbe10ce4f1 100644
|
| --- a/content/content_shell.gypi
|
| +++ b/content/content_shell.gypi
|
| @@ -633,32 +633,6 @@
|
| }
|
| ],
|
| },
|
| - {
|
| - 'target_name': 'content_shell_test_apk',
|
| - 'type': 'none',
|
| - 'dependencies': [
|
| - 'content_shell_apk',
|
| - ],
|
| - 'actions': [
|
| - {
|
| - 'action_name': 'content_shell_test_generate_apk',
|
| - 'inputs': [
|
| - '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk.xml',
|
| - '<(DEPTH)/content/shell/android/javatests/AndroidManifest.xml',
|
| - ],
|
| - 'outputs': [
|
| - '<(PRODUCT_DIR)/content_shell_test/ContentShellTest-debug.apk',
|
| - ],
|
| - 'action': [
|
| - 'ant',
|
| - '-DPRODUCT_DIR=<(ant_build_out)',
|
| - '-DAPP_ABI=<(android_app_abi)',
|
| - '-buildfile',
|
| - '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk.xml',
|
| - ]
|
| - }
|
| - ],
|
| - },
|
| ],
|
| }], # OS=="android"
|
| ]
|
|
|