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

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

Issue 21108004: Separate ScrollbarThemeMac into separate files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@second_refactor
Patch Set: Incorporate review feedback Created 7 years, 4 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
« 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 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 ['include', 'platform/graphics/mac/FloatRectMac\\.mm$'], 720 ['include', 'platform/graphics/mac/FloatRectMac\\.mm$'],
721 ['include', 'platform/graphics/mac/FloatSizeMac\\.mm$'], 721 ['include', 'platform/graphics/mac/FloatSizeMac\\.mm$'],
722 ['include', 'platform/graphics/mac/GlyphPageTreeNodeMac\\.cpp$'], 722 ['include', 'platform/graphics/mac/GlyphPageTreeNodeMac\\.cpp$'],
723 ['include', 'platform/graphics/mac/IntPointMac\\.mm$'], 723 ['include', 'platform/graphics/mac/IntPointMac\\.mm$'],
724 ['include', 'platform/graphics/mac/IntRectMac\\.mm$'], 724 ['include', 'platform/graphics/mac/IntRectMac\\.mm$'],
725 ['include', 'platform/mac/BlockExceptions\\.mm$'], 725 ['include', 'platform/mac/BlockExceptions\\.mm$'],
726 ['include', 'platform/mac/KillRingMac\\.mm$'], 726 ['include', 'platform/mac/KillRingMac\\.mm$'],
727 ['include', 'platform/mac/LocalCurrentGraphicsContext\\.mm$'], 727 ['include', 'platform/mac/LocalCurrentGraphicsContext\\.mm$'],
728 ['include', 'platform/mac/NSScrollerImpDetails\\.mm$'], 728 ['include', 'platform/mac/NSScrollerImpDetails\\.mm$'],
729 ['include', 'platform/mac/ScrollbarThemeMac\\.mm$'], 729 ['include', 'platform/mac/ScrollbarThemeMac\\.mm$'],
730 ['include', 'platform/mac/ScrollbarThemeMacNonOverlayAPI\\.mm$'],
731 ['include', 'platform/mac/ScrollbarThemeMacOverlayAPI\\.mm$'],
730 ['include', 'platform/mac/ScrollAnimatorMac\\.mm$'], 732 ['include', 'platform/mac/ScrollAnimatorMac\\.mm$'],
731 ['include', 'platform/mac/ScrollElasticityController\\.mm$'], 733 ['include', 'platform/mac/ScrollElasticityController\\.mm$'],
732 ['include', 'platform/mac/ThemeMac\\.h$'], 734 ['include', 'platform/mac/ThemeMac\\.h$'],
733 ['include', 'platform/mac/ThemeMac\\.mm$'], 735 ['include', 'platform/mac/ThemeMac\\.mm$'],
734 ['include', 'platform/mac/WebCoreSystemInterface\\.h$'], 736 ['include', 'platform/mac/WebCoreSystemInterface\\.h$'],
735 ['include', 'platform/mac/WebCoreTextRenderer\\.mm$'], 737 ['include', 'platform/mac/WebCoreTextRenderer\\.mm$'],
736 ['include', 'platform/text/mac/ShapeArabic\\.c$'], 738 ['include', 'platform/text/mac/ShapeArabic\\.c$'],
737 ['include', 'platform/text/mac/String(Impl)?Mac\\.mm$'], 739 ['include', 'platform/text/mac/String(Impl)?Mac\\.mm$'],
738 # Use USE_NEW_THEME on Mac. 740 # Use USE_NEW_THEME on Mac.
739 ['include', 'platform/Theme\\.cpp$'], 741 ['include', 'platform/Theme\\.cpp$'],
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
1134 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRect.h', 1136 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRect.h',
1135 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRectList.cpp', 1137 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRectList.cpp',
1136 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRectList.h', 1138 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRectList.h',
1137 ], 1139 ],
1138 'sources/': [ 1140 'sources/': [
1139 ['exclude', 'testing/js'], 1141 ['exclude', 'testing/js'],
1140 ], 1142 ],
1141 }, 1143 },
1142 ], # targets 1144 ], # targets
1143 } 1145 }
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