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