| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 '../components/components.gyp:navigation_interception', | 127 '../components/components.gyp:navigation_interception', |
| 128 '../components/components.gyp:visitedlink_browser', | 128 '../components/components.gyp:visitedlink_browser', |
| 129 '../components/components.gyp:visitedlink_renderer', | 129 '../components/components.gyp:visitedlink_renderer', |
| 130 '../components/components.gyp:web_contents_delegate_android', | 130 '../components/components.gyp:web_contents_delegate_android', |
| 131 '../content/content.gyp:content_app_both', | 131 '../content/content.gyp:content_app_both', |
| 132 '../content/content.gyp:content_browser', | 132 '../content/content.gyp:content_browser', |
| 133 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 133 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 134 '../gpu/gpu.gyp:command_buffer_service', | 134 '../gpu/gpu.gyp:command_buffer_service', |
| 135 '../gpu/gpu.gyp:gles2_implementation', | 135 '../gpu/gpu.gyp:gles2_implementation', |
| 136 '../gpu/gpu.gyp:gl_in_process_context', | 136 '../gpu/gpu.gyp:gl_in_process_context', |
| 137 '../net/net.gyp:net', |
| 137 '../media/media.gyp:media', | 138 '../media/media.gyp:media', |
| 138 '../printing/printing.gyp:printing', | 139 '../printing/printing.gyp:printing', |
| 139 '../skia/skia.gyp:skia', | 140 '../skia/skia.gyp:skia', |
| 140 '../third_party/WebKit/public/blink.gyp:blink', | 141 '../third_party/WebKit/public/blink.gyp:blink', |
| 141 '../ui/gl/gl.gyp:gl', | 142 '../ui/gl/gl.gyp:gl', |
| 142 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 143 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 143 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 144 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 144 'android_webview_pak', | 145 'android_webview_pak', |
| 145 ], | 146 ], |
| 146 'include_dirs': [ | 147 'include_dirs': [ |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 '../ui/android/ui_android.gyp:ui_strings_grd', | 332 '../ui/android/ui_android.gyp:ui_strings_grd', |
| 332 'android_webview_jarjar_content_resources', | 333 'android_webview_jarjar_content_resources', |
| 333 'android_webview_jarjar_ui_resources', | 334 'android_webview_jarjar_ui_resources', |
| 334 'android_webview_strings_grd', | 335 'android_webview_strings_grd', |
| 335 ], | 336 ], |
| 336 }, | 337 }, |
| 337 ], | 338 ], |
| 338 }], | 339 }], |
| 339 ], | 340 ], |
| 340 } | 341 } |
| OLD | NEW |