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

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

Issue 78513004: Move ContextMenu* files from core/ to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ContextMenuItem.cpp 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
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 2642 matching lines...) Expand 10 before | Expand all | Expand 10 after
2653 'html/track/vtt/VTTParser.h', 2653 'html/track/vtt/VTTParser.h',
2654 'html/track/vtt/VTTRegion.cpp', 2654 'html/track/vtt/VTTRegion.cpp',
2655 'html/track/vtt/VTTRegion.h', 2655 'html/track/vtt/VTTRegion.h',
2656 'html/track/vtt/VTTRegionList.cpp', 2656 'html/track/vtt/VTTRegionList.cpp',
2657 'html/track/vtt/VTTRegionList.h', 2657 'html/track/vtt/VTTRegionList.h',
2658 'html/track/vtt/VTTToken.h', 2658 'html/track/vtt/VTTToken.h',
2659 'html/track/vtt/VTTTokenizer.cpp', 2659 'html/track/vtt/VTTTokenizer.cpp',
2660 'html/track/vtt/VTTTokenizer.h', 2660 'html/track/vtt/VTTTokenizer.h',
2661 ], 2661 ],
2662 'webcore_platform_files': [ 2662 'webcore_platform_files': [
2663 'platform/ContextMenu.cpp',
2664 'platform/ContextMenuItem.cpp',
2665 'platform/Cursor.cpp', 2663 'platform/Cursor.cpp',
2666 'platform/DragImage.cpp', 2664 'platform/DragImage.cpp',
2667 'platform/OverscrollTheme.cpp', 2665 'platform/OverscrollTheme.cpp',
2668 'platform/OverscrollTheme.h', 2666 'platform/OverscrollTheme.h',
2669 'platform/Pasteboard.cpp', 2667 'platform/Pasteboard.cpp',
2670 'platform/Pasteboard.h', 2668 'platform/Pasteboard.h',
2671 'platform/PlatformSpeechSynthesisUtterance.cpp', 2669 'platform/PlatformSpeechSynthesisUtterance.cpp',
2672 'platform/PlatformSpeechSynthesisUtterance.h', 2670 'platform/PlatformSpeechSynthesisUtterance.h',
2673 'platform/PlatformSpeechSynthesisVoice.cpp', 2671 'platform/PlatformSpeechSynthesisVoice.cpp',
2674 'platform/PlatformSpeechSynthesisVoice.h', 2672 'platform/PlatformSpeechSynthesisVoice.h',
(...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after
3561 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3559 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3562 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3560 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3563 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3561 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3564 'platform/testing/FakeWebGraphicsContext3D.h', 3562 'platform/testing/FakeWebGraphicsContext3D.h',
3565 'rendering/RenderOverflowTest.cpp', 3563 'rendering/RenderOverflowTest.cpp',
3566 'testing/UnitTestHelpers.h', 3564 'testing/UnitTestHelpers.h',
3567 'testing/UnitTestHelpers.cpp', 3565 'testing/UnitTestHelpers.cpp',
3568 ], 3566 ],
3569 } 3567 }
3570 } 3568 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp ('k') | Source/core/inspector/InspectorFrontendHost.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698