Chromium Code Reviews| 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 801 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 812 'content_javatests', | 812 'content_javatests', |
| 813 'content_shell_apk', | 813 'content_shell_apk', |
| 814 '../base/base.gyp:base_java', | 814 '../base/base.gyp:base_java', |
| 815 '../base/base.gyp:base_java_test_support', | 815 '../base/base.gyp:base_java_test_support', |
| 816 '../media/media.gyp:media_java', | 816 '../media/media.gyp:media_java', |
| 817 '../media/media.gyp:media_test_support', | 817 '../media/media.gyp:media_test_support', |
| 818 '../net/net.gyp:net_java', | 818 '../net/net.gyp:net_java', |
| 819 '../net/net.gyp:net_javatests', | 819 '../net/net.gyp:net_javatests', |
| 820 '../tools/android/forwarder/forwarder.gyp:forwarder', | 820 '../tools/android/forwarder/forwarder.gyp:forwarder', |
| 821 ], | 821 ], |
| 822 'actions': [ | 822 'variables': { |
| 823 { | 823 'package_name': 'content_shell_test', |
| 824 'action_name': 'content_shell_test_generate_apk', | 824 'apk_name': 'ContentShellTest', |
| 825 'inputs': [ | 825 'java_in_dir': 'shell/android/javatests', |
| 826 '../build/android/ant/common.xml', | 826 'resource_dir': 'shell/android/res', |
|
Ted C
2012/09/07 20:21:10
blast...proven wrong again. Does the test actuall
| |
| 827 '../build/android/ant/sdk-targets.xml', | 827 }, |
| 828 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml', | 828 'includes': [ '../build/java_apk.gypi' ], |
| 829 '<(DEPTH)/content/shell/android/javatests/AndroidManifest.xml', | |
| 830 '>@(input_jars_paths)', | |
| 831 '<!@(find <(DEPTH)/content/shell/android/javatests/ -name "*.jav a")' | |
| 832 ], | |
| 833 'outputs': [ | |
| 834 '<(PRODUCT_DIR)/content_shell_test/ContentShellTest-debug.apk', | |
| 835 ], | |
| 836 'action': [ | |
| 837 'ant', | |
| 838 '-DPRODUCT_DIR=<(ant_build_out)', | |
| 839 '-DAPP_ABI=<(android_app_abi)', | |
| 840 '-DANDROID_SDK=<(android_sdk)', | |
| 841 '-DANDROID_SDK_ROOT=<(android_sdk_root)', | |
| 842 '-DANDROID_SDK_TOOLS=<(android_sdk_tools)', | |
| 843 '-DANDROID_SDK_VERSION=<(android_sdk_version)', | |
| 844 '-DANDROID_GDBSERVER=<(android_gdbserver)', | |
| 845 '-DINPUT_JARS_PATHS=>(input_jars_paths)', | |
| 846 '-buildfile', | |
| 847 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml', | |
| 848 ] | |
| 849 } | |
| 850 ], | |
| 851 }, | 829 }, |
| 852 ], | 830 ], |
| 853 }], | 831 }], |
| 854 ], | 832 ], |
| 855 } | 833 } |
| OLD | NEW |