| 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 885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 896 '../media/media.gyp:media_test_support', | 896 '../media/media.gyp:media_test_support', |
| 897 '../net/net.gyp:net_java', | 897 '../net/net.gyp:net_java', |
| 898 '../net/net.gyp:net_javatests', | 898 '../net/net.gyp:net_javatests', |
| 899 '../tools/android/forwarder/forwarder.gyp:forwarder', | 899 '../tools/android/forwarder/forwarder.gyp:forwarder', |
| 900 ], | 900 ], |
| 901 'variables': { | 901 'variables': { |
| 902 'package_name': 'content_shell_test', | 902 'package_name': 'content_shell_test', |
| 903 'apk_name': 'ContentShellTest', | 903 'apk_name': 'ContentShellTest', |
| 904 'java_in_dir': '../content/shell/android/javatests', | 904 'java_in_dir': '../content/shell/android/javatests', |
| 905 'resource_dir': '../res', | 905 'resource_dir': '../res', |
| 906 'additional_input_paths': ['<!@(find ../content/public/android/javat
ests/src -name "*.java")',], | 906 'additional_src_dirs': ['../content/public/android/javatests/'], |
| 907 }, | 907 }, |
| 908 'includes': [ '../build/java_apk.gypi' ], | 908 'includes': [ '../build/java_apk.gypi' ], |
| 909 }, | 909 }, |
| 910 ], | 910 ], |
| 911 }], | 911 }], |
| 912 ], | 912 ], |
| 913 } | 913 } |
| OLD | NEW |