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': 'android_webview_pak', | 10 'target_name': 'android_webview_pak', |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 '../components/components.gyp:printing_renderer', | 168 '../components/components.gyp:printing_renderer', |
169 '../components/components.gyp:visitedlink_browser', | 169 '../components/components.gyp:visitedlink_browser', |
170 '../components/components.gyp:visitedlink_renderer', | 170 '../components/components.gyp:visitedlink_renderer', |
171 '../components/components.gyp:web_contents_delegate_android', | 171 '../components/components.gyp:web_contents_delegate_android', |
172 '../content/content.gyp:content_app_both', | 172 '../content/content.gyp:content_app_both', |
173 '../content/content.gyp:content_browser', | 173 '../content/content.gyp:content_browser', |
174 '../gin/gin.gyp:gin', | 174 '../gin/gin.gyp:gin', |
175 '../gpu/blink/gpu_blink.gyp:gpu_blink', | 175 '../gpu/blink/gpu_blink.gyp:gpu_blink', |
176 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 176 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
177 '../gpu/gpu.gyp:command_buffer_service', | 177 '../gpu/gpu.gyp:command_buffer_service', |
| 178 '../gpu/gpu.gyp:gl_in_process_context', |
| 179 '../gpu/gpu.gyp:gles2_c_lib', |
178 '../gpu/gpu.gyp:gles2_implementation', | 180 '../gpu/gpu.gyp:gles2_implementation', |
179 '../gpu/gpu.gyp:gl_in_process_context', | 181 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
180 '../media/media.gyp:media', | 182 '../media/media.gyp:media', |
181 '../printing/printing.gyp:printing', | 183 '../printing/printing.gyp:printing', |
182 '../skia/skia.gyp:skia', | 184 '../skia/skia.gyp:skia', |
183 '../third_party/WebKit/public/blink.gyp:blink', | 185 '../third_party/WebKit/public/blink.gyp:blink', |
184 '../ui/gl/gl.gyp:gl', | 186 '../ui/gl/gl.gyp:gl', |
185 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 187 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
186 '../v8/tools/gyp/v8.gyp:v8', | 188 '../v8/tools/gyp/v8.gyp:v8', |
187 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 189 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
188 'android_webview_pak', | 190 'android_webview_pak', |
189 'android_webview_version', | 191 'android_webview_version', |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 'browser/aw_result_codes.h', | 244 'browser/aw_result_codes.h', |
243 'browser/aw_web_preferences_populater.cc', | 245 'browser/aw_web_preferences_populater.cc', |
244 'browser/aw_web_preferences_populater.h', | 246 'browser/aw_web_preferences_populater.h', |
245 'browser/aw_web_resource_response.cc', | 247 'browser/aw_web_resource_response.cc', |
246 'browser/aw_web_resource_response.h', | 248 'browser/aw_web_resource_response.h', |
247 'browser/browser_view_renderer.cc', | 249 'browser/browser_view_renderer.cc', |
248 'browser/browser_view_renderer.h', | 250 'browser/browser_view_renderer.h', |
249 'browser/browser_view_renderer_client.h', | 251 'browser/browser_view_renderer_client.h', |
250 'browser/child_frame.cc', | 252 'browser/child_frame.cc', |
251 'browser/child_frame.h', | 253 'browser/child_frame.h', |
| 254 'browser/context_provider_in_process.cc', |
| 255 'browser/context_provider_in_process.h', |
252 'browser/deferred_gpu_command_service.cc', | 256 'browser/deferred_gpu_command_service.cc', |
253 'browser/deferred_gpu_command_service.h', | 257 'browser/deferred_gpu_command_service.h', |
254 'browser/find_helper.cc', | 258 'browser/find_helper.cc', |
255 'browser/find_helper.h', | 259 'browser/find_helper.h', |
256 'browser/hardware_renderer.cc', | 260 'browser/hardware_renderer.cc', |
257 'browser/hardware_renderer.h', | 261 'browser/hardware_renderer.h', |
258 'browser/icon_helper.cc', | 262 'browser/icon_helper.cc', |
259 'browser/icon_helper.h', | 263 'browser/icon_helper.h', |
260 'browser/input_stream.h', | 264 'browser/input_stream.h', |
261 'browser/jni_dependency_factory.h', | 265 'browser/jni_dependency_factory.h', |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 'java_in_dir': 'glue/java', | 371 'java_in_dir': 'glue/java', |
368 'resource_dir': 'apk/java/res', | 372 'resource_dir': 'apk/java/res', |
369 }, | 373 }, |
370 'includes': [ 'apk/system_webview_apk_common.gypi' ], | 374 'includes': [ 'apk/system_webview_apk_common.gypi' ], |
371 }, | 375 }, |
372 ], | 376 ], |
373 'includes': [ | 377 'includes': [ |
374 'android_webview_tests.gypi', | 378 'android_webview_tests.gypi', |
375 ], | 379 ], |
376 } | 380 } |
OLD | NEW |