| Index: ui/gl/gl.gyp
|
| diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
|
| index 02a19637fd62d138cb064929e01cb88553d68c0e..940578beeb7ff26ff8f713ff92dd50b07978b3af 100644
|
| --- a/ui/gl/gl.gyp
|
| +++ b/ui/gl/gl.gyp
|
| @@ -133,13 +133,7 @@
|
| 'action_name': 'generate_gl_bindings',
|
| 'variables': {
|
| 'generator_path': 'generate_bindings.py',
|
| - 'conditions': [
|
| - ['use_system_mesa==0', {
|
| - 'header_paths': '../../third_party/mesa/src/include:../../third_party/khronos',
|
| - }, { # use_system_mesa==1
|
| - 'header_paths': '/usr/include',
|
| - }],
|
| - ],
|
| + 'header_paths': '../../third_party/mesa/src/include:../../third_party/khronos',
|
| },
|
| 'inputs': [
|
| '<(generator_path)',
|
|
|