diff options
author | vasilii <vasilii@chromium.org> | 2014-09-05 03:23:13 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-05 10:26:46 +0000 |
commit | f62dbf9674ab7ad07e58daf40b1e49e3a7ed7b22 (patch) | |
tree | c434edbcb1497ef245fe1b1ded011329c7cfd319 /chrome/chrome_common.gypi | |
parent | d2de6078e7f2ce097c3f31b1832d7260f93cd92c (diff) | |
download | chromium_src-f62dbf9674ab7ad07e58daf40b1e49e3a7ed7b22.zip chromium_src-f62dbf9674ab7ad07e58daf40b1e49e3a7ed7b22.tar.gz chromium_src-f62dbf9674ab7ad07e58daf40b1e49e3a7ed7b22.tar.bz2 |
Move content_settings_pattern and content_settings_pattern_parser to the content_settings component.
BUG=387079
TBR=nasko@chromium.org
Review URL: https://codereview.chromium.org/518803009
Cr-Commit-Position: refs/heads/master@{#293493}
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index e0aa62dbf..fc6986a 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -48,10 +48,6 @@ 'common/content_restriction.h', 'common/content_settings.cc', 'common/content_settings.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_pattern_serializer.cc', 'common/content_settings_pattern_serializer.h', 'common/crash_keys.cc', |