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

Unified Diff: content/content_common.gypi

Issue 8635017: Add a referrer class to be used in the browser process whenever passing around referrsr (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years, 1 month 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 469fa3ea1486b5a79f370f969109beb780880bf0..0a9ab8d4b0a262c6a2611eb59f711a34215bc8f2 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -47,6 +47,7 @@
'public/common/page_zoom.h',
'public/common/pepper_plugin_info.cc',
'public/common/pepper_plugin_info.h',
+ 'public/common/referrer.h',
'public/common/renderer_preferences.cc',
'public/common/renderer_preferences.h',
'public/common/resource_dispatcher_delegate.h',
@@ -205,6 +206,7 @@
'common/quota_messages.h',
'common/quota_dispatcher.cc',
'common/quota_dispatcher.h',
+ 'common/referrer.cc',
'common/request_extra_data.cc',
'common/request_extra_data.h',
'common/resource_dispatcher.cc',

Powered by Google App Engine
This is Rietveld 408576698