OLD | NEW |
1 # Copyright 2009 The Chromium Authors. All rights reserved. | 1 # Copyright 2009 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': 'libwebviewchromium', | 10 'target_name': 'libwebviewchromium', |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 } | 83 } |
84 ], | 84 ], |
85 }, | 85 }, |
86 { | 86 { |
87 'target_name': 'android_webview_common', | 87 'target_name': 'android_webview_common', |
88 'type': 'static_library', | 88 'type': 'static_library', |
89 'dependencies': [ | 89 'dependencies': [ |
90 '../android_webview/native/webview_native.gyp:webview_native', | 90 '../android_webview/native/webview_native.gyp:webview_native', |
91 '../components/components.gyp:auto_login_parser', | 91 '../components/components.gyp:auto_login_parser', |
92 '../components/components.gyp:autofill_content_renderer', | 92 '../components/components.gyp:autofill_content_renderer', |
| 93 '../components/components.gyp:cdm_browser', |
| 94 '../components/components.gyp:cdm_renderer', |
93 '../components/components.gyp:data_reduction_proxy_browser', | 95 '../components/components.gyp:data_reduction_proxy_browser', |
94 '../components/components.gyp:navigation_interception', | 96 '../components/components.gyp:navigation_interception', |
95 '../components/components.gyp:visitedlink_browser', | 97 '../components/components.gyp:visitedlink_browser', |
96 '../components/components.gyp:visitedlink_renderer', | 98 '../components/components.gyp:visitedlink_renderer', |
97 '../components/components.gyp:web_contents_delegate_android', | 99 '../components/components.gyp:web_contents_delegate_android', |
98 '../content/content.gyp:content_app_both', | 100 '../content/content.gyp:content_app_both', |
99 '../gpu/gpu.gyp:command_buffer_service', | 101 '../gpu/gpu.gyp:command_buffer_service', |
100 '../gpu/gpu.gyp:gles2_implementation', | 102 '../gpu/gpu.gyp:gles2_implementation', |
101 '../printing/printing.gyp:printing', | 103 '../printing/printing.gyp:printing', |
102 '../skia/skia.gyp:skia', | 104 '../skia/skia.gyp:skia', |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 ], | 249 ], |
248 'variables': { | 250 'variables': { |
249 'java_in_dir': '../android_webview/java', | 251 'java_in_dir': '../android_webview/java', |
250 }, | 252 }, |
251 'includes': [ '../build/java.gypi' ], | 253 'includes': [ '../build/java.gypi' ], |
252 }, | 254 }, |
253 ], | 255 ], |
254 }], | 256 }], |
255 ], | 257 ], |
256 } | 258 } |
OLD | NEW |