OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |