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

Side by Side Diff: skia/skia.gyp

Issue 17068009: Use TEXTMETRICS for font metrics for Skia/GDI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « no previous file | no next file » | 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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 'link_settings': { 509 'link_settings': {
510 'libraries': [ 510 'libraries': [
511 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 511 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
512 ], 512 ],
513 }, 513 },
514 'sources': [ 514 'sources': [
515 '../third_party/skia/src/utils/mac/SkStream_mac.cpp', 515 '../third_party/skia/src/utils/mac/SkStream_mac.cpp',
516 ], 516 ],
517 }], 517 }],
518 [ 'OS == "win"', { 518 [ 'OS == "win"', {
519 'defines': [
520 'SK_GDI_ALWAYS_USE_TEXTMETRICS_FOR_FONT_METRICS'
521 ],
519 'sources!': [ 522 'sources!': [
520 '../third_party/skia/src/ports/SkOSFile_posix.cpp', 523 '../third_party/skia/src/ports/SkOSFile_posix.cpp',
521 '../third_party/skia/src/ports/SkThread_pthread.cpp', 524 '../third_party/skia/src/ports/SkThread_pthread.cpp',
522 '../third_party/skia/src/ports/SkTime_Unix.cpp', 525 '../third_party/skia/src/ports/SkTime_Unix.cpp',
523 'ext/SkThread_chrome.cc', 526 'ext/SkThread_chrome.cc',
524 ], 527 ],
525 'include_dirs': [ 528 'include_dirs': [
526 'config/win', 529 'config/win',
527 ], 530 ],
528 'direct_dependent_settings': { 531 'direct_dependent_settings': {
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 'sources': [ 911 'sources': [
909 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', 912 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp',
910 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', 913 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp',
911 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', 914 '../third_party/skia/src/opts/SkUtils_opts_none.cpp',
912 ], 915 ],
913 }, 916 },
914 ], 917 ],
915 }], 918 }],
916 ], 919 ],
917 } 920 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698