From 9ecd399719439f11461912ee56a9d51763239a26 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Fri, 16 Jul 2010 02:39:47 +0000 Subject: Factor out OriginToString into a common function in chrome/common/. With that, notifications doesn't depend on geolocation code anymore. (NOTE: this was a TODO for bulach). BUG=None TEST=out/Debug/unit_tests --gtest_filter=ContentSettingsHelperTest.* Signed-off-by: Thiago Farina Review URL: http://codereview.chromium.org/2910005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52597 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_common.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/chrome_common.gypi') diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 34ba21b..6978ebe 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -44,6 +44,8 @@ 'common/common_param_traits.h', 'common/content_settings.cc', 'common/content_settings.h', + 'common/content_settings_helper.cc', + 'common/content_settings_helper.h', 'common/content_settings_types.h', 'common/debug_flags.cc', 'common/debug_flags.h', -- cgit v1.1