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

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

Issue 122353002: Move DragImage from core/platform/ to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 months 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 '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 2686 matching lines...) Expand 10 before | Expand all | Expand 10 after
2697 'html/track/vtt/VTTParser.h', 2697 'html/track/vtt/VTTParser.h',
2698 'html/track/vtt/VTTRegion.cpp', 2698 'html/track/vtt/VTTRegion.cpp',
2699 'html/track/vtt/VTTRegion.h', 2699 'html/track/vtt/VTTRegion.h',
2700 'html/track/vtt/VTTRegionList.cpp', 2700 'html/track/vtt/VTTRegionList.cpp',
2701 'html/track/vtt/VTTRegionList.h', 2701 'html/track/vtt/VTTRegionList.h',
2702 'html/track/vtt/VTTToken.h', 2702 'html/track/vtt/VTTToken.h',
2703 'html/track/vtt/VTTTokenizer.cpp', 2703 'html/track/vtt/VTTTokenizer.cpp',
2704 'html/track/vtt/VTTTokenizer.h', 2704 'html/track/vtt/VTTTokenizer.h',
2705 ], 2705 ],
2706 'webcore_platform_files': [ 2706 'webcore_platform_files': [
2707 'platform/DragImage.cpp',
2708 'platform/Pasteboard.cpp', 2707 'platform/Pasteboard.cpp',
2709 'platform/Pasteboard.h', 2708 'platform/Pasteboard.h',
2710 'platform/animation/AnimationTranslationUtil.cpp', 2709 'platform/animation/AnimationTranslationUtil.cpp',
2711 'platform/animation/AnimationTranslationUtil.h', 2710 'platform/animation/AnimationTranslationUtil.h',
2712 'platform/animation/AnimationValue.h', 2711 'platform/animation/AnimationValue.h',
2713 'platform/animation/CSSAnimationData.cpp', 2712 'platform/animation/CSSAnimationData.cpp',
2714 'platform/animation/CSSAnimationDataList.cpp', 2713 'platform/animation/CSSAnimationDataList.cpp',
2715 'platform/animation/KeyframeValueList.cpp', 2714 'platform/animation/KeyframeValueList.cpp',
2716 'platform/animation/KeyframeValueList.h', 2715 'platform/animation/KeyframeValueList.h',
2717 'platform/chromium/ChromiumDataObject.cpp', 2716 'platform/chromium/ChromiumDataObject.cpp',
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
3270 'platform/animation/TimingFunctionTestHelper.h', 3269 'platform/animation/TimingFunctionTestHelper.h',
3271 'platform/animation/TimingFunctionTestHelper.cpp', 3270 'platform/animation/TimingFunctionTestHelper.cpp',
3272 'platform/animation/TimingFunctionTestHelperTest.cpp', 3271 'platform/animation/TimingFunctionTestHelperTest.cpp',
3273 'rendering/RenderOverflowTest.cpp', 3272 'rendering/RenderOverflowTest.cpp',
3274 'rendering/shapes/BoxShapeTest.cpp', 3273 'rendering/shapes/BoxShapeTest.cpp',
3275 'testing/UnitTestHelpers.h', 3274 'testing/UnitTestHelpers.h',
3276 'testing/UnitTestHelpers.cpp', 3275 'testing/UnitTestHelpers.cpp',
3277 ], 3276 ],
3278 } 3277 }
3279 } 3278 }
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