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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/notifications/Notification.cpp ('k') | Source/platform/exported/WebHTTPBody.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 664851cb8e01cd0c3d96378067ee28dde0cad1a2..04a2a1b31f8ecaaac691fe635a705169aba13e7c 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -187,10 +187,17 @@
'exported/WebAudioDevice.cpp',
'exported/WebBlobData.cpp',
'exported/WebData.cpp',
+ 'exported/WebHTTPBody.cpp',
+ 'exported/WebHTTPLoadInfo.cpp',
'exported/WebSocketStreamError.cpp',
'exported/WebThreadSafeData.cpp',
'exported/WebURL.cpp',
'exported/WebURLError.cpp',
+ 'exported/WebURLLoadTiming.cpp',
+ 'exported/WebURLRequest.cpp',
+ 'exported/WebURLRequestPrivate.h',
+ 'exported/WebURLResponse.cpp',
+ 'exported/WebURLResponsePrivate.h',
'fonts/FontBaseline.h',
'fonts/FontData.cpp',
'fonts/FontData.h',
@@ -258,6 +265,14 @@
'network/SocketStreamHandle.h',
'network/SocketStreamHandleClient.h',
'network/SocketStreamHandleInternal.h',
+ 'network/FormData.cpp',
+ 'network/FormData.h',
+ 'network/FormDataBuilder.cpp',
+ 'network/FormDataBuilder.h',
+ 'network/ResourceRequest.cpp',
+ 'network/ResourceRequest.h',
+ 'network/ResourceResponse.cpp',
+ 'network/ResourceResponse.h',
'scroll/ScrollbarThemeClient.h',
'scroll/ScrollTypes.h',
'text/BidiContext.cpp',
« 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