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

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

Issue 66023005: Move ScrollElasticityController to platform/mac/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: import CoreFoundation 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/platform/mac/ScrollAnimatorMac.h » ('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 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 2936 matching lines...) Expand 10 before | Expand all | Expand 10 after
2947 'platform/image-encoders/skia/PNGImageEncoder.cpp', 2947 'platform/image-encoders/skia/PNGImageEncoder.cpp',
2948 'platform/image-encoders/skia/PNGImageEncoder.h', 2948 'platform/image-encoders/skia/PNGImageEncoder.h',
2949 'platform/image-encoders/skia/WEBPImageEncoder.cpp', 2949 'platform/image-encoders/skia/WEBPImageEncoder.cpp',
2950 'platform/image-encoders/skia/WEBPImageEncoder.h', 2950 'platform/image-encoders/skia/WEBPImageEncoder.h',
2951 'platform/mac/LocalCurrentGraphicsContext.h', 2951 'platform/mac/LocalCurrentGraphicsContext.h',
2952 'platform/mac/LocalCurrentGraphicsContext.mm', 2952 'platform/mac/LocalCurrentGraphicsContext.mm',
2953 'platform/mac/NSScrollerImpDetails.h', 2953 'platform/mac/NSScrollerImpDetails.h',
2954 'platform/mac/NSScrollerImpDetails.mm', 2954 'platform/mac/NSScrollerImpDetails.mm',
2955 'platform/mac/ScrollAnimatorMac.h', 2955 'platform/mac/ScrollAnimatorMac.h',
2956 'platform/mac/ScrollAnimatorMac.mm', 2956 'platform/mac/ScrollAnimatorMac.mm',
2957 'platform/mac/ScrollElasticityController.h',
2958 'platform/mac/ScrollElasticityController.mm',
2959 'platform/mac/ThemeMac.h', 2957 'platform/mac/ThemeMac.h',
2960 'platform/mac/ThemeMac.mm', 2958 'platform/mac/ThemeMac.mm',
2961 'platform/mediastream/MediaStreamCenter.cpp', 2959 'platform/mediastream/MediaStreamCenter.cpp',
2962 'platform/mediastream/MediaStreamCenter.h', 2960 'platform/mediastream/MediaStreamCenter.h',
2963 'platform/mediastream/MediaStreamComponent.cpp', 2961 'platform/mediastream/MediaStreamComponent.cpp',
2964 'platform/mediastream/MediaStreamComponent.h', 2962 'platform/mediastream/MediaStreamComponent.h',
2965 'platform/mediastream/MediaStreamDescriptor.cpp', 2963 'platform/mediastream/MediaStreamDescriptor.cpp',
2966 'platform/mediastream/MediaStreamDescriptor.h', 2964 'platform/mediastream/MediaStreamDescriptor.h',
2967 'platform/mediastream/RTCDataChannelHandler.cpp', 2965 'platform/mediastream/RTCDataChannelHandler.cpp',
2968 'platform/mediastream/RTCDataChannelHandler.h', 2966 'platform/mediastream/RTCDataChannelHandler.h',
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
3534 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3532 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3535 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3533 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3536 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3534 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3537 'platform/testing/FakeWebGraphicsContext3D.h', 3535 'platform/testing/FakeWebGraphicsContext3D.h',
3538 'rendering/RenderOverflowTest.cpp', 3536 'rendering/RenderOverflowTest.cpp',
3539 'testing/UnitTestHelpers.h', 3537 'testing/UnitTestHelpers.h',
3540 'testing/UnitTestHelpers.cpp', 3538 'testing/UnitTestHelpers.cpp',
3541 ], 3539 ],
3542 } 3540 }
3543 } 3541 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/mac/ScrollAnimatorMac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698