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

Side by Side Diff: skia/skia.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, 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 | « build/common.gypi ('k') | third_party/leveldatabase/env_chromium.cc » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'skia', 8 'target_name': 'skia',
9 'type': '<(component)', 9 'type': '<(component)',
10 'variables': { 10 'variables': {
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 '../third_party/skia/include/images', 200 '../third_party/skia/include/images',
201 '../third_party/skia/include/pdf', 201 '../third_party/skia/include/pdf',
202 '../third_party/skia/include/pipe', 202 '../third_party/skia/include/pipe',
203 '../third_party/skia/include/ports', 203 '../third_party/skia/include/ports',
204 '../third_party/skia/include/utils', 204 '../third_party/skia/include/utils',
205 '../third_party/skia/src/core', 205 '../third_party/skia/src/core',
206 '../third_party/skia/src/gpu', 206 '../third_party/skia/src/gpu',
207 '../third_party/skia/src/sfnt', 207 '../third_party/skia/src/sfnt',
208 '../third_party/skia/src/utils', 208 '../third_party/skia/src/utils',
209 ], 209 ],
210 'msvs_disabled_warnings': [4244, 4267, 4341, 4345, 4390, 4554, 4748, 4800] , 210 'msvs_disabled_warnings': [4244, 4267, 4341, 4345, 4390, 4554, 4800],
211 'defines': [ 211 'defines': [
212 'SK_GAMMA_SRGB', 212 'SK_GAMMA_SRGB',
213 #'SK_GAMMA_APPLY_TO_A8', 213 #'SK_GAMMA_APPLY_TO_A8',
214 'SK_BUILD_NO_IMAGE_ENCODE', 214 'SK_BUILD_NO_IMAGE_ENCODE',
215 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', 215 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"',
216 'GR_STATIC_RECT_VB=1', 216 'GR_STATIC_RECT_VB=1',
217 'GR_AGGRESSIVE_SHADER_OPTS=1', 217 'GR_AGGRESSIVE_SHADER_OPTS=1',
218 'SK_DISABLE_FAST_AA_STROKE_RECT', 218 'SK_DISABLE_FAST_AA_STROKE_RECT',
219 'SK_DEFERRED_CANVAS_USES_GPIPE=1', 219 'SK_DEFERRED_CANVAS_USES_GPIPE=1',
220 220
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 ], 729 ],
730 'include_dirs': [ 730 'include_dirs': [
731 '..', 731 '..',
732 ], 732 ],
733 'sources': [ 733 'sources': [
734 'ext/image_operations_bench.cc', 734 'ext/image_operations_bench.cc',
735 ], 735 ],
736 }, 736 },
737 ], 737 ],
738 } 738 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | third_party/leveldatabase/env_chromium.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698