diff options
author | marja@chromium.org <marja@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-21 08:19:27 +0000 |
---|---|---|
committer | marja@chromium.org <marja@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-21 08:19:27 +0000 |
commit | 1d03fa3b98dccd9f18c42a4fd65bbcff728218dd (patch) | |
tree | 8448f32ee0fb81f5aede76f020fab77e35bbe504 /chrome/chrome_common.gypi | |
parent | 03d2069b77ade5f2c5d47a5f74f2c97ffdf1acbf (diff) | |
download | chromium_src-1d03fa3b98dccd9f18c42a4fd65bbcff728218dd.zip chromium_src-1d03fa3b98dccd9f18c42a4fd65bbcff728218dd.tar.gz chromium_src-1d03fa3b98dccd9f18c42a4fd65bbcff728218dd.tar.bz2 |
Moving ContentSettingsPattern and ContentSettingsPatternParser from chrome/browser/content_settings to chrome/common.
This is needed for transmitting image-related content settings to the renderer.
BUG=81179
TEST=NONE
Review URL: http://codereview.chromium.org/7885006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102088 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 153ee38..cb39d95 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -89,6 +89,10 @@ 'common/content_settings.h', 'common/content_settings_helper.cc', 'common/content_settings_helper.h', + 'common/content_settings_pattern.cc', + 'common/content_settings_pattern.h', + 'common/content_settings_pattern_parser.cc', + 'common/content_settings_pattern_parser.h', 'common/content_settings_types.h', 'common/custom_handlers/protocol_handler.cc', 'common/custom_handlers/protocol_handler.h', |