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

Unified Diff: components/content_settings/core/common/BUILD.gn

Issue 440423003: Clean content_settings_pattern_parser.* from unnecessary dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: components/content_settings/core/common/BUILD.gn
diff --git a/components/content_settings/core/common/BUILD.gn b/components/content_settings/core/common/BUILD.gn
index 7c7d0a1e7e0af0f46bc64d29342a57f1fd40c655..3050faf36145c67e3d6bf3a2b55823394ea66f3c 100644
--- a/components/content_settings/core/common/BUILD.gn
+++ b/components/content_settings/core/common/BUILD.gn
@@ -4,6 +4,8 @@
source_set("common") {
sources = [
+ "content_settings_client.cc",
+ "content_settings_client.h",
"content_settings_types.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698