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

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

Issue 27043003: Move HTTPParsers.cpp/.h to platform/ (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/modules/websockets/WebSocketHandshake.cpp ('k') | Source/platform/network/HTTPParsers.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 'Clock.cpp', 4 'Clock.cpp',
5 'Clock.h', 5 'Clock.h',
6 'ContentType.cpp', 6 'ContentType.cpp',
7 'ContentType.h', 7 'ContentType.h',
8 'DateComponents.cpp', 8 'DateComponents.cpp',
9 'DateComponents.h', 9 'DateComponents.h',
10 'Decimal.cpp', 10 'Decimal.cpp',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'geometry/LayoutRect.h', 201 'geometry/LayoutRect.h',
202 'geometry/LayoutSize.h', 202 'geometry/LayoutSize.h',
203 'geometry/RoundedRect.cpp', 203 'geometry/RoundedRect.cpp',
204 'geometry/RoundedRect.h', 204 'geometry/RoundedRect.h',
205 'graphics/angle/ANGLEPlatformBridge.cpp', 205 'graphics/angle/ANGLEPlatformBridge.cpp',
206 'graphics/angle/ANGLEPlatformBridge.h', 206 'graphics/angle/ANGLEPlatformBridge.h',
207 'network/DNS.cpp', 207 'network/DNS.cpp',
208 'network/DNS.h', 208 'network/DNS.h',
209 'network/HTTPHeaderMap.cpp', 209 'network/HTTPHeaderMap.cpp',
210 'network/HTTPHeaderMap.h', 210 'network/HTTPHeaderMap.h',
211 'network/HTTPParsers.cpp',
212 'network/HTTPParsers.h',
211 'network/ParsedContentType.cpp', 213 'network/ParsedContentType.cpp',
212 'network/ParsedContentType.h', 214 'network/ParsedContentType.h',
213 'network/ProxyServer.cpp', 215 'network/ProxyServer.cpp',
214 'network/ProxyServer.h', 216 'network/ProxyServer.h',
215 'network/ResourceError.cpp', 217 'network/ResourceError.cpp',
216 'network/ResourceError.h', 218 'network/ResourceError.h',
217 'network/SocketStreamError.cpp', 219 'network/SocketStreamError.cpp',
218 'network/SocketStreamError.h', 220 'network/SocketStreamError.h',
219 'network/SocketStreamHandle.cpp', 221 'network/SocketStreamHandle.cpp',
220 'network/SocketStreamHandle.h', 222 'network/SocketStreamHandle.h',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 'geometry/RoundedRectTest.cpp', 290 'geometry/RoundedRectTest.cpp',
289 'geometry/RoundedRectTest.cpp', 291 'geometry/RoundedRectTest.cpp',
290 'testing/ArenaTestHelpers.h', 292 'testing/ArenaTestHelpers.h',
291 'testing/TreeTestHelpers.cpp', 293 'testing/TreeTestHelpers.cpp',
292 'testing/TreeTestHelpers.h', 294 'testing/TreeTestHelpers.h',
293 'text/DateTimeFormatTest.cpp', 295 'text/DateTimeFormatTest.cpp',
294 'text/DateTimeFormatTest.cpp', 296 'text/DateTimeFormatTest.cpp',
295 ], 297 ],
296 }, 298 },
297 } 299 }
OLDNEW
« no previous file with comments | « Source/modules/websockets/WebSocketHandshake.cpp ('k') | Source/platform/network/HTTPParsers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698