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

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

Issue 26113002: Move core/platform/text/Locale* to platform/text (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 | « Source/bindings/v8/custom/V8PromiseCustom.cpp ('k') | 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 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 ['include', 'platform/mac/ScrollElasticityController\\.mm$'], 685 ['include', 'platform/mac/ScrollElasticityController\\.mm$'],
686 ['include', 'platform/mac/ThemeMac\\.h$'], 686 ['include', 'platform/mac/ThemeMac\\.h$'],
687 ['include', 'platform/mac/ThemeMac\\.mm$'], 687 ['include', 'platform/mac/ThemeMac\\.mm$'],
688 ['include', 'platform/mac/WebCoreSystemInterface\\.h$'], 688 ['include', 'platform/mac/WebCoreSystemInterface\\.h$'],
689 ['include', 'platform/mac/WebCoreTextRenderer\\.mm$'], 689 ['include', 'platform/mac/WebCoreTextRenderer\\.mm$'],
690 ['include', 'platform/text/mac/ShapeArabic\\.c$'], 690 ['include', 'platform/text/mac/ShapeArabic\\.c$'],
691 ['include', 'platform/text/mac/String(Impl)?Mac\\.mm$'], 691 ['include', 'platform/text/mac/String(Impl)?Mac\\.mm$'],
692 # Use USE_NEW_THEME on Mac. 692 # Use USE_NEW_THEME on Mac.
693 ['include', 'platform/Theme\\.cpp$'], 693 ['include', 'platform/Theme\\.cpp$'],
694 694
695 # We use LocaleMac.mm instead of LocaleICU.cpp in order to
696 # apply system locales.
697 ['exclude', 'platform/text/LocaleICU\\.cpp$'],
698 ['exclude', 'platform/text/LocaleICU\\.h$'],
699 ['include', 'platform/text/LocaleMac\\.mm$'],
700
701 # The Mac uses platform/mac/KillRingMac.mm instead of the dummy 695 # The Mac uses platform/mac/KillRingMac.mm instead of the dummy
702 # implementation. 696 # implementation.
703 ['exclude', 'platform/KillRingNone\\.cpp$'], 697 ['exclude', 'platform/KillRingNone\\.cpp$'],
704 698
705 # The Mac currently uses FontCustomPlatformDataMac.cpp, 699 # The Mac currently uses FontCustomPlatformDataMac.cpp,
706 # included by regex above, instead. 700 # included by regex above, instead.
707 ['exclude', 'platform/graphics/skia/FontCustomPlatformDataSkia\\.cpp $'], 701 ['exclude', 'platform/graphics/skia/FontCustomPlatformDataSkia\\.cpp $'],
708 702
709 ['exclude', 'platform/ScrollbarThemeNonMacCommon\\.(cpp|h)$'], 703 ['exclude', 'platform/ScrollbarThemeNonMacCommon\\.(cpp|h)$'],
710 704
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 'sources/': [ 741 'sources/': [
748 ['exclude', 'Posix\\.cpp$'], 742 ['exclude', 'Posix\\.cpp$'],
749 743
750 ['include', 'platform/ScrollbarThemeWin\\.(cpp|h)$'], 744 ['include', 'platform/ScrollbarThemeWin\\.(cpp|h)$'],
751 ['include', 'platform/graphics/chromium/TransparencyWin\\.(cpp|h)$'] , 745 ['include', 'platform/graphics/chromium/TransparencyWin\\.(cpp|h)$'] ,
752 ['include', 'platform/graphics/opentype/'], 746 ['include', 'platform/graphics/opentype/'],
753 ['include', 'platform/graphics/skia/SkiaFontWin\\.(cpp|h)$'], 747 ['include', 'platform/graphics/skia/SkiaFontWin\\.(cpp|h)$'],
754 748
755 # SystemInfo.cpp is useful and we don't want to copy it. 749 # SystemInfo.cpp is useful and we don't want to copy it.
756 ['include', 'platform/win/SystemInfo\\.cpp$'], 750 ['include', 'platform/win/SystemInfo\\.cpp$'],
757
758 ['exclude', 'platform/text/LocaleICU\\.cpp$'],
759 ['exclude', 'platform/text/LocaleICU\\.h$'],
760 ['include', 'platform/text/LocaleWin\.cpp$'],
761 ['include', 'platform/text/LocaleWin\.h$'],
762 ], 751 ],
763 'conditions': [ 752 'conditions': [
764 ['"ENABLE_GDI_FONTS_ON_WINDOWS=1" in feature_defines', { 753 ['"ENABLE_GDI_FONTS_ON_WINDOWS=1" in feature_defines', {
765 'sources/': [ 754 'sources/': [
766 ['include', 'platform/graphics/win/FontCustomPlatformDataWin\\.c pp$'], 755 ['include', 'platform/graphics/win/FontCustomPlatformDataWin\\.c pp$'],
767 ['exclude', 'platform/graphics/skia/SimpleFontDataSkia\\.cpp$'], 756 ['exclude', 'platform/graphics/skia/SimpleFontDataSkia\\.cpp$'],
768 ['exclude', 'platform/graphics/skia/GlyphPageTreeNodeSkia\\.cpp$ '], 757 ['exclude', 'platform/graphics/skia/GlyphPageTreeNodeSkia\\.cpp$ '],
769 ['exclude', 'platform/graphics/skia/FontCacheSkia\\.cpp$'], 758 ['exclude', 'platform/graphics/skia/FontCacheSkia\\.cpp$'],
770 ['exclude', 'platform/graphics/skia/FontCacheSkiaWin\\.cpp$'], 759 ['exclude', 'platform/graphics/skia/FontCacheSkiaWin\\.cpp$'],
771 ['exclude', 'platform/graphics/skia/FontCustomPlatformDataSkia\\ .cpp$'], 760 ['exclude', 'platform/graphics/skia/FontCustomPlatformDataSkia\\ .cpp$'],
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
1101 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', 1090 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h',
1102 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', 1091 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp',
1103 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', 1092 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h',
1104 ], 1093 ],
1105 'sources/': [ 1094 'sources/': [
1106 ['exclude', 'testing/js'], 1095 ['exclude', 'testing/js'],
1107 ], 1096 ],
1108 }, 1097 },
1109 ], # targets 1098 ], # targets
1110 } 1099 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8PromiseCustom.cpp ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698