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

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

Issue 10827429: Turn on warnings as errors for (most) third_party code on Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lzma_sdk Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/lzma_sdk/README.chromium ('k') | third_party/qcms/qcms.gyp » ('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.
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
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 }
OLDNEW
« no previous file with comments | « third_party/lzma_sdk/README.chromium ('k') | third_party/qcms/qcms.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698