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

Unified Diff: content/content_common.gypi

Issue 1977313002: Define parameter structs of resource messages out of resource_messages.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 0fa1c31d913aaf6b150637cd7434736887d463f4..e9e6e813a113349341acdad7d5c96cc586851586 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -475,8 +475,12 @@
'common/resize_params.h',
'common/resource_messages.cc',
'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_completion_status.cc',
+ 'common/resource_request_completion_status.h',
'common/sandbox_init_mac.cc',
'common/sandbox_init_mac.h',
'common/sandbox_init_win.cc',

Powered by Google App Engine
This is Rietveld 408576698