| Index: android_webview/android_webview.gyp
|
| diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
|
| index fb4c3fffa703f30af8ad52e5ec702436cf32a824..84f40039e3080f97b8ea5ab9d2f68b2de68f47a0 100644
|
| --- a/android_webview/android_webview.gyp
|
| +++ b/android_webview/android_webview.gyp
|
| @@ -175,8 +175,10 @@
|
| '../gpu/blink/gpu_blink.gyp:gpu_blink',
|
| '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
|
| '../gpu/gpu.gyp:command_buffer_service',
|
| - '../gpu/gpu.gyp:gles2_implementation',
|
| '../gpu/gpu.gyp:gl_in_process_context',
|
| + '../gpu/gpu.gyp:gles2_c_lib',
|
| + '../gpu/gpu.gyp:gles2_implementation',
|
| + '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
|
| '../media/media.gyp:media',
|
| '../printing/printing.gyp:printing',
|
| '../skia/skia.gyp:skia',
|
| @@ -249,6 +251,8 @@
|
| 'browser/browser_view_renderer_client.h',
|
| 'browser/child_frame.cc',
|
| 'browser/child_frame.h',
|
| + 'browser/context_provider_in_process.cc',
|
| + 'browser/context_provider_in_process.h',
|
| 'browser/deferred_gpu_command_service.cc',
|
| 'browser/deferred_gpu_command_service.h',
|
| 'browser/find_helper.cc',
|
|
|