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

Side by Side Diff: skia/skia.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 | « 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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 '../third_party/skia/include/images', 425 '../third_party/skia/include/images',
426 '../third_party/skia/include/pdf', 426 '../third_party/skia/include/pdf',
427 '../third_party/skia/include/pipe', 427 '../third_party/skia/include/pipe',
428 '../third_party/skia/include/ports', 428 '../third_party/skia/include/ports',
429 '../third_party/skia/include/utils', 429 '../third_party/skia/include/utils',
430 '../third_party/skia/src/core', 430 '../third_party/skia/src/core',
431 '../third_party/skia/src/gpu', 431 '../third_party/skia/src/gpu',
432 '../third_party/skia/src/sfnt', 432 '../third_party/skia/src/sfnt',
433 '../third_party/skia/src/utils', 433 '../third_party/skia/src/utils',
434 ], 434 ],
435 'msvs_disabled_warnings': [4244, 4267, 4341, 4345, 4390, 4554, 4800], 435 'msvs_disabled_warnings': [4244, 4267, 4341, 4345, 4390, 4554, 4748, 4800] ,
436 'defines': [ 436 'defines': [
437 'SK_GAMMA_SRGB', 437 'SK_GAMMA_SRGB',
438 #'SK_GAMMA_APPLY_TO_A8', 438 #'SK_GAMMA_APPLY_TO_A8',
439 'SK_BUILD_NO_IMAGE_ENCODE', 439 'SK_BUILD_NO_IMAGE_ENCODE',
440 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', 440 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"',
441 'GR_STATIC_RECT_VB=1', 441 'GR_STATIC_RECT_VB=1',
442 'GR_AGGRESSIVE_SHADER_OPTS=1', 442 'GR_AGGRESSIVE_SHADER_OPTS=1',
443 'SK_DISABLE_FAST_AA_STROKE_RECT', 443 'SK_DISABLE_FAST_AA_STROKE_RECT',
444 'SK_DEFERRED_CANVAS_USES_GPIPE=1', 444 'SK_DEFERRED_CANVAS_USES_GPIPE=1',
445 445
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 ], 953 ],
954 'include_dirs': [ 954 'include_dirs': [
955 '..', 955 '..',
956 ], 956 ],
957 'sources': [ 957 'sources': [
958 'ext/image_operations_bench.cc', 958 'ext/image_operations_bench.cc',
959 ], 959 ],
960 }, 960 },
961 ], 961 ],
962 } 962 }
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