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

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: Rebase against ToT 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') | 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 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after
1326 'page/scrolling/ScrollingCoordinator.cpp', 1326 'page/scrolling/ScrollingCoordinator.cpp',
1327 'page/scrolling/ScrollingCoordinator.h', 1327 'page/scrolling/ScrollingCoordinator.h',
1328 'plugins/DOMMimeType.cpp', 1328 'plugins/DOMMimeType.cpp',
1329 'plugins/DOMMimeType.h', 1329 'plugins/DOMMimeType.h',
1330 'plugins/DOMMimeTypeArray.cpp', 1330 'plugins/DOMMimeTypeArray.cpp',
1331 'plugins/DOMMimeTypeArray.h', 1331 'plugins/DOMMimeTypeArray.h',
1332 'plugins/DOMPlugin.cpp', 1332 'plugins/DOMPlugin.cpp',
1333 'plugins/DOMPlugin.h', 1333 'plugins/DOMPlugin.h',
1334 'plugins/DOMPluginArray.cpp', 1334 'plugins/DOMPluginArray.cpp',
1335 'plugins/DOMPluginArray.h', 1335 'plugins/DOMPluginArray.h',
1336 'plugins/PluginData.cpp',
1337 'plugins/PluginData.h',
1338 'plugins/PluginListBuilder.cpp',
1339 'plugins/PluginListBuilder.h',
1340 'plugins/PluginOcclusionSupport.cpp', 1336 'plugins/PluginOcclusionSupport.cpp',
1341 'plugins/PluginOcclusionSupport.h', 1337 'plugins/PluginOcclusionSupport.h',
1342 'plugins/PluginView.h', 1338 'plugins/PluginView.h',
1343 'rendering/AbstractInlineTextBox.cpp', 1339 'rendering/AbstractInlineTextBox.cpp',
1344 'rendering/AbstractInlineTextBox.h', 1340 'rendering/AbstractInlineTextBox.h',
1345 'rendering/AutoTableLayout.cpp', 1341 'rendering/AutoTableLayout.cpp',
1346 'rendering/AutoTableLayout.h', 1342 'rendering/AutoTableLayout.h',
1347 'rendering/BidiRun.cpp', 1343 'rendering/BidiRun.cpp',
1348 'rendering/BidiRun.h', 1344 'rendering/BidiRun.h',
1349 'rendering/ClipRect.cpp', 1345 'rendering/ClipRect.cpp',
(...skipping 1299 matching lines...) Expand 10 before | Expand all | Expand 10 after
2649 'html/track/WebVTTTokenizer.h', 2645 'html/track/WebVTTTokenizer.h',
2650 ], 2646 ],
2651 'webcore_platform_files': [ 2647 'webcore_platform_files': [
2652 'platform/ContextMenu.cpp', 2648 'platform/ContextMenu.cpp',
2653 'platform/ContextMenuItem.cpp', 2649 'platform/ContextMenuItem.cpp',
2654 'platform/Cursor.cpp', 2650 'platform/Cursor.cpp',
2655 'platform/DragData.cpp', 2651 'platform/DragData.cpp',
2656 'platform/DragImage.cpp', 2652 'platform/DragImage.cpp',
2657 'platform/KillRing.h', 2653 'platform/KillRing.h',
2658 'platform/KillRingNone.cpp', 2654 'platform/KillRingNone.cpp',
2659 'platform/MIMETypeFromURL.cpp',
2660 'platform/MIMETypeFromURL.h',
2661 'platform/OverscrollTheme.cpp', 2655 'platform/OverscrollTheme.cpp',
2662 'platform/OverscrollTheme.h', 2656 'platform/OverscrollTheme.h',
2663 'platform/Pasteboard.cpp', 2657 'platform/Pasteboard.cpp',
2664 'platform/Pasteboard.h', 2658 'platform/Pasteboard.h',
2665 'platform/PlatformSpeechSynthesisUtterance.cpp', 2659 'platform/PlatformSpeechSynthesisUtterance.cpp',
2666 'platform/PlatformSpeechSynthesisUtterance.h', 2660 'platform/PlatformSpeechSynthesisUtterance.h',
2667 'platform/PlatformSpeechSynthesisVoice.cpp', 2661 'platform/PlatformSpeechSynthesisVoice.cpp',
2668 'platform/PlatformSpeechSynthesisVoice.h', 2662 'platform/PlatformSpeechSynthesisVoice.h',
2669 'platform/PlatformSpeechSynthesizer.cpp', 2663 'platform/PlatformSpeechSynthesizer.cpp',
2670 'platform/PlatformSpeechSynthesizer.h', 2664 'platform/PlatformSpeechSynthesizer.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
2705 'platform/chromium/ChromiumDataObject.h', 2699 'platform/chromium/ChromiumDataObject.h',
2706 'platform/chromium/ChromiumDataObjectItem.cpp', 2700 'platform/chromium/ChromiumDataObjectItem.cpp',
2707 'platform/chromium/ChromiumDataObjectItem.h', 2701 'platform/chromium/ChromiumDataObjectItem.h',
2708 'platform/chromium/FramelessScrollView.cpp', 2702 'platform/chromium/FramelessScrollView.cpp',
2709 'platform/chromium/FramelessScrollView.h', 2703 'platform/chromium/FramelessScrollView.h',
2710 'platform/chromium/FramelessScrollViewClient.h', 2704 'platform/chromium/FramelessScrollViewClient.h',
2711 'platform/chromium/KeyCodeConversion.h', 2705 'platform/chromium/KeyCodeConversion.h',
2712 'platform/chromium/KeyCodeConversionAndroid.cpp', 2706 'platform/chromium/KeyCodeConversionAndroid.cpp',
2713 'platform/chromium/KeyCodeConversionGtk.cpp', 2707 'platform/chromium/KeyCodeConversionGtk.cpp',
2714 'platform/chromium/KeyboardCodes.h', 2708 'platform/chromium/KeyboardCodes.h',
2715 'platform/chromium/MIMETypeRegistryChromium.cpp',
2716 'platform/graphics/BitmapImage.cpp', 2709 'platform/graphics/BitmapImage.cpp',
2717 'platform/graphics/CrossfadeGeneratedImage.cpp', 2710 'platform/graphics/CrossfadeGeneratedImage.cpp',
2718 'platform/graphics/CrossfadeGeneratedImage.h', 2711 'platform/graphics/CrossfadeGeneratedImage.h',
2719 'platform/graphics/GradientGeneratedImage.cpp', 2712 'platform/graphics/GradientGeneratedImage.cpp',
2720 'platform/graphics/GradientGeneratedImage.h', 2713 'platform/graphics/GradientGeneratedImage.h',
2721 'platform/graphics/Extensions3D.cpp', 2714 'platform/graphics/Extensions3D.cpp',
2722 'platform/graphics/Extensions3D.h', 2715 'platform/graphics/Extensions3D.h',
2723 'platform/graphics/Font.cpp', 2716 'platform/graphics/Font.cpp',
2724 'platform/graphics/FontCache.cpp', 2717 'platform/graphics/FontCache.cpp',
2725 'platform/graphics/FontFallbackList.cpp', 2718 'platform/graphics/FontFallbackList.cpp',
(...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after
3543 'platform/graphics/gpu/DrawingBufferTest.cpp', 3536 'platform/graphics/gpu/DrawingBufferTest.cpp',
3544 'platform/image-decoders/ImageDecoderTest.cpp', 3537 'platform/image-decoders/ImageDecoderTest.cpp',
3545 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3538 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3546 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3539 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3547 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3540 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3548 'platform/testing/FakeWebGraphicsContext3D.h', 3541 'platform/testing/FakeWebGraphicsContext3D.h',
3549 'rendering/RenderOverflowTest.cpp', 3542 'rendering/RenderOverflowTest.cpp',
3550 ], 3543 ],
3551 } 3544 }
3552 } 3545 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Clipboard.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698