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

Unified Diff: content/content_common.gypi

Issue 2038813003: Making ResourceRequestBody part of //content's public API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 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 | « content/common/resource_request_body_impl.cc ('k') | content/public/common/page_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 0d93b6f726b2cbed1d13b1a745d112cafb546251..b6474c2fde986ced88395855c7247aa777c4f2ad 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -178,6 +178,8 @@
'public/common/request_context_type.h',
'public/common/resource_devtools_info.cc',
'public/common/resource_devtools_info.h',
+ 'public/common/resource_request_body.cc',
+ 'public/common/resource_request_body.h',
'public/common/resource_response.cc',
'public/common/resource_response.h',
'public/common/resource_response_info.cc',
@@ -471,8 +473,8 @@
'common/resource_messages.h',
'common/resource_request.cc',
'common/resource_request.h',
- 'common/resource_request_body.cc',
- 'common/resource_request_body.h',
+ 'common/resource_request_body_impl.cc',
+ 'common/resource_request_body_impl.h',
'common/resource_request_completion_status.cc',
'common/resource_request_completion_status.h',
'common/sandbox_init_mac.cc',
« no previous file with comments | « content/common/resource_request_body_impl.cc ('k') | content/public/common/page_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698