OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |