| Index: gpu/gles2_conform_support/gles2_conform_support.gyp
 | 
| diff --git a/gpu/gles2_conform_support/gles2_conform_support.gyp b/gpu/gles2_conform_support/gles2_conform_support.gyp
 | 
| index 928b152801023efb37799371d9f5740cf1408298..6bf8510e5549ab283268638055586887e294f18b 100644
 | 
| --- a/gpu/gles2_conform_support/gles2_conform_support.gyp
 | 
| +++ b/gpu/gles2_conform_support/gles2_conform_support.gyp
 | 
| @@ -14,8 +14,8 @@
 | 
|     'conditions': [
 | 
|       ['OS=="linux"', {
 | 
|         'bootstrap_sources_native': [
 | 
| -         'native/egl_native_aura.cc',
 | 
|           'native/egl_native.cc',
 | 
| +         'native/egl_native_aura.cc',
 | 
|           'native/egl_native_x11.cc',
 | 
|         ],
 | 
|       }],
 | 
| @@ -84,9 +84,9 @@
 | 
|          '../../third_party/khronos/khronos.gyp:khronos_headers',
 | 
|        ],
 | 
|        'sources': [
 | 
| -        'native/main.cc',
 | 
|          'native/egl_native.cc',
 | 
|          'native/egl_native_windowless.cc',
 | 
| +        'native/main.cc',
 | 
|          '<@(bootstrap_sources_native)',
 | 
|        ],
 | 
|        'defines': [
 | 
| 
 |