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 'targets': [ | 5 'targets': [ |
6 { | 6 { |
7 'target_name': 'android_webview_apk', | 7 'target_name': 'android_webview_apk', |
8 'type': 'none', | 8 'type': 'none', |
9 'dependencies': [ | 9 'dependencies': [ |
10 'libstandalonelibwebviewchromium', | 10 'libstandalonelibwebviewchromium', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 }, | 74 }, |
75 ], | 75 ], |
76 'includes': [ | 76 'includes': [ |
77 '../build/java_apk.gypi', | 77 '../build/java_apk.gypi', |
78 '../build/util/version.gypi', | 78 '../build/util/version.gypi', |
79 ], | 79 ], |
80 }, | 80 }, |
81 { | 81 { |
82 # android_webview_apk creates a .jar as a side effect. Any java | 82 # android_webview_apk creates a .jar as a side effect. Any java |
83 # targets that need that .jar in their classpath should depend on this | 83 # targets that need that .jar in their classpath should depend on this |
84 # target. For more details see the chrome_shell_apk_java target. | 84 # target. For more details see the content_shell_apk_java target. |
85 'target_name': 'android_webview_apk_java', | 85 'target_name': 'android_webview_apk_java', |
86 'type': 'none', | 86 'type': 'none', |
87 'dependencies': [ | 87 'dependencies': [ |
88 'android_webview_apk', | 88 'android_webview_apk', |
89 ], | 89 ], |
90 'includes': [ '../build/apk_fake_jar.gypi' ], | 90 'includes': [ '../build/apk_fake_jar.gypi' ], |
91 }, | 91 }, |
92 { | 92 { |
93 'target_name': 'android_webview_test_apk', | 93 'target_name': 'android_webview_test_apk', |
94 'type': 'none', | 94 'type': 'none', |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 ], | 218 ], |
219 }, | 219 }, |
220 { | 220 { |
221 'target_name': 'libstandalonelibwebviewchromium', | 221 'target_name': 'libstandalonelibwebviewchromium', |
222 'includes': [ | 222 'includes': [ |
223 'libwebviewchromium.gypi', | 223 'libwebviewchromium.gypi', |
224 ], | 224 ], |
225 }, | 225 }, |
226 ], | 226 ], |
227 } | 227 } |
OLD | NEW |