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

Unified Diff: chrome/chrome_common.gypi

Issue 440423003: Clean content_settings_pattern_parser.* from unnecessary dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no DCHECK Created 6 years, 4 months 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: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 630263c5f18e2bc06d1baa610371043a59257457..42473d08b37ad8cf8533afd533b4e36980649992 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -48,10 +48,14 @@
'common/content_restriction.h',
'common/content_settings.cc',
'common/content_settings.h',
+ 'common/content_settings_component.cc',
+ 'common/content_settings_component.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',
'common/crash_keys.h',
'common/custom_handlers/protocol_handler.cc',

Powered by Google App Engine
This is Rietveld 408576698