| 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. |
| 8 # http://crbug.com/143877 |
| 9 'win_third_party_warn_as_error': 'false', |
| 7 }, | 10 }, |
| 8 'target_defaults': { | 11 'target_defaults': { |
| 9 'conditions': [ | 12 'conditions': [ |
| 10 ['OS!="win"', { | 13 ['OS!="win"', { |
| 11 'defines': [ | 14 'defines': [ |
| 12 # For talloc | 15 # For talloc |
| 13 'HAVE_VA_COPY', | 16 'HAVE_VA_COPY', |
| 14 ], | 17 ], |
| 15 }], | 18 }], |
| 16 ['OS!="mac"', { | 19 ['OS!="mac"', { |
| (...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 'MesaLib/src/mesa/drivers/common/driverfuncs.c', | 565 'MesaLib/src/mesa/drivers/common/driverfuncs.c', |
| 563 'MesaLib/src/mesa/drivers/common/driverfuncs.h', | 566 'MesaLib/src/mesa/drivers/common/driverfuncs.h', |
| 564 'MesaLib/src/mesa/drivers/common/meta.c', | 567 'MesaLib/src/mesa/drivers/common/meta.c', |
| 565 'MesaLib/src/mesa/drivers/common/meta.h', | 568 'MesaLib/src/mesa/drivers/common/meta.h', |
| 566 'MesaLib/src/mesa/drivers/osmesa/osmesa.c', | 569 'MesaLib/src/mesa/drivers/osmesa/osmesa.c', |
| 567 'MesaLib/src/mesa/drivers/osmesa/osmesa.def', | 570 'MesaLib/src/mesa/drivers/osmesa/osmesa.def', |
| 568 ], | 571 ], |
| 569 }, | 572 }, |
| 570 ], | 573 ], |
| 571 } | 574 } |
| OLD | NEW |