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

Side by Side Diff: third_party/mesa/mesa.gyp

Issue 11416265: Linux: include system Mesa headers when using system Mesa. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 8 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/mesa/include/osmesa.h ('k') | ui/gl/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # Disable warnings as errors for mesa until they're fixed or disabled. 7 # Disable warnings as errors for mesa until they're fixed or disabled.
8 # http://crbug.com/143877 8 # http://crbug.com/143877
9 'win_third_party_warn_as_error': 'false', 9 'win_third_party_warn_as_error': 'false',
10 10
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 'MesaLib/src/mesa/drivers/osmesa/osmesa.def', 585 'MesaLib/src/mesa/drivers/osmesa/osmesa.def',
586 ], 586 ],
587 }, 587 },
588 ], 588 ],
589 }, { # use_system_mesa==1 589 }, { # use_system_mesa==1
590 'targets': [ 590 'targets': [
591 # TODO(phajdan.jr): Make this work, http://crbug.com/161389 . 591 # TODO(phajdan.jr): Make this work, http://crbug.com/161389 .
592 { 592 {
593 'target_name': 'mesa_headers', 593 'target_name': 'mesa_headers',
594 'type': 'none', 594 'type': 'none',
595 'direct_dependent_settings': {
596 'defines': [
597 'USE_SYSTEM_MESA',
598 ],
599 }
595 }, 600 },
596 { 601 {
597 'target_name': 'mesa', 602 'target_name': 'mesa',
598 'type': 'none', 603 'type': 'none',
599 }, 604 },
600 { 605 {
601 'target_name': 'osmesa', 606 'target_name': 'osmesa',
602 'type': 'none', 607 'type': 'none',
603 }, 608 },
604 ], 609 ],
605 }], 610 }],
606 ], 611 ],
607 } 612 }
OLDNEW
« no previous file with comments | « third_party/mesa/include/osmesa.h ('k') | ui/gl/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698