| 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:encrypted_media_browser', |
| 94 '../components/components.gyp:encrypted_media_renderer', |
| 93 '../components/components.gyp:navigation_interception', | 95 '../components/components.gyp:navigation_interception', |
| 94 '../components/components.gyp:visitedlink_browser', | 96 '../components/components.gyp:visitedlink_browser', |
| 95 '../components/components.gyp:visitedlink_renderer', | 97 '../components/components.gyp:visitedlink_renderer', |
| 96 '../components/components.gyp:web_contents_delegate_android', | 98 '../components/components.gyp:web_contents_delegate_android', |
| 97 '../content/content.gyp:content_app_both', | 99 '../content/content.gyp:content_app_both', |
| 98 '../gpu/gpu.gyp:command_buffer_service', | 100 '../gpu/gpu.gyp:command_buffer_service', |
| 99 '../gpu/gpu.gyp:gles2_implementation', | 101 '../gpu/gpu.gyp:gles2_implementation', |
| 100 '../printing/printing.gyp:printing', | 102 '../printing/printing.gyp:printing', |
| 101 '../skia/skia.gyp:skia', | 103 '../skia/skia.gyp:skia', |
| 102 '../third_party/WebKit/public/blink.gyp:blink', | 104 '../third_party/WebKit/public/blink.gyp:blink', |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 243 ], | 245 ], |
| 244 'variables': { | 246 'variables': { |
| 245 'java_in_dir': '../android_webview/java', | 247 'java_in_dir': '../android_webview/java', |
| 246 }, | 248 }, |
| 247 'includes': [ '../build/java.gypi' ], | 249 'includes': [ '../build/java.gypi' ], |
| 248 }, | 250 }, |
| 249 ], | 251 ], |
| 250 }], | 252 }], |
| 251 ], | 253 ], |
| 252 } | 254 } |
| OLD | NEW |