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

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

Issue 29123004: Move core/platform/network to platform/network (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: One more file 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/notifications/Notification.cpp ('k') | Source/platform/exported/WebHTTPBody.cpp » ('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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'clipboard/ClipboardMimeTypes.h', 180 'clipboard/ClipboardMimeTypes.h',
181 'clipboard/ClipboardUtilities.cpp', 181 'clipboard/ClipboardUtilities.cpp',
182 'clipboard/ClipboardUtilities.h', 182 'clipboard/ClipboardUtilities.h',
183 'clipboard/ClipboardUtilitiesPosix.cpp', 183 'clipboard/ClipboardUtilitiesPosix.cpp',
184 'clipboard/ClipboardUtilitiesWin.cpp', 184 'clipboard/ClipboardUtilitiesWin.cpp',
185 'exported/Platform.cpp', 185 'exported/Platform.cpp',
186 'exported/WebAudioBus.cpp', 186 'exported/WebAudioBus.cpp',
187 'exported/WebAudioDevice.cpp', 187 'exported/WebAudioDevice.cpp',
188 'exported/WebBlobData.cpp', 188 'exported/WebBlobData.cpp',
189 'exported/WebData.cpp', 189 'exported/WebData.cpp',
190 'exported/WebHTTPBody.cpp',
191 'exported/WebHTTPLoadInfo.cpp',
190 'exported/WebSocketStreamError.cpp', 192 'exported/WebSocketStreamError.cpp',
191 'exported/WebThreadSafeData.cpp', 193 'exported/WebThreadSafeData.cpp',
192 'exported/WebURL.cpp', 194 'exported/WebURL.cpp',
193 'exported/WebURLError.cpp', 195 'exported/WebURLError.cpp',
196 'exported/WebURLLoadTiming.cpp',
197 'exported/WebURLRequest.cpp',
198 'exported/WebURLRequestPrivate.h',
199 'exported/WebURLResponse.cpp',
200 'exported/WebURLResponsePrivate.h',
194 'fonts/FontBaseline.h', 201 'fonts/FontBaseline.h',
195 'fonts/FontData.cpp', 202 'fonts/FontData.cpp',
196 'fonts/FontData.h', 203 'fonts/FontData.h',
197 'fonts/FontFamily.cpp', 204 'fonts/FontFamily.cpp',
198 'fonts/FontFamily.h', 205 'fonts/FontFamily.h',
199 'fonts/FontFeatureSettings.cpp', 206 'fonts/FontFeatureSettings.cpp',
200 'fonts/FontFeatureSettings.h', 207 'fonts/FontFeatureSettings.h',
201 'geometry/FloatPoint.cpp', 208 'geometry/FloatPoint.cpp',
202 'geometry/FloatPoint.h', 209 'geometry/FloatPoint.h',
203 'geometry/FloatPoint3D.cpp', 210 'geometry/FloatPoint3D.cpp',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'network/ProxyServer.cpp', 258 'network/ProxyServer.cpp',
252 'network/ProxyServer.h', 259 'network/ProxyServer.h',
253 'network/ResourceError.cpp', 260 'network/ResourceError.cpp',
254 'network/ResourceError.h', 261 'network/ResourceError.h',
255 'network/SocketStreamError.cpp', 262 'network/SocketStreamError.cpp',
256 'network/SocketStreamError.h', 263 'network/SocketStreamError.h',
257 'network/SocketStreamHandle.cpp', 264 'network/SocketStreamHandle.cpp',
258 'network/SocketStreamHandle.h', 265 'network/SocketStreamHandle.h',
259 'network/SocketStreamHandleClient.h', 266 'network/SocketStreamHandleClient.h',
260 'network/SocketStreamHandleInternal.h', 267 'network/SocketStreamHandleInternal.h',
268 'network/FormData.cpp',
269 'network/FormData.h',
270 'network/FormDataBuilder.cpp',
271 'network/FormDataBuilder.h',
272 'network/ResourceRequest.cpp',
273 'network/ResourceRequest.h',
274 'network/ResourceResponse.cpp',
275 'network/ResourceResponse.h',
261 'scroll/ScrollbarThemeClient.h', 276 'scroll/ScrollbarThemeClient.h',
262 'scroll/ScrollTypes.h', 277 'scroll/ScrollTypes.h',
263 'text/BidiContext.cpp', 278 'text/BidiContext.cpp',
264 'text/BidiContext.h', 279 'text/BidiContext.h',
265 'text/BidiResolver.h', 280 'text/BidiResolver.h',
266 'text/BidiRunList.h', 281 'text/BidiRunList.h',
267 'text/DateTimeFormat.cpp', 282 'text/DateTimeFormat.cpp',
268 'text/DateTimeFormat.h', 283 'text/DateTimeFormat.h',
269 'text/DecodeEscapeSequences.h', 284 'text/DecodeEscapeSequences.h',
270 'text/LineEnding.cpp', 285 'text/LineEnding.cpp',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'geometry/RegionTest.cpp', 342 'geometry/RegionTest.cpp',
328 'geometry/RoundedRectTest.cpp', 343 'geometry/RoundedRectTest.cpp',
329 'graphics/ThreadSafeDataTransportTest.cpp', 344 'graphics/ThreadSafeDataTransportTest.cpp',
330 'testing/ArenaTestHelpers.h', 345 'testing/ArenaTestHelpers.h',
331 'testing/TreeTestHelpers.cpp', 346 'testing/TreeTestHelpers.cpp',
332 'testing/TreeTestHelpers.h', 347 'testing/TreeTestHelpers.h',
333 'text/DateTimeFormatTest.cpp', 348 'text/DateTimeFormatTest.cpp',
334 ], 349 ],
335 }, 350 },
336 } 351 }
OLDNEW
« no previous file with comments | « Source/modules/notifications/Notification.cpp ('k') | Source/platform/exported/WebHTTPBody.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698