From aee541ebc97e1ff2c8bb43e4375913f582931d40 Mon Sep 17 00:00:00 2001 From: "pkasting@chromium.org" Date: Fri, 19 Mar 2010 01:52:45 +0000 Subject: Add GeolocationContentSettingsMap, a geolocation-specific variant of HostContentSettingsMap. This was originally written by bulach and posted at http://codereview.chromium.org/1033004 ; modified and landed by me. BUG=37206 TEST=Tested by unittests TBR=bulach,joth Review URL: http://codereview.chromium.org/1084005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42064 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_common.gypi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chrome/chrome_common.gypi') diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 4fb4c85..6a935e6 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -42,6 +42,9 @@ 'common/chrome_counters.h', 'common/common_param_traits.cc', 'common/common_param_traits.h', + 'common/content_settings.cc', + 'common/content_settings.h', + 'common/content_settings_types.h', 'common/debug_flags.cc', 'common/debug_flags.h', 'common/devtools_messages.h', @@ -196,8 +199,6 @@ 'common/command_buffer_messages.h', 'common/command_buffer_messages_internal.h', 'common/common_glue.cc', - 'common/content_settings.h' - 'common/content_settings_types.h', 'common/css_colors.h', 'common/db_message_filter.cc', 'common/db_message_filter.h', -- cgit v1.1