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