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

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

Issue 55143009: Move MIMEType classes to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « no previous file | Source/core/dom/Clipboard.cpp » ('j') | Source/platform/blink_platform.gypi » ('J')
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 2637 matching lines...) Expand 10 before | Expand all | Expand 10 after
2648 'html/track/WebVTTTokenizer.h', 2648 'html/track/WebVTTTokenizer.h',
2649 ], 2649 ],
2650 'webcore_platform_files': [ 2650 'webcore_platform_files': [
2651 'platform/ContextMenu.cpp', 2651 'platform/ContextMenu.cpp',
2652 'platform/ContextMenuItem.cpp', 2652 'platform/ContextMenuItem.cpp',
2653 'platform/Cursor.cpp', 2653 'platform/Cursor.cpp',
2654 'platform/DragData.cpp', 2654 'platform/DragData.cpp',
2655 'platform/DragImage.cpp', 2655 'platform/DragImage.cpp',
2656 'platform/KillRing.h', 2656 'platform/KillRing.h',
2657 'platform/KillRingNone.cpp', 2657 'platform/KillRingNone.cpp',
2658 'platform/MIMETypeFromURL.cpp',
2659 'platform/MIMETypeFromURL.h',
2660 'platform/OverscrollTheme.cpp', 2658 'platform/OverscrollTheme.cpp',
2661 'platform/OverscrollTheme.h', 2659 'platform/OverscrollTheme.h',
2662 'platform/Pasteboard.cpp', 2660 'platform/Pasteboard.cpp',
2663 'platform/Pasteboard.h', 2661 'platform/Pasteboard.h',
2664 'platform/PlatformInstrumentation.cpp', 2662 'platform/PlatformInstrumentation.cpp',
2665 'platform/PlatformInstrumentation.h', 2663 'platform/PlatformInstrumentation.h',
2666 'platform/PlatformSpeechSynthesisUtterance.cpp', 2664 'platform/PlatformSpeechSynthesisUtterance.cpp',
2667 'platform/PlatformSpeechSynthesisUtterance.h', 2665 'platform/PlatformSpeechSynthesisUtterance.h',
2668 'platform/PlatformSpeechSynthesisVoice.cpp', 2666 'platform/PlatformSpeechSynthesisVoice.cpp',
2669 'platform/PlatformSpeechSynthesisVoice.h', 2667 'platform/PlatformSpeechSynthesisVoice.h',
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
3550 'platform/graphics/gpu/DrawingBufferTest.cpp', 3548 'platform/graphics/gpu/DrawingBufferTest.cpp',
3551 'platform/image-decoders/ImageDecoderTest.cpp', 3549 'platform/image-decoders/ImageDecoderTest.cpp',
3552 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3550 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3553 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3551 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3554 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3552 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3555 'platform/testing/FakeWebGraphicsContext3D.h', 3553 'platform/testing/FakeWebGraphicsContext3D.h',
3556 'rendering/RenderOverflowTest.cpp', 3554 'rendering/RenderOverflowTest.cpp',
3557 ], 3555 ],
3558 } 3556 }
3559 } 3557 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Clipboard.cpp » ('j') | Source/platform/blink_platform.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698