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

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

Issue 67433002: Move Mac related files to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Try to add exporting 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
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 2928 matching lines...) Expand 10 before | Expand all | Expand 10 after
2939 'platform/image-decoders/png/PNGImageDecoder.cpp', 2939 'platform/image-decoders/png/PNGImageDecoder.cpp',
2940 'platform/image-decoders/png/PNGImageDecoder.h', 2940 'platform/image-decoders/png/PNGImageDecoder.h',
2941 'platform/image-decoders/webp/WEBPImageDecoder.cpp', 2941 'platform/image-decoders/webp/WEBPImageDecoder.cpp',
2942 'platform/image-decoders/webp/WEBPImageDecoder.h', 2942 'platform/image-decoders/webp/WEBPImageDecoder.h',
2943 'platform/image-encoders/skia/JPEGImageEncoder.cpp', 2943 'platform/image-encoders/skia/JPEGImageEncoder.cpp',
2944 'platform/image-encoders/skia/JPEGImageEncoder.h', 2944 'platform/image-encoders/skia/JPEGImageEncoder.h',
2945 'platform/image-encoders/skia/PNGImageEncoder.cpp', 2945 'platform/image-encoders/skia/PNGImageEncoder.cpp',
2946 'platform/image-encoders/skia/PNGImageEncoder.h', 2946 'platform/image-encoders/skia/PNGImageEncoder.h',
2947 'platform/image-encoders/skia/WEBPImageEncoder.cpp', 2947 'platform/image-encoders/skia/WEBPImageEncoder.cpp',
2948 'platform/image-encoders/skia/WEBPImageEncoder.h', 2948 'platform/image-encoders/skia/WEBPImageEncoder.h',
2949 'platform/mac/BlockExceptions.mm',
2950 'platform/mac/LocalCurrentGraphicsContext.h', 2949 'platform/mac/LocalCurrentGraphicsContext.h',
2951 'platform/mac/LocalCurrentGraphicsContext.mm', 2950 'platform/mac/LocalCurrentGraphicsContext.mm',
2952 'platform/mac/NSScrollerImpDetails.h', 2951 'platform/mac/NSScrollerImpDetails.h',
2953 'platform/mac/NSScrollerImpDetails.mm', 2952 'platform/mac/NSScrollerImpDetails.mm',
2954 'platform/mac/ScrollAnimatorMac.h', 2953 'platform/mac/ScrollAnimatorMac.h',
2955 'platform/mac/ScrollAnimatorMac.mm', 2954 'platform/mac/ScrollAnimatorMac.mm',
2956 'platform/mac/ScrollElasticityController.h', 2955 'platform/mac/ScrollElasticityController.h',
2957 'platform/mac/ScrollElasticityController.mm', 2956 'platform/mac/ScrollElasticityController.mm',
2958 'platform/mac/ThemeMac.h', 2957 'platform/mac/ThemeMac.h',
2959 'platform/mac/ThemeMac.mm', 2958 'platform/mac/ThemeMac.mm',
2960 'platform/mac/WebFontCache.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/RTCDTMFSenderHandler.cpp', 2965 'platform/mediastream/RTCDTMFSenderHandler.cpp',
2968 'platform/mediastream/RTCDTMFSenderHandler.h', 2966 'platform/mediastream/RTCDTMFSenderHandler.h',
2969 'platform/mediastream/RTCDTMFSenderHandlerClient.h', 2967 'platform/mediastream/RTCDTMFSenderHandlerClient.h',
2970 'platform/mediastream/RTCDataChannelHandler.cpp', 2968 'platform/mediastream/RTCDataChannelHandler.cpp',
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
3532 'platform/graphics/gpu/DrawingBufferTest.cpp', 3530 'platform/graphics/gpu/DrawingBufferTest.cpp',
3533 'platform/image-decoders/ImageDecoderTest.cpp', 3531 'platform/image-decoders/ImageDecoderTest.cpp',
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 ], 3537 ],
3540 } 3538 }
3541 } 3539 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/graphics/mac/FontCacheMac.mm » ('j') | Source/platform/blink_platform.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698