| 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 889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 900 'dependencies': [ | 900 'dependencies': [ |
| 901 'content_java', | 901 'content_java', |
| 902 'content_java_test_support', | 902 'content_java_test_support', |
| 903 'content_shell_java', | 903 'content_shell_java', |
| 904 '../base/base.gyp:base_java', | 904 '../base/base.gyp:base_java', |
| 905 '../base/base.gyp:base_java_test_support', | 905 '../base/base.gyp:base_java_test_support', |
| 906 '../media/media.gyp:media_java', | 906 '../media/media.gyp:media_java', |
| 907 '../media/media.gyp:media_test_support', | 907 '../media/media.gyp:media_test_support', |
| 908 '../net/net.gyp:net_java', | 908 '../net/net.gyp:net_java', |
| 909 '../net/net.gyp:net_javatests', | 909 '../net/net.gyp:net_javatests', |
| 910 '../tools/android/forwarder/forwarder.gyp:forwarder', | 910 '../tools/android/forwarder2/forwarder.gyp:forwarder2', |
| 911 ], | 911 ], |
| 912 'variables': { | 912 'variables': { |
| 913 'package_name': 'content_shell_test', | 913 'package_name': 'content_shell_test', |
| 914 'apk_name': 'ContentShellTest', | 914 'apk_name': 'ContentShellTest', |
| 915 'java_in_dir': '../content/shell/android/javatests', | 915 'java_in_dir': '../content/shell/android/javatests', |
| 916 'resource_dir': '../res', | 916 'resource_dir': '../res', |
| 917 'additional_src_dirs': ['../content/public/android/javatests/'], | 917 'additional_src_dirs': ['../content/public/android/javatests/'], |
| 918 }, | 918 }, |
| 919 'includes': [ '../build/java_apk.gypi' ], | 919 'includes': [ '../build/java_apk.gypi' ], |
| 920 }, | 920 }, |
| 921 ], | 921 ], |
| 922 }], | 922 }], |
| 923 ], | 923 ], |
| 924 } | 924 } |
| OLD | NEW |