| 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 986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 997 'target_name': 'content_browsertests_apk', | 997 'target_name': 'content_browsertests_apk', |
| 998 'type': 'none', | 998 'type': 'none', |
| 999 'dependencies': [ | 999 'dependencies': [ |
| 1000 'content_browsertests', | 1000 'content_browsertests', |
| 1001 'content_java', | 1001 'content_java', |
| 1002 'content_shell_java', | 1002 'content_shell_java', |
| 1003 ], | 1003 ], |
| 1004 'variables': { | 1004 'variables': { |
| 1005 'apk_name': 'content_browsertests', | 1005 'apk_name': 'content_browsertests', |
| 1006 'java_in_dir': 'shell/android/browsertests_apk', | 1006 'java_in_dir': 'shell/android/browsertests_apk', |
| 1007 'resource_dir': 'res', | 1007 'resource_dir': 'shell/android/browsertests_apk/res', |
| 1008 'native_libs_paths': ['<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content
_browsertests<(SHARED_LIB_SUFFIX)'], | 1008 'native_libs_paths': ['<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content
_browsertests<(SHARED_LIB_SUFFIX)'], |
| 1009 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 1009 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
| 1010 'asset_location': '<(ant_build_out)/content_shell/assets', | 1010 'asset_location': '<(ant_build_out)/content_shell/assets', |
| 1011 }, | 1011 }, |
| 1012 'includes': [ '../build/java_apk.gypi' ], | 1012 'includes': [ '../build/java_apk.gypi' ], |
| 1013 }, | 1013 }, |
| 1014 ], | 1014 ], |
| 1015 }], | 1015 }], |
| 1016 ['OS == "android"', { | 1016 ['OS == "android"', { |
| 1017 'targets': [ | 1017 'targets': [ |
| (...skipping 22 matching lines...) Expand all Loading... |
| 1040 '../base/base.gyp:base_javatests', | 1040 '../base/base.gyp:base_javatests', |
| 1041 '../base/base.gyp:base_java_test_support', | 1041 '../base/base.gyp:base_java_test_support', |
| 1042 '../media/media.gyp:media_java', | 1042 '../media/media.gyp:media_java', |
| 1043 '../media/media.gyp:media_test_support', | 1043 '../media/media.gyp:media_test_support', |
| 1044 '../net/net.gyp:net_java', | 1044 '../net/net.gyp:net_java', |
| 1045 '../net/net.gyp:net_javatests', | 1045 '../net/net.gyp:net_javatests', |
| 1046 '../tools/android/forwarder2/forwarder.gyp:forwarder2', | 1046 '../tools/android/forwarder2/forwarder.gyp:forwarder2', |
| 1047 ], | 1047 ], |
| 1048 'variables': { | 1048 'variables': { |
| 1049 'apk_name': 'ContentShellTest', | 1049 'apk_name': 'ContentShellTest', |
| 1050 'java_in_dir': '../content/shell/android/javatests', | 1050 'java_in_dir': 'shell/android/javatests', |
| 1051 'additional_src_dirs': ['../content/public/android/javatests/',], | 1051 'resource_dir': 'shell/android/shell_apk/res', |
| 1052 'resource_dir': '../shell_apk/res', | 1052 'additional_src_dirs': ['public/android/javatests/',], |
| 1053 'is_test_apk': 1, | 1053 'is_test_apk': 1, |
| 1054 }, | 1054 }, |
| 1055 'includes': [ '../build/java_apk.gypi' ], | 1055 'includes': [ '../build/java_apk.gypi' ], |
| 1056 }, | 1056 }, |
| 1057 ], | 1057 ], |
| 1058 }], | 1058 }], |
| 1059 ], | 1059 ], |
| 1060 } | 1060 } |
| OLD | NEW |