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