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

Side by Side Diff: Source/platform/blink_platform.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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'exported/WebRTCStatsResponse.cpp', 266 'exported/WebRTCStatsResponse.cpp',
267 'exported/WebRTCVoidRequest.cpp', 267 'exported/WebRTCVoidRequest.cpp',
268 'exported/WebScrollbarImpl.cpp', 268 'exported/WebScrollbarImpl.cpp',
269 'exported/WebScrollbarImpl.h', 269 'exported/WebScrollbarImpl.h',
270 'exported/WebScrollbarThemeClientImpl.cpp', 270 'exported/WebScrollbarThemeClientImpl.cpp',
271 'exported/WebScrollbarThemeClientImpl.h', 271 'exported/WebScrollbarThemeClientImpl.h',
272 'exported/WebSocketHandshakeRequestInfo.cpp', 272 'exported/WebSocketHandshakeRequestInfo.cpp',
273 'exported/WebSocketHandshakeResponseInfo.cpp', 273 'exported/WebSocketHandshakeResponseInfo.cpp',
274 'exported/WebSocketStreamError.cpp', 274 'exported/WebSocketStreamError.cpp',
275 'exported/WebSourceInfo.cpp', 275 'exported/WebSourceInfo.cpp',
276 'exported/WebSpeechSynthesisUtterance.cpp',
277 'exported/WebSpeechSynthesisVoice.cpp',
278 'exported/WebSpeechSynthesizerClientImpl.cpp',
279 'exported/WebSpeechSynthesizerClientImpl.h',
276 'exported/WebThreadSafeData.cpp', 280 'exported/WebThreadSafeData.cpp',
277 'exported/WebTransformKeyframe.cpp', 281 'exported/WebTransformKeyframe.cpp',
278 'exported/WebURL.cpp', 282 'exported/WebURL.cpp',
279 'exported/WebURLError.cpp', 283 'exported/WebURLError.cpp',
280 'exported/WebURLLoadTiming.cpp', 284 'exported/WebURLLoadTiming.cpp',
281 'exported/WebURLRequest.cpp', 285 'exported/WebURLRequest.cpp',
282 'exported/WebURLRequestPrivate.h', 286 'exported/WebURLRequestPrivate.h',
283 'exported/WebURLResponse.cpp', 287 'exported/WebURLResponse.cpp',
284 'exported/WebURLResponsePrivate.h', 288 'exported/WebURLResponsePrivate.h',
285 'exported/WrappedResourceRequest.h', 289 'exported/WrappedResourceRequest.h',
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 'scroll/ScrollbarThemeMacOverlayAPI.mm', 746 'scroll/ScrollbarThemeMacOverlayAPI.mm',
743 'scroll/ScrollbarThemeMock.cpp', 747 'scroll/ScrollbarThemeMock.cpp',
744 'scroll/ScrollbarThemeMock.h', 748 'scroll/ScrollbarThemeMock.h',
745 'scroll/ScrollbarThemeOverlayMock.h', 749 'scroll/ScrollbarThemeOverlayMock.h',
746 'scroll/ScrollbarThemeNonMacCommon.cpp', 750 'scroll/ScrollbarThemeNonMacCommon.cpp',
747 'scroll/ScrollbarThemeNonMacCommon.h', 751 'scroll/ScrollbarThemeNonMacCommon.h',
748 'scroll/ScrollbarThemeOverlay.cpp', 752 'scroll/ScrollbarThemeOverlay.cpp',
749 'scroll/ScrollbarThemeOverlay.h', 753 'scroll/ScrollbarThemeOverlay.h',
750 'scroll/ScrollbarThemeWin.cpp', 754 'scroll/ScrollbarThemeWin.cpp',
751 'scroll/ScrollbarThemeWin.h', 755 'scroll/ScrollbarThemeWin.h',
756 'speech/PlatformSpeechSynthesisUtterance.cpp',
757 'speech/PlatformSpeechSynthesisUtterance.h',
758 'speech/PlatformSpeechSynthesisVoice.cpp',
759 'speech/PlatformSpeechSynthesisVoice.h',
760 'speech/PlatformSpeechSynthesizer.cpp',
761 'speech/PlatformSpeechSynthesizer.h',
752 'text/BidiContext.cpp', 762 'text/BidiContext.cpp',
753 'text/BidiContext.h', 763 'text/BidiContext.h',
754 'text/BidiResolver.h', 764 'text/BidiResolver.h',
755 'text/BidiRunList.h', 765 'text/BidiRunList.h',
756 'text/DateTimeFormat.cpp', 766 'text/DateTimeFormat.cpp',
757 'text/DateTimeFormat.h', 767 'text/DateTimeFormat.h',
758 'text/DecodeEscapeSequences.h', 768 'text/DecodeEscapeSequences.h',
759 'text/LineEnding.cpp', 769 'text/LineEnding.cpp',
760 'text/LineEnding.h', 770 'text/LineEnding.h',
761 'text/LocaleICU.cpp', 771 'text/LocaleICU.cpp',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 'testing/TreeTestHelpers.h', 876 'testing/TreeTestHelpers.h',
867 'text/BidiResolverTest.cpp', 877 'text/BidiResolverTest.cpp',
868 'text/DateTimeFormatTest.cpp', 878 'text/DateTimeFormatTest.cpp',
869 'weborigin/DatabaseIdentifierTest.cpp', 879 'weborigin/DatabaseIdentifierTest.cpp',
870 'weborigin/KURLTest.cpp', 880 'weborigin/KURLTest.cpp',
871 'weborigin/OriginAccessEntryTest.cpp', 881 'weborigin/OriginAccessEntryTest.cpp',
872 'weborigin/SecurityOriginTest.cpp', 882 'weborigin/SecurityOriginTest.cpp',
873 ], 883 ],
874 }, 884 },
875 } 885 }
OLDNEW
« no previous file with comments | « Source/modules/speech/SpeechSynthesisVoice.h ('k') | Source/platform/exported/WebSpeechSynthesisUtterance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698