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

Unified Diff: webkit/common/webkit_common.gypi

Issue 16831010: Move some classes out of webkit/glue/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move UploadDataStreamBuilder to content/browser Created 7 years, 6 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 | « webkit/common/resource_response_info.cc ('k') | webkit/glue/resource_loader_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/webkit_common.gypi
diff --git a/webkit/common/webkit_common.gypi b/webkit/common/webkit_common.gypi
index 353efaf5930e42246ea2b0606186ce79eea50480..60ed368a1b462839d39d450fadad8e95d8216c97 100644
--- a/webkit/common/webkit_common.gypi
+++ b/webkit/common/webkit_common.gypi
@@ -20,6 +20,7 @@
'<(DEPTH)/ui/ui.gyp:ui',
'<(DEPTH)/ui/ui.gyp:ui_resources',
'<(DEPTH)/url/url.gyp:url_lib',
+ '<(DEPTH)/webkit/base/webkit_base.gyp:webkit_base',
'webkit_resources',
],
@@ -41,6 +42,12 @@
'cursors/webcursor_gtk_data.h',
'cursors/webcursor_mac.mm',
'cursors/webcursor_win.cc',
+ 'resource_devtools_info.cc',
+ 'resource_devtools_info.h',
+ 'resource_request_body.cc',
+ 'resource_request_body.h',
+ 'resource_response_info.cc',
+ 'resource_response_info.h',
],
'conditions': [
« no previous file with comments | « webkit/common/resource_response_info.cc ('k') | webkit/glue/resource_loader_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698