Index: components/content_settings/core/browser/BUILD.gn |
diff --git a/components/content_settings/core/common/BUILD.gn b/components/content_settings/core/browser/BUILD.gn |
similarity index 75% |
copy from components/content_settings/core/common/BUILD.gn |
copy to components/content_settings/core/browser/BUILD.gn |
index 7c7d0a1e7e0af0f46bc64d29342a57f1fd40c655..705f77af7fbb39906e77ffed26b5c7520bbf2cf1 100644 |
--- a/components/content_settings/core/common/BUILD.gn |
+++ b/components/content_settings/core/browser/BUILD.gn |
@@ -2,8 +2,8 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-source_set("common") { |
+source_set("browser") { |
sources = [ |
- "content_settings_types.h", |
+ "content_settings_provider.h", |
] |
} |