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

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

Issue 10872063: Revert 153092 - Turn on warnings as errors for (most) third_party code on Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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',
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
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 }
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