| Index: services/preferences/public/interfaces/BUILD.gn
|
| diff --git a/components/translate/content/common/BUILD.gn b/services/preferences/public/interfaces/BUILD.gn
|
| similarity index 79%
|
| copy from components/translate/content/common/BUILD.gn
|
| copy to services/preferences/public/interfaces/BUILD.gn
|
| index 7e782e1d0bbbff4bb8c6d65409f5719e548fc33a..c7e9091f046a4106bce78b253bab3053321fa38f 100644
|
| --- a/components/translate/content/common/BUILD.gn
|
| +++ b/services/preferences/public/interfaces/BUILD.gn
|
| @@ -4,13 +4,11 @@
|
|
|
| import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| -mojom("common") {
|
| +mojom("interfaces") {
|
| sources = [
|
| - "translate.mojom",
|
| + "preferences.mojom",
|
| ]
|
| -
|
| public_deps = [
|
| "//mojo/common:common_custom_types",
|
| - "//url/mojo:url_mojom_gurl",
|
| ]
|
| }
|
|
|