| Index: webkit/gpu/webkit_gpu.gypi
|
| diff --git a/webkit/gpu/webkit_gpu.gypi b/webkit/gpu/webkit_gpu.gypi
|
| index 65fe0c1471065cc58d9220a0dba219bdde3404a4..91f0249acb99a11bdffda22a882e7f0c838cb801 100644
|
| --- a/webkit/gpu/webkit_gpu.gypi
|
| +++ b/webkit/gpu/webkit_gpu.gypi
|
| @@ -33,10 +33,14 @@
|
| ],
|
| 'sources': [
|
| # This list contains all .h and .cc in gpu except for test code.
|
| + 'context_provider_in_process.cc',
|
| + 'context_provider_in_process.h',
|
| 'gl_bindings_skia_cmd_buffer.cc',
|
| 'gl_bindings_skia_cmd_buffer.h',
|
| 'grcontext_for_webgraphicscontext3d.cc',
|
| 'grcontext_for_webgraphicscontext3d.h',
|
| + 'test_context_provider_factory.cc',
|
| + 'test_context_provider_factory.h',
|
| 'webgraphicscontext3d_in_process_command_buffer_impl.cc',
|
| 'webgraphicscontext3d_in_process_command_buffer_impl.h',
|
| 'webgraphicscontext3d_in_process_impl.cc',
|
|
|