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

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

Issue 108383002: Move Cursor to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add missing export macros 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/page/Chrome.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 '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/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSKeyframeRule.idl', 9 'css/CSSKeyframeRule.idl',
10 'css/CSSKeyframesRule.idl', 10 'css/CSSKeyframesRule.idl',
(...skipping 2661 matching lines...) Expand 10 before | Expand all | Expand 10 after
2672 'html/track/vtt/VTTParser.h', 2672 'html/track/vtt/VTTParser.h',
2673 'html/track/vtt/VTTRegion.cpp', 2673 'html/track/vtt/VTTRegion.cpp',
2674 'html/track/vtt/VTTRegion.h', 2674 'html/track/vtt/VTTRegion.h',
2675 'html/track/vtt/VTTRegionList.cpp', 2675 'html/track/vtt/VTTRegionList.cpp',
2676 'html/track/vtt/VTTRegionList.h', 2676 'html/track/vtt/VTTRegionList.h',
2677 'html/track/vtt/VTTToken.h', 2677 'html/track/vtt/VTTToken.h',
2678 'html/track/vtt/VTTTokenizer.cpp', 2678 'html/track/vtt/VTTTokenizer.cpp',
2679 'html/track/vtt/VTTTokenizer.h', 2679 'html/track/vtt/VTTTokenizer.h',
2680 ], 2680 ],
2681 'webcore_platform_files': [ 2681 'webcore_platform_files': [
2682 'platform/Cursor.cpp',
2683 'platform/DragImage.cpp', 2682 'platform/DragImage.cpp',
2684 'platform/Pasteboard.cpp', 2683 'platform/Pasteboard.cpp',
2685 'platform/Pasteboard.h', 2684 'platform/Pasteboard.h',
2686 'platform/PlatformSpeechSynthesisUtterance.cpp', 2685 'platform/PlatformSpeechSynthesisUtterance.cpp',
2687 'platform/PlatformSpeechSynthesisUtterance.h', 2686 'platform/PlatformSpeechSynthesisUtterance.h',
2688 'platform/PlatformSpeechSynthesisVoice.cpp', 2687 'platform/PlatformSpeechSynthesisVoice.cpp',
2689 'platform/PlatformSpeechSynthesisVoice.h', 2688 'platform/PlatformSpeechSynthesisVoice.h',
2690 'platform/PlatformSpeechSynthesizer.cpp', 2689 'platform/PlatformSpeechSynthesizer.cpp',
2691 'platform/PlatformSpeechSynthesizer.h', 2690 'platform/PlatformSpeechSynthesizer.h',
2692 'platform/animation/AnimationTranslationUtil.cpp', 2691 'platform/animation/AnimationTranslationUtil.cpp',
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
3336 'platform/animation/AnimationTranslationUtilTest.cpp', 3335 'platform/animation/AnimationTranslationUtilTest.cpp',
3337 'platform/animation/TimingFunctionTestHelper.h', 3336 'platform/animation/TimingFunctionTestHelper.h',
3338 'platform/animation/TimingFunctionTestHelper.cpp', 3337 'platform/animation/TimingFunctionTestHelper.cpp',
3339 'platform/animation/TimingFunctionTestHelperTest.cpp', 3338 'platform/animation/TimingFunctionTestHelperTest.cpp',
3340 'rendering/RenderOverflowTest.cpp', 3339 'rendering/RenderOverflowTest.cpp',
3341 'testing/UnitTestHelpers.h', 3340 'testing/UnitTestHelpers.h',
3342 'testing/UnitTestHelpers.cpp', 3341 'testing/UnitTestHelpers.cpp',
3343 ], 3342 ],
3344 } 3343 }
3345 } 3344 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/page/Chrome.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698