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

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

Issue 25674007: Remove core/platform/text/{mac, win} (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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 | Source/core/core.gypi » ('j') | 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 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 ['include', 'platform/mac/WebCoreTextRenderer\\.mm$'], 684 ['include', 'platform/mac/WebCoreTextRenderer\\.mm$'],
685 ['include', 'platform/text/mac/ShapeArabic\\.c$'], 685 ['include', 'platform/text/mac/ShapeArabic\\.c$'],
686 ['include', 'platform/text/mac/String(Impl)?Mac\\.mm$'], 686 ['include', 'platform/text/mac/String(Impl)?Mac\\.mm$'],
687 # Use USE_NEW_THEME on Mac. 687 # Use USE_NEW_THEME on Mac.
688 ['include', 'platform/Theme\\.cpp$'], 688 ['include', 'platform/Theme\\.cpp$'],
689 689
690 # We use LocaleMac.mm instead of LocaleICU.cpp in order to 690 # We use LocaleMac.mm instead of LocaleICU.cpp in order to
691 # apply system locales. 691 # apply system locales.
692 ['exclude', 'platform/text/LocaleICU\\.cpp$'], 692 ['exclude', 'platform/text/LocaleICU\\.cpp$'],
693 ['exclude', 'platform/text/LocaleICU\\.h$'], 693 ['exclude', 'platform/text/LocaleICU\\.h$'],
694 ['include', 'platform/text/mac/LocaleMac\\.mm$'], 694 ['include', 'platform/text/LocaleMac\\.mm$'],
695 695
696 # The Mac uses platform/mac/KillRingMac.mm instead of the dummy 696 # The Mac uses platform/mac/KillRingMac.mm instead of the dummy
697 # implementation. 697 # implementation.
698 ['exclude', 'platform/KillRingNone\\.cpp$'], 698 ['exclude', 'platform/KillRingNone\\.cpp$'],
699 699
700 # The Mac currently uses FontCustomPlatformDataMac.cpp, 700 # The Mac currently uses FontCustomPlatformDataMac.cpp,
701 # included by regex above, instead. 701 # included by regex above, instead.
702 ['exclude', 'platform/graphics/skia/FontCustomPlatformDataSkia\\.cpp $'], 702 ['exclude', 'platform/graphics/skia/FontCustomPlatformDataSkia\\.cpp $'],
703 703
704 ['exclude', 'platform/ScrollbarThemeNonMacCommon\\.(cpp|h)$'], 704 ['exclude', 'platform/ScrollbarThemeNonMacCommon\\.(cpp|h)$'],
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 749
750 # Windows currently uses FontCustomPlatformDataWin.cpp instead. 750 # Windows currently uses FontCustomPlatformDataWin.cpp instead.
751 ['exclude', 'platform/graphics/skia/FontCustomPlatformDataSkia\\.cpp $'], 751 ['exclude', 'platform/graphics/skia/FontCustomPlatformDataSkia\\.cpp $'],
752 ['include', 'platform/graphics/win/FontCustomPlatformDataWin\\.cpp$' ], 752 ['include', 'platform/graphics/win/FontCustomPlatformDataWin\\.cpp$' ],
753 753
754 # SystemInfo.cpp is useful and we don't want to copy it. 754 # SystemInfo.cpp is useful and we don't want to copy it.
755 ['include', 'platform/win/SystemInfo\\.cpp$'], 755 ['include', 'platform/win/SystemInfo\\.cpp$'],
756 756
757 ['exclude', 'platform/text/LocaleICU\\.cpp$'], 757 ['exclude', 'platform/text/LocaleICU\\.cpp$'],
758 ['exclude', 'platform/text/LocaleICU\\.h$'], 758 ['exclude', 'platform/text/LocaleICU\\.h$'],
759 ['include', 'platform/text/win/LocaleWin\.cpp$'], 759 ['include', 'platform/text/LocaleWin\.cpp$'],
760 ['include', 'platform/text/win/LocaleWin\.h$'], 760 ['include', 'platform/text/LocaleWin\.h$'],
761 ], 761 ],
762 'conditions': [ 762 'conditions': [
763 ['"ENABLE_GDI_FONTS_ON_WINDOWS=1" in feature_defines', { 763 ['"ENABLE_GDI_FONTS_ON_WINDOWS=1" in feature_defines', {
764 'sources/': [ 764 'sources/': [
765 ['exclude', 'platform/graphics/skia/SimpleFontDataSkia\\.cpp$'], 765 ['exclude', 'platform/graphics/skia/SimpleFontDataSkia\\.cpp$'],
766 ['exclude', 'platform/graphics/skia/GlyphPageTreeNodeSkia\\.cpp$ '], 766 ['exclude', 'platform/graphics/skia/GlyphPageTreeNodeSkia\\.cpp$ '],
767 ['exclude', 'platform/graphics/skia/FontCacheSkia\\.cpp$'], 767 ['exclude', 'platform/graphics/skia/FontCacheSkia\\.cpp$'],
768 ['exclude', 'platform/graphics/skia/FontCacheSkiaWin\\.cpp$'], 768 ['exclude', 'platform/graphics/skia/FontCacheSkiaWin\\.cpp$'],
769 ], 769 ],
770 },{ # ENABLE_GDI_FONTS_ON_WINDOWS!=1 770 },{ # ENABLE_GDI_FONTS_ON_WINDOWS!=1
(...skipping 325 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 | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698