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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 25886002: Move TextStream to Source/platform/text/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/svg/graphics/filters/SVGFEImage.cpp ('k') | Source/platform/text/TextStream.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 'platform_files': [ 3 'platform_files': [
4 'clipboard/ClipboardMimeTypes.cpp', 4 'clipboard/ClipboardMimeTypes.cpp',
5 'clipboard/ClipboardMimeTypes.h', 5 'clipboard/ClipboardMimeTypes.h',
6 'clipboard/ClipboardUtilitiesPosix.cpp', 6 'clipboard/ClipboardUtilitiesPosix.cpp',
7 'clipboard/ClipboardUtilitiesWin.cpp', 7 'clipboard/ClipboardUtilitiesWin.cpp',
8 'clipboard/ClipboardUtilities.cpp', 8 'clipboard/ClipboardUtilities.cpp',
9 'clipboard/ClipboardUtilities.h', 9 'clipboard/ClipboardUtilities.h',
10 'exported/Platform.cpp', 10 'exported/Platform.cpp',
(...skipping 30 matching lines...) Expand all
41 'network/SocketStreamHandle.cpp', 41 'network/SocketStreamHandle.cpp',
42 'network/SocketStreamHandle.h', 42 'network/SocketStreamHandle.h',
43 'network/SocketStreamHandleClient.h', 43 'network/SocketStreamHandleClient.h',
44 'network/SocketStreamHandleInternal.h', 44 'network/SocketStreamHandleInternal.h',
45 'transforms/AffineTransform.cpp', 45 'transforms/AffineTransform.cpp',
46 'transforms/AffineTransform.h', 46 'transforms/AffineTransform.h',
47 'transforms/TransformationMatrix.cpp', 47 'transforms/TransformationMatrix.cpp',
48 'transforms/TransformationMatrix.h', 48 'transforms/TransformationMatrix.h',
49 'text/BidiContext.cpp', 49 'text/BidiContext.cpp',
50 'text/BidiContext.h', 50 'text/BidiContext.h',
51 'text/TextStream.cpp',
52 'text/TextStream.h',
51 'Clock.cpp', 53 'Clock.cpp',
52 'Clock.h', 54 'Clock.h',
53 'DateComponents.cpp', 55 'DateComponents.cpp',
54 'DateComponents.h', 56 'DateComponents.h',
55 'Decimal.cpp', 57 'Decimal.cpp',
56 'Decimal.h', 58 'Decimal.h',
57 'EventTracer.cpp', 59 'EventTracer.cpp',
58 'EventTracer.h', 60 'EventTracer.h',
59 'FileChooser.cpp', 61 'FileChooser.cpp',
60 'FileChooser.h', 62 'FileChooser.h',
(...skipping 30 matching lines...) Expand all
91 'platform_test_files': [ 93 'platform_test_files': [
92 'clipboard/ClipboardUtilitiesTest.cpp', 94 'clipboard/ClipboardUtilitiesTest.cpp',
93 'text/DateTimeFormatTest.cpp', 95 'text/DateTimeFormatTest.cpp',
94 'ClockTest.cpp', 96 'ClockTest.cpp',
95 'DecimalTest.cpp', 97 'DecimalTest.cpp',
96 'LayoutUnitTest.cpp', 98 'LayoutUnitTest.cpp',
97 'SharedBufferTest.cpp', 99 'SharedBufferTest.cpp',
98 ], 100 ],
99 }, 101 },
100 } 102 }
OLDNEW
« no previous file with comments | « Source/core/svg/graphics/filters/SVGFEImage.cpp ('k') | Source/platform/text/TextStream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698