| 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 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1014 'type': 'none', | 1014 'type': 'none', |
| 1015 'dependencies': [ | 1015 'dependencies': [ |
| 1016 'content_browsertests', | 1016 'content_browsertests', |
| 1017 'content_java', | 1017 'content_java', |
| 1018 'content_shell_java', | 1018 'content_shell_java', |
| 1019 ], | 1019 ], |
| 1020 'variables': { | 1020 'variables': { |
| 1021 'apk_name': 'content_browsertests', | 1021 'apk_name': 'content_browsertests', |
| 1022 'java_in_dir': 'shell/android/browsertests_apk', | 1022 'java_in_dir': 'shell/android/browsertests_apk', |
| 1023 'resource_dir': 'shell/android/browsertests_apk/res', | 1023 'resource_dir': 'shell/android/browsertests_apk/res', |
| 1024 'native_libs_paths': ['<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content
_browsertests<(SHARED_LIB_SUFFIX)'], | 1024 'native_lib_target': 'libcontent_browsertests', |
| 1025 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 1025 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
| 1026 'asset_location': '<(ant_build_out)/content_shell/assets', | 1026 'asset_location': '<(ant_build_out)/content_shell/assets', |
| 1027 }, | 1027 }, |
| 1028 'includes': [ '../build/java_apk.gypi' ], | 1028 'includes': [ '../build/java_apk.gypi' ], |
| 1029 }, | 1029 }, |
| 1030 ], | 1030 ], |
| 1031 }], | 1031 }], |
| 1032 ['OS == "android"', { | 1032 ['OS == "android"', { |
| 1033 'targets': [ | 1033 'targets': [ |
| 1034 { | 1034 { |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1067 'resource_dir': 'shell/android/shell_apk/res', | 1067 'resource_dir': 'shell/android/shell_apk/res', |
| 1068 'additional_src_dirs': ['public/android/javatests/',], | 1068 'additional_src_dirs': ['public/android/javatests/',], |
| 1069 'is_test_apk': 1, | 1069 'is_test_apk': 1, |
| 1070 }, | 1070 }, |
| 1071 'includes': [ '../build/java_apk.gypi' ], | 1071 'includes': [ '../build/java_apk.gypi' ], |
| 1072 }, | 1072 }, |
| 1073 ], | 1073 ], |
| 1074 }], | 1074 }], |
| 1075 ], | 1075 ], |
| 1076 } | 1076 } |
| OLD | NEW |