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 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1025 'includes': [ '../build/java.gypi' ], | 1025 'includes': [ '../build/java.gypi' ], |
1026 }, | 1026 }, |
1027 { | 1027 { |
1028 'target_name': 'content_shell_test_apk', | 1028 'target_name': 'content_shell_test_apk', |
1029 'type': 'none', | 1029 'type': 'none', |
1030 'dependencies': [ | 1030 'dependencies': [ |
1031 'content_java', | 1031 'content_java', |
1032 'content_java_test_support', | 1032 'content_java_test_support', |
1033 'content_shell_apk_java', | 1033 'content_shell_apk_java', |
1034 '../base/base.gyp:base_java', | 1034 '../base/base.gyp:base_java', |
| 1035 '../base/base.gyp:base_javatests', |
1035 '../base/base.gyp:base_java_test_support', | 1036 '../base/base.gyp:base_java_test_support', |
1036 '../media/media.gyp:media_java', | 1037 '../media/media.gyp:media_java', |
1037 '../media/media.gyp:media_test_support', | 1038 '../media/media.gyp:media_test_support', |
1038 '../net/net.gyp:net_java', | 1039 '../net/net.gyp:net_java', |
1039 '../net/net.gyp:net_javatests', | 1040 '../net/net.gyp:net_javatests', |
1040 '../tools/android/forwarder2/forwarder.gyp:forwarder2', | 1041 '../tools/android/forwarder2/forwarder.gyp:forwarder2', |
1041 ], | 1042 ], |
1042 'variables': { | 1043 'variables': { |
1043 'apk_name': 'ContentShellTest', | 1044 'apk_name': 'ContentShellTest', |
1044 'java_in_dir': '../content/shell/android/javatests', | 1045 'java_in_dir': '../content/shell/android/javatests', |
1045 'additional_src_dirs': ['../content/public/android/javatests/',], | 1046 'additional_src_dirs': ['../content/public/android/javatests/',], |
1046 'resource_dir': '../shell_apk/res', | 1047 'resource_dir': '../shell_apk/res', |
1047 'is_test_apk': 1, | 1048 'is_test_apk': 1, |
1048 }, | 1049 }, |
1049 'includes': [ '../build/java_apk.gypi' ], | 1050 'includes': [ '../build/java_apk.gypi' ], |
1050 }, | 1051 }, |
1051 ], | 1052 ], |
1052 }], | 1053 }], |
1053 ], | 1054 ], |
1054 } | 1055 } |
OLD | NEW |