| 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 999 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1010 'target_name': 'content_browsertests_apk', | 1010 'target_name': 'content_browsertests_apk', |
| 1011 'type': 'none', | 1011 'type': 'none', |
| 1012 'dependencies': [ | 1012 'dependencies': [ |
| 1013 'content_browsertests', | 1013 'content_browsertests', |
| 1014 'content_java', | 1014 'content_java', |
| 1015 'content_shell_java', | 1015 'content_shell_java', |
| 1016 ], | 1016 ], |
| 1017 'variables': { | 1017 'variables': { |
| 1018 'apk_name': 'content_browsertests', | 1018 'apk_name': 'content_browsertests', |
| 1019 'java_in_dir': 'shell/android/browsertests_apk', | 1019 'java_in_dir': 'shell/android/browsertests_apk', |
| 1020 'resource_dir': 'res', | 1020 'resource_dir': 'shell/android/browsertests_apk/res', |
| 1021 'native_libs_paths': ['<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content
_browsertests<(SHARED_LIB_SUFFIX)'], | 1021 'native_libs_paths': ['<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content
_browsertests<(SHARED_LIB_SUFFIX)'], |
| 1022 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 1022 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
| 1023 'asset_location': '<(ant_build_out)/content_shell/assets', | 1023 'asset_location': '<(ant_build_out)/content_shell/assets', |
| 1024 }, | 1024 }, |
| 1025 'includes': [ '../build/java_apk.gypi' ], | 1025 'includes': [ '../build/java_apk.gypi' ], |
| 1026 }, | 1026 }, |
| 1027 ], | 1027 ], |
| 1028 }], | 1028 }], |
| 1029 ['OS == "android"', { | 1029 ['OS == "android"', { |
| 1030 'targets': [ | 1030 'targets': [ |
| (...skipping 22 matching lines...) Expand all Loading... |
| 1053 '../base/base.gyp:base_javatests', | 1053 '../base/base.gyp:base_javatests', |
| 1054 '../base/base.gyp:base_java_test_support', | 1054 '../base/base.gyp:base_java_test_support', |
| 1055 '../media/media.gyp:media_java', | 1055 '../media/media.gyp:media_java', |
| 1056 '../media/media.gyp:media_test_support', | 1056 '../media/media.gyp:media_test_support', |
| 1057 '../net/net.gyp:net_java', | 1057 '../net/net.gyp:net_java', |
| 1058 '../net/net.gyp:net_javatests', | 1058 '../net/net.gyp:net_javatests', |
| 1059 '../tools/android/forwarder2/forwarder.gyp:forwarder2', | 1059 '../tools/android/forwarder2/forwarder.gyp:forwarder2', |
| 1060 ], | 1060 ], |
| 1061 'variables': { | 1061 'variables': { |
| 1062 'apk_name': 'ContentShellTest', | 1062 'apk_name': 'ContentShellTest', |
| 1063 'java_in_dir': '../content/shell/android/javatests', | 1063 'java_in_dir': 'shell/android/javatests', |
| 1064 'additional_src_dirs': ['../content/public/android/javatests/',], | 1064 'resource_dir': 'shell/android/shell_apk/res', |
| 1065 'resource_dir': '../shell_apk/res', | 1065 'additional_src_dirs': ['public/android/javatests/',], |
| 1066 'is_test_apk': 1, | 1066 'is_test_apk': 1, |
| 1067 }, | 1067 }, |
| 1068 'includes': [ '../build/java_apk.gypi' ], | 1068 'includes': [ '../build/java_apk.gypi' ], |
| 1069 }, | 1069 }, |
| 1070 ], | 1070 ], |
| 1071 }], | 1071 }], |
| 1072 ], | 1072 ], |
| 1073 } | 1073 } |
| OLD | NEW |