| 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 }, | 7 }, |
| 8 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 'target_name': 'libwebview', | 10 'target_name': 'libwebview', |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 { | 155 { |
| 156 'target_name': 'android_webview_test_apk', | 156 'target_name': 'android_webview_test_apk', |
| 157 'type': 'none', | 157 'type': 'none', |
| 158 'dependencies': [ | 158 'dependencies': [ |
| 159 '../base/base.gyp:base_java', | 159 '../base/base.gyp:base_java', |
| 160 '../base/base.gyp:base_java_test_support', | 160 '../base/base.gyp:base_java_test_support', |
| 161 '../chrome/browser/component/components.gyp:web_contents_delegate_androi
d_java', | 161 '../chrome/browser/component/components.gyp:web_contents_delegate_androi
d_java', |
| 162 '../chrome/chrome_resources.gyp:packed_extra_resources', | 162 '../chrome/chrome_resources.gyp:packed_extra_resources', |
| 163 '../chrome/chrome_resources.gyp:packed_resources', | 163 '../chrome/chrome_resources.gyp:packed_resources', |
| 164 '../content/content.gyp:content_java', | 164 '../content/content.gyp:content_java', |
| 165 '../content/content.gyp:content_javatests', | 165 '../content/content.gyp:content_java_test_support', |
| 166 '../media/media.gyp:media_java', | 166 '../media/media.gyp:media_java', |
| 167 '../net/net.gyp:net_java', | 167 '../net/net.gyp:net_java', |
| 168 '../ui/ui.gyp:ui_java', | 168 '../ui/ui.gyp:ui_java', |
| 169 'android_webview_java', | 169 'android_webview_java', |
| 170 'libwebview', | 170 'libwebview', |
| 171 ], | 171 ], |
| 172 'variables': { | 172 'variables': { |
| 173 'package_name': 'android_webview_test', | 173 'package_name': 'android_webview_test', |
| 174 'apk_name': 'AndroidWebViewTest', | 174 'apk_name': 'AndroidWebViewTest', |
| 175 'java_in_dir': '../android_webview/javatests', | 175 'java_in_dir': '../android_webview/javatests', |
| 176 'resource_dir': '../res', | 176 'resource_dir': '../res', |
| 177 }, | 177 }, |
| 178 'includes': [ '../build/java_apk.gypi' ], | 178 'includes': [ '../build/java_apk.gypi' ], |
| 179 }, | 179 }, |
| 180 ], | 180 ], |
| 181 } | 181 } |
| OLD | NEW |