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

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

Issue 64713002: Move KillRing to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: nits Created 7 years, 1 month 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 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
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$'], 664 ['include', 'platform/graphics/mac/FloatPointMac\\.mm$'],
665 ['include', 'platform/graphics/mac/FloatRectMac\\.mm$'], 665 ['include', 'platform/graphics/mac/FloatRectMac\\.mm$'],
666 ['include', 'platform/graphics/mac/FloatSizeMac\\.mm$'], 666 ['include', 'platform/graphics/mac/FloatSizeMac\\.mm$'],
667 ['include', 'platform/graphics/mac/GlyphPageTreeNodeMac\\.cpp$'], 667 ['include', 'platform/graphics/mac/GlyphPageTreeNodeMac\\.cpp$'],
668 ['include', 'platform/graphics/mac/IntPointMac\\.mm$'], 668 ['include', 'platform/graphics/mac/IntPointMac\\.mm$'],
669 ['include', 'platform/graphics/mac/IntRectMac\\.mm$'], 669 ['include', 'platform/graphics/mac/IntRectMac\\.mm$'],
670 ['include', 'platform/mac/BlockExceptions\\.mm$'], 670 ['include', 'platform/mac/BlockExceptions\\.mm$'],
671 ['include', 'platform/mac/KillRingMac\\.mm$'],
672 ['include', 'platform/mac/LocalCurrentGraphicsContext\\.mm$'], 671 ['include', 'platform/mac/LocalCurrentGraphicsContext\\.mm$'],
673 ['include', 'platform/mac/NSScrollerImpDetails\\.mm$'], 672 ['include', 'platform/mac/NSScrollerImpDetails\\.mm$'],
674 ['include', 'platform/mac/ScrollAnimatorMac\\.mm$'], 673 ['include', 'platform/mac/ScrollAnimatorMac\\.mm$'],
675 ['include', 'platform/mac/ScrollElasticityController\\.mm$'], 674 ['include', 'platform/mac/ScrollElasticityController\\.mm$'],
676 ['include', 'platform/mac/ThemeMac\\.h$'], 675 ['include', 'platform/mac/ThemeMac\\.h$'],
677 ['include', 'platform/mac/ThemeMac\\.mm$'], 676 ['include', 'platform/mac/ThemeMac\\.mm$'],
678 ['include', 'platform/mac/WebCoreSystemInterface\\.h$'], 677 ['include', 'platform/mac/WebCoreSystemInterface\\.h$'],
679 ['include', 'platform/mac/WebCoreTextRenderer\\.mm$'], 678 ['include', 'platform/mac/WebCoreTextRenderer\\.mm$'],
680 ['include', 'platform/text/mac/ShapeArabic\\.c$'], 679 ['include', 'platform/text/mac/ShapeArabic\\.c$'],
681 ['include', 'platform/text/mac/String(Impl)?Mac\\.mm$'], 680 ['include', 'platform/text/mac/String(Impl)?Mac\\.mm$'],
682 # Use USE_NEW_THEME on Mac. 681 # Use USE_NEW_THEME on Mac.
683 ['include', 'platform/Theme\\.cpp$'], 682 ['include', 'platform/Theme\\.cpp$'],
684 683
685 # The Mac uses platform/mac/KillRingMac.mm instead of the dummy
686 # implementation.
687 ['exclude', 'platform/KillRingNone\\.cpp$'],
688
689 # The Mac currently uses FontCustomPlatformDataMac.cpp, 684 # The Mac currently uses FontCustomPlatformDataMac.cpp,
690 # included by regex above, instead. 685 # included by regex above, instead.
691 ['exclude', 'platform/graphics/skia/FontCustomPlatformDataSkia\\.cpp $'], 686 ['exclude', 'platform/graphics/skia/FontCustomPlatformDataSkia\\.cpp $'],
692 687
693 ['exclude', 'platform/ScrollbarThemeNonMacCommon\\.(cpp|h)$'], 688 ['exclude', 'platform/ScrollbarThemeNonMacCommon\\.(cpp|h)$'],
694 689
695 # Mac uses only ScrollAnimatorMac. 690 # Mac uses only ScrollAnimatorMac.
696 ['exclude', 'platform/ScrollAnimatorNone\\.cpp$'], 691 ['exclude', 'platform/ScrollAnimatorNone\\.cpp$'],
697 ['exclude', 'platform/ScrollAnimatorNone\\.h$'], 692 ['exclude', 'platform/ScrollAnimatorNone\\.h$'],
698 693
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1084 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', 1079 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h',
1085 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', 1080 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp',
1086 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', 1081 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h',
1087 ], 1082 ],
1088 'sources/': [ 1083 'sources/': [
1089 ['exclude', 'testing/js'], 1084 ['exclude', 'testing/js'],
1090 ], 1085 ],
1091 }, 1086 },
1092 ], # targets 1087 ], # targets
1093 } 1088 }
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