| Index: gpu/gpu_common.gypi
 | 
| diff --git a/gpu/gpu_common.gypi b/gpu/gpu_common.gypi
 | 
| index 5ff16daba665e77834bfd1ec5e5245303a54453b..b66d5ea4d70d1b0c79cfd50f447e3993833a2ac9 100644
 | 
| --- a/gpu/gpu_common.gypi
 | 
| +++ b/gpu/gpu_common.gypi
 | 
| @@ -12,8 +12,8 @@
 | 
|        'command_buffer/client/gles2_c_lib.cc',
 | 
|        'command_buffer/client/gles2_c_lib_autogen.h',
 | 
|        'command_buffer/client/gles2_c_lib_export.h',
 | 
| -      'command_buffer/client/gles2_lib.h',
 | 
|        'command_buffer/client/gles2_lib.cc',
 | 
| +      'command_buffer/client/gles2_lib.h',
 | 
|      ],
 | 
|      # These are defined here because we need to build this library twice. Once
 | 
|      # with without support for client side arrays and once with for pepper and
 | 
| @@ -21,19 +21,19 @@
 | 
|      'gles2_implementation_source_files': [
 | 
|        'command_buffer/client/buffer_tracker.cc',
 | 
|        'command_buffer/client/buffer_tracker.h',
 | 
| -      'command_buffer/client/client_context_state.h',
 | 
|        'command_buffer/client/client_context_state.cc',
 | 
| +      'command_buffer/client/client_context_state.h',
 | 
|        'command_buffer/client/client_context_state_autogen.h',
 | 
|        'command_buffer/client/client_context_state_impl_autogen.h',
 | 
|        'command_buffer/client/gles2_impl_export.h',
 | 
| -      'command_buffer/client/gles2_implementation_autogen.h',
 | 
|        'command_buffer/client/gles2_implementation.cc',
 | 
|        'command_buffer/client/gles2_implementation.h',
 | 
| +      'command_buffer/client/gles2_implementation_autogen.h',
 | 
|        'command_buffer/client/gles2_implementation_impl_autogen.h',
 | 
|        'command_buffer/client/gles2_interface.h',
 | 
| -      'command_buffer/client/gles2_trace_implementation_autogen.h',
 | 
|        'command_buffer/client/gles2_trace_implementation.cc',
 | 
|        'command_buffer/client/gles2_trace_implementation.h',
 | 
| +      'command_buffer/client/gles2_trace_implementation_autogen.h',
 | 
|        'command_buffer/client/gles2_trace_implementation_impl_autogen.h',
 | 
|        'command_buffer/client/gpu_switches.cc',
 | 
|        'command_buffer/client/gpu_switches.h',
 | 
| 
 |