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

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

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 | « Source/core/core.gyp ('k') | Source/core/editing/Editor.cpp » ('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 2641 matching lines...) Expand 10 before | Expand all | Expand 10 after
2652 'html/track/WebVTTToken.h', 2652 'html/track/WebVTTToken.h',
2653 'html/track/WebVTTTokenizer.cpp', 2653 'html/track/WebVTTTokenizer.cpp',
2654 'html/track/WebVTTTokenizer.h', 2654 'html/track/WebVTTTokenizer.h',
2655 ], 2655 ],
2656 'webcore_platform_files': [ 2656 'webcore_platform_files': [
2657 'platform/ContextMenu.cpp', 2657 'platform/ContextMenu.cpp',
2658 'platform/ContextMenuItem.cpp', 2658 'platform/ContextMenuItem.cpp',
2659 'platform/Cursor.cpp', 2659 'platform/Cursor.cpp',
2660 'platform/DragData.cpp', 2660 'platform/DragData.cpp',
2661 'platform/DragImage.cpp', 2661 'platform/DragImage.cpp',
2662 'platform/KillRing.h',
2663 'platform/KillRingNone.cpp',
2664 'platform/OverscrollTheme.cpp', 2662 'platform/OverscrollTheme.cpp',
2665 'platform/OverscrollTheme.h', 2663 'platform/OverscrollTheme.h',
2666 'platform/Pasteboard.cpp', 2664 'platform/Pasteboard.cpp',
2667 'platform/Pasteboard.h', 2665 'platform/Pasteboard.h',
2668 'platform/PlatformSpeechSynthesisUtterance.cpp', 2666 'platform/PlatformSpeechSynthesisUtterance.cpp',
2669 'platform/PlatformSpeechSynthesisUtterance.h', 2667 'platform/PlatformSpeechSynthesisUtterance.h',
2670 'platform/PlatformSpeechSynthesisVoice.cpp', 2668 'platform/PlatformSpeechSynthesisVoice.cpp',
2671 'platform/PlatformSpeechSynthesisVoice.h', 2669 'platform/PlatformSpeechSynthesisVoice.h',
2672 'platform/PlatformSpeechSynthesizer.cpp', 2670 'platform/PlatformSpeechSynthesizer.cpp',
2673 'platform/PlatformSpeechSynthesizer.h', 2671 'platform/PlatformSpeechSynthesizer.h',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
2942 'platform/image-decoders/png/PNGImageDecoder.h', 2940 'platform/image-decoders/png/PNGImageDecoder.h',
2943 'platform/image-decoders/webp/WEBPImageDecoder.cpp', 2941 'platform/image-decoders/webp/WEBPImageDecoder.cpp',
2944 'platform/image-decoders/webp/WEBPImageDecoder.h', 2942 'platform/image-decoders/webp/WEBPImageDecoder.h',
2945 'platform/image-encoders/skia/JPEGImageEncoder.cpp', 2943 'platform/image-encoders/skia/JPEGImageEncoder.cpp',
2946 'platform/image-encoders/skia/JPEGImageEncoder.h', 2944 'platform/image-encoders/skia/JPEGImageEncoder.h',
2947 'platform/image-encoders/skia/PNGImageEncoder.cpp', 2945 'platform/image-encoders/skia/PNGImageEncoder.cpp',
2948 'platform/image-encoders/skia/PNGImageEncoder.h', 2946 'platform/image-encoders/skia/PNGImageEncoder.h',
2949 'platform/image-encoders/skia/WEBPImageEncoder.cpp', 2947 'platform/image-encoders/skia/WEBPImageEncoder.cpp',
2950 'platform/image-encoders/skia/WEBPImageEncoder.h', 2948 'platform/image-encoders/skia/WEBPImageEncoder.h',
2951 'platform/mac/BlockExceptions.mm', 2949 'platform/mac/BlockExceptions.mm',
2952 'platform/mac/KillRingMac.mm',
2953 'platform/mac/LocalCurrentGraphicsContext.h', 2950 'platform/mac/LocalCurrentGraphicsContext.h',
2954 'platform/mac/LocalCurrentGraphicsContext.mm', 2951 'platform/mac/LocalCurrentGraphicsContext.mm',
2955 'platform/mac/NSScrollerImpDetails.h', 2952 'platform/mac/NSScrollerImpDetails.h',
2956 'platform/mac/NSScrollerImpDetails.mm', 2953 'platform/mac/NSScrollerImpDetails.mm',
2957 'platform/mac/ScrollAnimatorMac.h', 2954 'platform/mac/ScrollAnimatorMac.h',
2958 'platform/mac/ScrollAnimatorMac.mm', 2955 'platform/mac/ScrollAnimatorMac.mm',
2959 'platform/mac/ScrollElasticityController.h', 2956 'platform/mac/ScrollElasticityController.h',
2960 'platform/mac/ScrollElasticityController.mm', 2957 'platform/mac/ScrollElasticityController.mm',
2961 'platform/mac/ThemeMac.h', 2958 'platform/mac/ThemeMac.h',
2962 'platform/mac/ThemeMac.mm', 2959 'platform/mac/ThemeMac.mm',
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
3535 'platform/graphics/gpu/DrawingBufferTest.cpp', 3532 'platform/graphics/gpu/DrawingBufferTest.cpp',
3536 'platform/image-decoders/ImageDecoderTest.cpp', 3533 'platform/image-decoders/ImageDecoderTest.cpp',
3537 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3534 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3538 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3535 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3539 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3536 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3540 'platform/testing/FakeWebGraphicsContext3D.h', 3537 'platform/testing/FakeWebGraphicsContext3D.h',
3541 'rendering/RenderOverflowTest.cpp', 3538 'rendering/RenderOverflowTest.cpp',
3542 ], 3539 ],
3543 } 3540 }
3544 } 3541 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/editing/Editor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698