OLD | NEW |
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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
654 | 654 |
655 # Use native Mac font code from core. | 655 # Use native Mac font code from core. |
656 ['include', 'platform/(graphics/)?mac/[^/]*Font[^/]*\\.(cpp|mm?)$'], | 656 ['include', 'platform/(graphics/)?mac/[^/]*Font[^/]*\\.(cpp|mm?)$'], |
657 ['include', 'platform/graphics/mac/ComplexText[^/]*\\.(cpp|h)$'], | 657 ['include', 'platform/graphics/mac/ComplexText[^/]*\\.(cpp|h)$'], |
658 | 658 |
659 # Cherry-pick some files that can't be included by broader regexps. | 659 # Cherry-pick some files that can't be included by broader regexps. |
660 # Some of these are used instead of Chromium platform files, see | 660 # Some of these are used instead of Chromium platform files, see |
661 # the specific exclusions in the "exclude" list below. | 661 # the specific exclusions in the "exclude" list below. |
662 ['include', 'platform/graphics/mac/ColorMac\\.mm$'], | 662 ['include', 'platform/graphics/mac/ColorMac\\.mm$'], |
663 ['include', 'platform/graphics/mac/ComplexTextControllerCoreText\\.m
m$'], | 663 ['include', 'platform/graphics/mac/ComplexTextControllerCoreText\\.m
m$'], |
664 ['include', 'platform/graphics/mac/FloatPointMac\\.mm$'], | |
665 ['include', 'platform/graphics/mac/FloatRectMac\\.mm$'], | |
666 ['include', 'platform/graphics/mac/FloatSizeMac\\.mm$'], | |
667 ['include', 'platform/graphics/mac/GlyphPageTreeNodeMac\\.cpp$'], | 664 ['include', 'platform/graphics/mac/GlyphPageTreeNodeMac\\.cpp$'], |
668 ['include', 'platform/graphics/mac/IntPointMac\\.mm$'], | |
669 ['include', 'platform/graphics/mac/IntRectMac\\.mm$'], | |
670 ['include', 'platform/mac/BlockExceptions\\.mm$'], | 665 ['include', 'platform/mac/BlockExceptions\\.mm$'], |
671 ['include', 'platform/mac/LocalCurrentGraphicsContext\\.mm$'], | 666 ['include', 'platform/mac/LocalCurrentGraphicsContext\\.mm$'], |
672 ['include', 'platform/mac/NSScrollerImpDetails\\.mm$'], | 667 ['include', 'platform/mac/NSScrollerImpDetails\\.mm$'], |
673 ['include', 'platform/mac/ScrollAnimatorMac\\.mm$'], | 668 ['include', 'platform/mac/ScrollAnimatorMac\\.mm$'], |
674 ['include', 'platform/mac/ScrollElasticityController\\.mm$'], | 669 ['include', 'platform/mac/ScrollElasticityController\\.mm$'], |
675 ['include', 'platform/mac/ThemeMac\\.h$'], | 670 ['include', 'platform/mac/ThemeMac\\.h$'], |
676 ['include', 'platform/mac/ThemeMac\\.mm$'], | 671 ['include', 'platform/mac/ThemeMac\\.mm$'], |
677 ['include', 'platform/mac/WebCoreSystemInterface\\.h$'], | 672 ['include', 'platform/mac/WebCoreSystemInterface\\.h$'], |
678 ['include', 'platform/mac/WebCoreTextRenderer\\.mm$'], | 673 ['include', 'platform/mac/WebCoreTextRenderer\\.mm$'], |
679 ['include', 'platform/text/mac/ShapeArabic\\.c$'], | 674 ['include', 'platform/text/mac/ShapeArabic\\.c$'], |
680 ['include', 'platform/text/mac/String(Impl)?Mac\\.mm$'], | 675 ['include', 'platform/text/mac/String(Impl)?Mac\\.mm$'], |
681 # Use USE_NEW_THEME on Mac. | 676 # Use USE_NEW_THEME on Mac. |
682 ['include', 'platform/Theme\\.cpp$'], | 677 ['include', 'platform/Theme\\.cpp$'], |
683 | 678 |
684 # The Mac currently uses FontCustomPlatformDataMac.cpp, | 679 # The Mac currently uses FontCustomPlatformDataMac.cpp, |
685 # included by regex above, instead. | 680 # included by regex above, instead. |
686 ['exclude', 'platform/graphics/skia/FontCustomPlatformDataSkia\\.cpp
$'], | 681 ['exclude', 'platform/graphics/skia/FontCustomPlatformDataSkia\\.cpp
$'], |
687 | 682 |
688 ['exclude', 'platform/ScrollbarThemeNonMacCommon\\.(cpp|h)$'], | 683 ['exclude', 'platform/ScrollbarThemeNonMacCommon\\.(cpp|h)$'], |
689 | 684 |
690 # Mac uses only ScrollAnimatorMac. | 685 # Mac uses only ScrollAnimatorMac. |
691 ['exclude', 'platform/ScrollAnimatorNone\\.cpp$'], | 686 ['exclude', 'platform/ScrollAnimatorNone\\.cpp$'], |
692 ['exclude', 'platform/ScrollAnimatorNone\\.h$'], | 687 ['exclude', 'platform/ScrollAnimatorNone\\.h$'], |
693 | 688 |
694 ['include', 'platform/graphics/cg/FloatPointCG\\.cpp$'], | |
695 ['include', 'platform/graphics/cg/FloatRectCG\\.cpp$'], | |
696 ['include', 'platform/graphics/cg/FloatSizeCG\\.cpp$'], | |
697 ['include', 'platform/graphics/cg/IntPointCG\\.cpp$'], | |
698 ['include', 'platform/graphics/cg/IntRectCG\\.cpp$'], | |
699 ['include', 'platform/graphics/cg/IntSizeCG\\.cpp$'], | |
700 ['exclude', 'platform/graphics/skia/FontCacheSkia\\.cpp$'], | 689 ['exclude', 'platform/graphics/skia/FontCacheSkia\\.cpp$'], |
701 ['exclude', 'platform/graphics/skia/GlyphPageTreeNodeSkia\\.cpp$'], | 690 ['exclude', 'platform/graphics/skia/GlyphPageTreeNodeSkia\\.cpp$'], |
702 ['exclude', 'platform/graphics/skia/SimpleFontDataSkia\\.cpp$'], | 691 ['exclude', 'platform/graphics/skia/SimpleFontDataSkia\\.cpp$'], |
703 | 692 |
704 # Mac uses Harfbuzz. | 693 # Mac uses Harfbuzz. |
705 ['include', 'platform/graphics/harfbuzz/HarfBuzzFaceCoreText\\.cpp$'
], | 694 ['include', 'platform/graphics/harfbuzz/HarfBuzzFaceCoreText\\.cpp$'
], |
706 ['include', 'platform/graphics/harfbuzz/HarfBuzzFace\\.(cpp|h)$'], | 695 ['include', 'platform/graphics/harfbuzz/HarfBuzzFace\\.(cpp|h)$'], |
707 ['include', 'platform/graphics/harfbuzz/HarfBuzzShaper\\.(cpp|h)$'], | 696 ['include', 'platform/graphics/harfbuzz/HarfBuzzShaper\\.(cpp|h)$'], |
708 ['include', 'platform/graphics/harfbuzz/HarfBuzzShaperBase\\.(cpp|h)
$'], | 697 ['include', 'platform/graphics/harfbuzz/HarfBuzzShaperBase\\.(cpp|h)
$'], |
709 ], | 698 ], |
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1079 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', | 1068 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', |
1080 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', | 1069 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', |
1081 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', | 1070 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', |
1082 ], | 1071 ], |
1083 'sources/': [ | 1072 'sources/': [ |
1084 ['exclude', 'testing/js'], | 1073 ['exclude', 'testing/js'], |
1085 ], | 1074 ], |
1086 }, | 1075 }, |
1087 ], # targets | 1076 ], # targets |
1088 } | 1077 } |
OLD | NEW |