Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(211)

Unified Diff: ui/gl/gl.gyp

Issue 22218003: Linux: remove use_system_mesa bits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/mesa/mesa.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)',
« no previous file with comments | « third_party/mesa/mesa.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698