| 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 'includes': [ | 8 'includes': [ |
| 9 'android_webview_tests.gypi', | 9 'android_webview_tests.gypi', |
| 10 ], | 10 ], |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 '<@(pak_inputs)'], | 61 '<@(pak_inputs)'], |
| 62 } | 62 } |
| 63 ], | 63 ], |
| 64 }, | 64 }, |
| 65 { | 65 { |
| 66 'target_name': 'android_webview_common', | 66 'target_name': 'android_webview_common', |
| 67 'type': 'static_library', | 67 'type': 'static_library', |
| 68 'dependencies': [ | 68 'dependencies': [ |
| 69 '../android_webview/native/webview_native.gyp:webview_native', | 69 '../android_webview/native/webview_native.gyp:webview_native', |
| 70 '../components/components.gyp:auto_login_parser', | 70 '../components/components.gyp:auto_login_parser', |
| 71 '../components/components.gyp:autofill_content_renderer', |
| 71 '../components/components.gyp:navigation_interception', | 72 '../components/components.gyp:navigation_interception', |
| 72 '../components/components.gyp:visitedlink_browser', | 73 '../components/components.gyp:visitedlink_browser', |
| 73 '../components/components.gyp:visitedlink_renderer', | 74 '../components/components.gyp:visitedlink_renderer', |
| 74 '../components/components.gyp:web_contents_delegate_android', | 75 '../components/components.gyp:web_contents_delegate_android', |
| 75 '../content/content.gyp:content', | 76 '../content/content.gyp:content', |
| 76 '../skia/skia.gyp:skia', | 77 '../skia/skia.gyp:skia', |
| 77 '../gpu/gpu.gyp:gles2_implementation', | 78 '../gpu/gpu.gyp:gles2_implementation', |
| 78 '../ui/gl/gl.gyp:gl', | 79 '../ui/gl/gl.gyp:gl', |
| 79 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 80 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 80 'android_webview_pak', | 81 'android_webview_pak', |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 '../content/content.gyp:content_java', | 186 '../content/content.gyp:content_java', |
| 186 '../ui/ui.gyp:ui_java', | 187 '../ui/ui.gyp:ui_java', |
| 187 ], | 188 ], |
| 188 'variables': { | 189 'variables': { |
| 189 'java_in_dir': '../android_webview/java', | 190 'java_in_dir': '../android_webview/java', |
| 190 }, | 191 }, |
| 191 'includes': [ '../build/java.gypi' ], | 192 'includes': [ '../build/java.gypi' ], |
| 192 }, | 193 }, |
| 193 ], | 194 ], |
| 194 } | 195 } |
| OLD | NEW |