| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 4d01b71186da7a69a5a2a0f1ecab0b944adf8d29..35af8fd56f74b6bb393d05bc28d4302874231cd9 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -290,6 +290,8 @@
|
| 'common/gpu/client/gpu_video_decode_accelerator_host.h',
|
| 'common/gpu/client/gpu_video_encode_accelerator_host.cc',
|
| 'common/gpu/client/gpu_video_encode_accelerator_host.h',
|
| + 'common/gpu/client/grcontext_for_webgraphicscontext3d.cc',
|
| + 'common/gpu/client/grcontext_for_webgraphicscontext3d.h',
|
| 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
|
| 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
|
| 'common/gpu/gpu_channel.cc',
|
| @@ -602,7 +604,6 @@
|
| '../third_party/mojo/mojo_public.gyp:mojo_application_bindings',
|
| '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| '../ui/gl/gl.gyp:gl',
|
| - '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
|
| ],
|
| 'export_dependent_settings' : [
|
| '../third_party/mojo/mojo_public.gyp:mojo_application_bindings',
|
|
|