| 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 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 919 '../net/net.gyp:net_java', | 919 '../net/net.gyp:net_java', |
| 920 '../net/net.gyp:net_javatests', | 920 '../net/net.gyp:net_javatests', |
| 921 '../tools/android/forwarder2/forwarder.gyp:forwarder2', | 921 '../tools/android/forwarder2/forwarder.gyp:forwarder2', |
| 922 ], | 922 ], |
| 923 'variables': { | 923 'variables': { |
| 924 'package_name': 'content_shell_test', | 924 'package_name': 'content_shell_test', |
| 925 'apk_name': 'ContentShellTest', | 925 'apk_name': 'ContentShellTest', |
| 926 'java_in_dir': '../content/shell/android/javatests', | 926 'java_in_dir': '../content/shell/android/javatests', |
| 927 'resource_dir': '../res', | 927 'resource_dir': '../res', |
| 928 'additional_src_dirs': ['../content/public/android/javatests/'], | 928 'additional_src_dirs': ['../content/public/android/javatests/'], |
| 929 'is_test_apk': 1, |
| 929 }, | 930 }, |
| 930 'includes': [ '../build/java_apk.gypi' ], | 931 'includes': [ '../build/java_apk.gypi' ], |
| 931 }, | 932 }, |
| 932 ], | 933 ], |
| 933 }], | 934 }], |
| 934 ], | 935 ], |
| 935 } | 936 } |
| OLD | NEW |