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

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: WTF_MAKE_NONCOPYABLE 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/PlatformSpeechSynthesisUtterance.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 2666 matching lines...) Expand 10 before | Expand all | Expand 10 after
2677 'html/track/vtt/VTTRegionList.cpp', 2677 'html/track/vtt/VTTRegionList.cpp',
2678 'html/track/vtt/VTTRegionList.h', 2678 'html/track/vtt/VTTRegionList.h',
2679 'html/track/vtt/VTTToken.h', 2679 'html/track/vtt/VTTToken.h',
2680 'html/track/vtt/VTTTokenizer.cpp', 2680 'html/track/vtt/VTTTokenizer.cpp',
2681 'html/track/vtt/VTTTokenizer.h', 2681 'html/track/vtt/VTTTokenizer.h',
2682 ], 2682 ],
2683 'webcore_platform_files': [ 2683 'webcore_platform_files': [
2684 'platform/DragImage.cpp', 2684 'platform/DragImage.cpp',
2685 'platform/Pasteboard.cpp', 2685 'platform/Pasteboard.cpp',
2686 'platform/Pasteboard.h', 2686 'platform/Pasteboard.h',
2687 'platform/PlatformSpeechSynthesisUtterance.cpp',
2688 'platform/PlatformSpeechSynthesisUtterance.h',
2689 'platform/PlatformSpeechSynthesisVoice.cpp',
2690 'platform/PlatformSpeechSynthesisVoice.h',
2691 'platform/PlatformSpeechSynthesizer.cpp',
2692 'platform/PlatformSpeechSynthesizer.h',
2693 'platform/animation/AnimationTranslationUtil.cpp', 2687 'platform/animation/AnimationTranslationUtil.cpp',
2694 'platform/animation/AnimationTranslationUtil.h', 2688 'platform/animation/AnimationTranslationUtil.h',
2695 'platform/animation/AnimationValue.h', 2689 'platform/animation/AnimationValue.h',
2696 'platform/animation/CSSAnimationData.cpp', 2690 'platform/animation/CSSAnimationData.cpp',
2697 'platform/animation/CSSAnimationDataList.cpp', 2691 'platform/animation/CSSAnimationDataList.cpp',
2698 'platform/animation/KeyframeValueList.cpp', 2692 'platform/animation/KeyframeValueList.cpp',
2699 'platform/animation/KeyframeValueList.h', 2693 'platform/animation/KeyframeValueList.h',
2700 'platform/chromium/ChromiumDataObject.cpp', 2694 'platform/chromium/ChromiumDataObject.cpp',
2701 'platform/chromium/ChromiumDataObject.h', 2695 'platform/chromium/ChromiumDataObject.h',
2702 'platform/chromium/ChromiumDataObjectItem.cpp', 2696 'platform/chromium/ChromiumDataObjectItem.cpp',
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
3216 'platform/chromium/support/WebArrayBuffer.cpp', 3210 'platform/chromium/support/WebArrayBuffer.cpp',
3217 'platform/chromium/support/WebCrypto.cpp', 3211 'platform/chromium/support/WebCrypto.cpp',
3218 'platform/chromium/support/WebCursorInfo.cpp', 3212 'platform/chromium/support/WebCursorInfo.cpp',
3219 'platform/chromium/support/WebMediaStream.cpp', 3213 'platform/chromium/support/WebMediaStream.cpp',
3220 'platform/chromium/support/WebMediaStreamTrack.cpp', 3214 'platform/chromium/support/WebMediaStreamTrack.cpp',
3221 'platform/chromium/support/WebRTCSessionDescription.cpp', 3215 'platform/chromium/support/WebRTCSessionDescription.cpp',
3222 'platform/chromium/support/WebRTCSessionDescriptionRequest.cpp', 3216 'platform/chromium/support/WebRTCSessionDescriptionRequest.cpp',
3223 'platform/chromium/support/WebRTCStatsRequest.cpp', 3217 'platform/chromium/support/WebRTCStatsRequest.cpp',
3224 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp', 3218 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp',
3225 'platform/chromium/support/WebScrollbarThemeGeometryNative.h', 3219 'platform/chromium/support/WebScrollbarThemeGeometryNative.h',
3226 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp',
3227 'platform/chromium/support/WebSpeechSynthesisVoice.cpp',
3228 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp',
3229 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h',
3230 ], 3220 ],
3231 'core_unittest_files': [ 3221 'core_unittest_files': [
3232 'animation/AnimatableColorTest.cpp', 3222 'animation/AnimatableColorTest.cpp',
3233 'animation/AnimatableDoubleTest.cpp', 3223 'animation/AnimatableDoubleTest.cpp',
3234 'animation/AnimatableLengthTest.cpp', 3224 'animation/AnimatableLengthTest.cpp',
3235 'animation/AnimatableNeutralTest.cpp', 3225 'animation/AnimatableNeutralTest.cpp',
3236 'animation/AnimatableStrokeDasharrayListTest.cpp', 3226 'animation/AnimatableStrokeDasharrayListTest.cpp',
3237 'animation/AnimatableUnknownTest.cpp', 3227 'animation/AnimatableUnknownTest.cpp',
3238 'animation/AnimatableValueTestHelper.cpp', 3228 'animation/AnimatableValueTestHelper.cpp',
3239 'animation/AnimatableValueTestHelper.h', 3229 'animation/AnimatableValueTestHelper.h',
(...skipping 25 matching lines...) Expand all
3265 'platform/animation/AnimationTranslationUtilTest.cpp', 3255 'platform/animation/AnimationTranslationUtilTest.cpp',
3266 'platform/animation/TimingFunctionTestHelper.h', 3256 'platform/animation/TimingFunctionTestHelper.h',
3267 'platform/animation/TimingFunctionTestHelper.cpp', 3257 'platform/animation/TimingFunctionTestHelper.cpp',
3268 'platform/animation/TimingFunctionTestHelperTest.cpp', 3258 'platform/animation/TimingFunctionTestHelperTest.cpp',
3269 'rendering/RenderOverflowTest.cpp', 3259 'rendering/RenderOverflowTest.cpp',
3270 'testing/UnitTestHelpers.h', 3260 'testing/UnitTestHelpers.h',
3271 'testing/UnitTestHelpers.cpp', 3261 'testing/UnitTestHelpers.cpp',
3272 ], 3262 ],
3273 } 3263 }
3274 } 3264 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/PlatformSpeechSynthesisUtterance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698