| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'test_support_content', | 8 'target_name': 'test_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
| (...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 837 '<(PRODUCT_DIR)/content_shell_test/ContentShellTest-debug.apk', | 837 '<(PRODUCT_DIR)/content_shell_test/ContentShellTest-debug.apk', |
| 838 ], | 838 ], |
| 839 'action': [ | 839 'action': [ |
| 840 'ant', | 840 'ant', |
| 841 '-DPRODUCT_DIR=<(ant_build_out)', | 841 '-DPRODUCT_DIR=<(ant_build_out)', |
| 842 '-DAPP_ABI=<(android_app_abi)', | 842 '-DAPP_ABI=<(android_app_abi)', |
| 843 '-DANDROID_SDK=<(android_sdk)', | 843 '-DANDROID_SDK=<(android_sdk)', |
| 844 '-DANDROID_SDK_ROOT=<(android_sdk_root)', | 844 '-DANDROID_SDK_ROOT=<(android_sdk_root)', |
| 845 '-DANDROID_SDK_TOOLS=<(android_sdk_tools)', | 845 '-DANDROID_SDK_TOOLS=<(android_sdk_tools)', |
| 846 '-DANDROID_SDK_VERSION=<(android_sdk_version)', | 846 '-DANDROID_SDK_VERSION=<(android_sdk_version)', |
| 847 '-DANDROID_TOOLCHAIN=<(android_toolchain)', | |
| 848 '-DANDROID_GDBSERVER=<(android_gdbserver)', | 847 '-DANDROID_GDBSERVER=<(android_gdbserver)', |
| 849 '-buildfile', | 848 '-buildfile', |
| 850 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', | 849 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', |
| 851 ] | 850 ] |
| 852 } | 851 } |
| 853 ], | 852 ], |
| 854 }, | 853 }, |
| 855 ], | 854 ], |
| 856 }], | 855 }], |
| 857 ], | 856 ], |
| 858 } | 857 } |
| OLD | NEW |