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

Side by Side Diff: Source/core/core.gyp

Issue 25903004: Use Skia implementation of FontCustomPlatformData for non-GDI Windows (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 # 1 #
2 # Copyright (C) 2009 Google Inc. All rights reserved. 2 # Copyright (C) 2009 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 }], 740 }],
741 ['OS=="win"', { 741 ['OS=="win"', {
742 'sources/': [ 742 'sources/': [
743 ['exclude', 'Posix\\.cpp$'], 743 ['exclude', 'Posix\\.cpp$'],
744 744
745 ['include', 'platform/ScrollbarThemeWin\\.(cpp|h)$'], 745 ['include', 'platform/ScrollbarThemeWin\\.(cpp|h)$'],
746 ['include', 'platform/graphics/chromium/TransparencyWin\\.(cpp|h)$'] , 746 ['include', 'platform/graphics/chromium/TransparencyWin\\.(cpp|h)$'] ,
747 ['include', 'platform/graphics/opentype/'], 747 ['include', 'platform/graphics/opentype/'],
748 ['include', 'platform/graphics/skia/SkiaFontWin\\.(cpp|h)$'], 748 ['include', 'platform/graphics/skia/SkiaFontWin\\.(cpp|h)$'],
749 749
750 # Windows currently uses FontCustomPlatformDataWin.cpp instead.
751 ['exclude', 'platform/graphics/skia/FontCustomPlatformDataSkia\\.cpp $'],
752 ['include', 'platform/graphics/win/FontCustomPlatformDataWin\\.cpp$' ],
753
754 # SystemInfo.cpp is useful and we don't want to copy it. 750 # SystemInfo.cpp is useful and we don't want to copy it.
755 ['include', 'platform/win/SystemInfo\\.cpp$'], 751 ['include', 'platform/win/SystemInfo\\.cpp$'],
756 752
757 ['exclude', 'platform/text/LocaleICU\\.cpp$'], 753 ['exclude', 'platform/text/LocaleICU\\.cpp$'],
758 ['exclude', 'platform/text/LocaleICU\\.h$'], 754 ['exclude', 'platform/text/LocaleICU\\.h$'],
759 ['include', 'platform/text/win/LocaleWin\.cpp$'], 755 ['include', 'platform/text/win/LocaleWin\.cpp$'],
760 ['include', 'platform/text/win/LocaleWin\.h$'], 756 ['include', 'platform/text/win/LocaleWin\.h$'],
761 ], 757 ],
762 'conditions': [ 758 'conditions': [
763 ['"ENABLE_GDI_FONTS_ON_WINDOWS=1" in feature_defines', { 759 ['"ENABLE_GDI_FONTS_ON_WINDOWS=1" in feature_defines', {
764 'sources/': [ 760 'sources/': [
761 ['include', 'platform/graphics/win/FontCustomPlatformDataWin\\.c pp$'],
765 ['exclude', 'platform/graphics/skia/SimpleFontDataSkia\\.cpp$'], 762 ['exclude', 'platform/graphics/skia/SimpleFontDataSkia\\.cpp$'],
766 ['exclude', 'platform/graphics/skia/GlyphPageTreeNodeSkia\\.cpp$ '], 763 ['exclude', 'platform/graphics/skia/GlyphPageTreeNodeSkia\\.cpp$ '],
767 ['exclude', 'platform/graphics/skia/FontCacheSkia\\.cpp$'], 764 ['exclude', 'platform/graphics/skia/FontCacheSkia\\.cpp$'],
768 ['exclude', 'platform/graphics/skia/FontCacheSkiaWin\\.cpp$'], 765 ['exclude', 'platform/graphics/skia/FontCacheSkiaWin\\.cpp$'],
766 ['exclude', 'platform/graphics/skia/FontCustomPlatformDataSkia\\ .cpp$'],
769 ], 767 ],
770 },{ # ENABLE_GDI_FONTS_ON_WINDOWS!=1 768 },{ # ENABLE_GDI_FONTS_ON_WINDOWS!=1
771 'sources/': [ 769 'sources/': [
772 ['include', 'platform/graphics/skia/SimpleFontDataSkia\\.cpp$'], 770 ['include', 'platform/graphics/skia/SimpleFontDataSkia\\.cpp$'],
773 ['include', 'platform/graphics/skia/GlyphPageTreeNodeSkia\\.cpp$ '], 771 ['include', 'platform/graphics/skia/GlyphPageTreeNodeSkia\\.cpp$ '],
774 ['include', 'platform/graphics/skia/FontCacheSkiaWin\\.cpp$'], 772 ['include', 'platform/graphics/skia/FontCacheSkiaWin\\.cpp$'],
775 ['include', 'platform/graphics/skia/FontCustomPlatformDataSkia\\ .cpp$'], 773 ['include', 'platform/graphics/skia/FontCustomPlatformDataSkia\\ .cpp$'],
774 ['include', 'platform/graphics/skia/FontCustomPlatformDataSkia\\ .cpp$'],
776 ['exclude', 'platform/graphics/chromium/SimpleFontDataChromiumWi n\\.cpp$'], 775 ['exclude', 'platform/graphics/chromium/SimpleFontDataChromiumWi n\\.cpp$'],
777 ['exclude', 'platform/graphics/chromium/GlyphPageTreeNodeChromiu mWin\\.cpp$'], 776 ['exclude', 'platform/graphics/chromium/GlyphPageTreeNodeChromiu mWin\\.cpp$'],
778 ['exclude', 'platform/graphics/chromium/FontCacheChromiumWin\\.c pp$'], 777 ['exclude', 'platform/graphics/chromium/FontCacheChromiumWin\\.c pp$'],
779 ['exclude', 'platform/graphics/win/FontCustomPlatformDataWin\\.c pp$'], 778 ['exclude', 'platform/graphics/win/FontCustomPlatformDataWin\\.c pp$'],
779 ['exclude', 'platform/graphics/win/FontCustomPlatformDataWin\\.c pp$'],
780 ], 780 ],
781 }], 781 }],
782 ], 782 ],
783 },{ # OS!="win" 783 },{ # OS!="win"
784 'sources/': [ 784 'sources/': [
785 ['exclude', 'Win\\.cpp$'], 785 ['exclude', 'Win\\.cpp$'],
786 ['exclude', '/(Windows|Uniscribe)[^/]*\\.cpp$'], 786 ['exclude', '/(Windows|Uniscribe)[^/]*\\.cpp$'],
787 ['include', 'platform/graphics/opentype/OpenTypeSanitizer\\.cpp$'], 787 ['include', 'platform/graphics/opentype/OpenTypeSanitizer\\.cpp$'],
788 ], 788 ],
789 }], 789 }],
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', 1096 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h',
1097 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', 1097 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp',
1098 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', 1098 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h',
1099 ], 1099 ],
1100 'sources/': [ 1100 'sources/': [
1101 ['exclude', 'testing/js'], 1101 ['exclude', 'testing/js'],
1102 ], 1102 ],
1103 }, 1103 },
1104 ], # targets 1104 ], # targets
1105 } 1105 }
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