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

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

Issue 111403004: Move remaining KeyCode files to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years 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 | « no previous file | Source/core/platform/chromium/KeyCodeConversion.h » ('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 'animation/ElementAnimation.idl', 4 'animation/ElementAnimation.idl',
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 2683 matching lines...) Expand 10 before | Expand all | Expand 10 after
2694 'platform/animation/AnimationTranslationUtil.h', 2694 'platform/animation/AnimationTranslationUtil.h',
2695 'platform/animation/AnimationValue.h', 2695 'platform/animation/AnimationValue.h',
2696 'platform/animation/CSSAnimationData.cpp', 2696 'platform/animation/CSSAnimationData.cpp',
2697 'platform/animation/CSSAnimationDataList.cpp', 2697 'platform/animation/CSSAnimationDataList.cpp',
2698 'platform/animation/KeyframeValueList.cpp', 2698 'platform/animation/KeyframeValueList.cpp',
2699 'platform/animation/KeyframeValueList.h', 2699 'platform/animation/KeyframeValueList.h',
2700 'platform/chromium/ChromiumDataObject.cpp', 2700 'platform/chromium/ChromiumDataObject.cpp',
2701 'platform/chromium/ChromiumDataObject.h', 2701 'platform/chromium/ChromiumDataObject.h',
2702 'platform/chromium/ChromiumDataObjectItem.cpp', 2702 'platform/chromium/ChromiumDataObjectItem.cpp',
2703 'platform/chromium/ChromiumDataObjectItem.h', 2703 'platform/chromium/ChromiumDataObjectItem.h',
2704 'platform/chromium/KeyCodeConversion.h',
2705 'platform/chromium/KeyCodeConversionAndroid.cpp',
2706 'platform/chromium/KeyCodeConversionGtk.cpp',
2707 'platform/mac/ThemeMac.h', 2704 'platform/mac/ThemeMac.h',
2708 'platform/mac/ThemeMac.mm', 2705 'platform/mac/ThemeMac.mm',
2709 'platform/mediastream/MediaStreamCenter.cpp', 2706 'platform/mediastream/MediaStreamCenter.cpp',
2710 'platform/mediastream/MediaStreamCenter.h', 2707 'platform/mediastream/MediaStreamCenter.h',
2711 'platform/mediastream/MediaStreamDescriptor.cpp', 2708 'platform/mediastream/MediaStreamDescriptor.cpp',
2712 'platform/mediastream/MediaStreamDescriptor.h', 2709 'platform/mediastream/MediaStreamDescriptor.h',
2713 'platform/mediastream/RTCDataChannelHandler.cpp', 2710 'platform/mediastream/RTCDataChannelHandler.cpp',
2714 'platform/mediastream/RTCDataChannelHandler.h', 2711 'platform/mediastream/RTCDataChannelHandler.h',
2715 'platform/mediastream/RTCDataChannelHandlerClient.h', 2712 'platform/mediastream/RTCDataChannelHandlerClient.h',
2716 'platform/mediastream/RTCPeerConnectionHandler.cpp', 2713 'platform/mediastream/RTCPeerConnectionHandler.cpp',
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
3255 'platform/animation/TimingFunctionTestHelper.h', 3252 'platform/animation/TimingFunctionTestHelper.h',
3256 'platform/animation/TimingFunctionTestHelper.cpp', 3253 'platform/animation/TimingFunctionTestHelper.cpp',
3257 'platform/animation/TimingFunctionTestHelperTest.cpp', 3254 'platform/animation/TimingFunctionTestHelperTest.cpp',
3258 'rendering/RenderOverflowTest.cpp', 3255 'rendering/RenderOverflowTest.cpp',
3259 'rendering/shapes/BoxShapeTest.cpp', 3256 'rendering/shapes/BoxShapeTest.cpp',
3260 'testing/UnitTestHelpers.h', 3257 'testing/UnitTestHelpers.h',
3261 'testing/UnitTestHelpers.cpp', 3258 'testing/UnitTestHelpers.cpp',
3262 ], 3259 ],
3263 } 3260 }
3264 } 3261 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/chromium/KeyCodeConversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698