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

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

Issue 110393002: Move PlatformSpeech stuff to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
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 2665 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 2682 'platform/Cursor.cpp',
2683 'platform/DragImage.cpp', 2683 'platform/DragImage.cpp',
2684 'platform/Pasteboard.cpp', 2684 'platform/Pasteboard.cpp',
2685 'platform/Pasteboard.h', 2685 'platform/Pasteboard.h',
2686 'platform/PlatformSpeechSynthesisUtterance.cpp',
2687 'platform/PlatformSpeechSynthesisUtterance.h',
2688 'platform/PlatformSpeechSynthesisVoice.cpp',
2689 'platform/PlatformSpeechSynthesisVoice.h',
2690 'platform/PlatformSpeechSynthesizer.cpp',
2691 'platform/PlatformSpeechSynthesizer.h',
2692 'platform/animation/AnimationTranslationUtil.cpp', 2686 'platform/animation/AnimationTranslationUtil.cpp',
2693 'platform/animation/AnimationTranslationUtil.h', 2687 'platform/animation/AnimationTranslationUtil.h',
2694 'platform/animation/AnimationValue.h', 2688 'platform/animation/AnimationValue.h',
2695 'platform/animation/CSSAnimationData.cpp', 2689 'platform/animation/CSSAnimationData.cpp',
2696 'platform/animation/CSSAnimationDataList.cpp', 2690 'platform/animation/CSSAnimationDataList.cpp',
2697 'platform/animation/KeyframeValueList.cpp', 2691 'platform/animation/KeyframeValueList.cpp',
2698 'platform/animation/KeyframeValueList.h', 2692 'platform/animation/KeyframeValueList.h',
2699 'platform/chromium/ChromiumDataObject.cpp', 2693 'platform/chromium/ChromiumDataObject.cpp',
2700 'platform/chromium/ChromiumDataObject.h', 2694 'platform/chromium/ChromiumDataObject.h',
2701 'platform/chromium/ChromiumDataObjectItem.cpp', 2695 'platform/chromium/ChromiumDataObjectItem.cpp',
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
3287 'platform/chromium/support/WebMediaStreamTrack.cpp', 3281 'platform/chromium/support/WebMediaStreamTrack.cpp',
3288 'platform/chromium/support/WebRTCSessionDescription.cpp', 3282 'platform/chromium/support/WebRTCSessionDescription.cpp',
3289 'platform/chromium/support/WebRTCSessionDescriptionRequest.cpp', 3283 'platform/chromium/support/WebRTCSessionDescriptionRequest.cpp',
3290 'platform/chromium/support/WebRTCStatsRequest.cpp', 3284 'platform/chromium/support/WebRTCStatsRequest.cpp',
3291 'platform/chromium/support/WebScrollbarImpl.cpp', 3285 'platform/chromium/support/WebScrollbarImpl.cpp',
3292 'platform/chromium/support/WebScrollbarImpl.h', 3286 'platform/chromium/support/WebScrollbarImpl.h',
3293 'platform/chromium/support/WebScrollbarThemeClientImpl.cpp', 3287 'platform/chromium/support/WebScrollbarThemeClientImpl.cpp',
3294 'platform/chromium/support/WebScrollbarThemeClientImpl.h', 3288 'platform/chromium/support/WebScrollbarThemeClientImpl.h',
3295 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp', 3289 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp',
3296 'platform/chromium/support/WebScrollbarThemeGeometryNative.h', 3290 'platform/chromium/support/WebScrollbarThemeGeometryNative.h',
3297 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp',
3298 'platform/chromium/support/WebSpeechSynthesisVoice.cpp',
3299 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp',
3300 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h',
3301 ], 3291 ],
3302 'core_unittest_files': [ 3292 'core_unittest_files': [
3303 'animation/AnimatableColorTest.cpp', 3293 'animation/AnimatableColorTest.cpp',
3304 'animation/AnimatableDoubleTest.cpp', 3294 'animation/AnimatableDoubleTest.cpp',
3305 'animation/AnimatableLengthTest.cpp', 3295 'animation/AnimatableLengthTest.cpp',
3306 'animation/AnimatableNeutralTest.cpp', 3296 'animation/AnimatableNeutralTest.cpp',
3307 'animation/AnimatableStrokeDasharrayListTest.cpp', 3297 'animation/AnimatableStrokeDasharrayListTest.cpp',
3308 'animation/AnimatableUnknownTest.cpp', 3298 'animation/AnimatableUnknownTest.cpp',
3309 'animation/AnimatableValueTestHelper.cpp', 3299 'animation/AnimatableValueTestHelper.cpp',
3310 'animation/AnimatableValueTestHelper.h', 3300 'animation/AnimatableValueTestHelper.h',
(...skipping 25 matching lines...) Expand all
3336 'platform/animation/AnimationTranslationUtilTest.cpp', 3326 'platform/animation/AnimationTranslationUtilTest.cpp',
3337 'platform/animation/TimingFunctionTestHelper.h', 3327 'platform/animation/TimingFunctionTestHelper.h',
3338 'platform/animation/TimingFunctionTestHelper.cpp', 3328 'platform/animation/TimingFunctionTestHelper.cpp',
3339 'platform/animation/TimingFunctionTestHelperTest.cpp', 3329 'platform/animation/TimingFunctionTestHelperTest.cpp',
3340 'rendering/RenderOverflowTest.cpp', 3330 'rendering/RenderOverflowTest.cpp',
3341 'testing/UnitTestHelpers.h', 3331 'testing/UnitTestHelpers.h',
3342 'testing/UnitTestHelpers.cpp', 3332 'testing/UnitTestHelpers.cpp',
3343 ], 3333 ],
3344 } 3334 }
3345 } 3335 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698