| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 7f7752d4b11dda1c7cf4b7efe608e36136bdd6cd..fb0b1cbfa7640bc70d2ec9df152ab241615d4863 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -131,8 +131,6 @@ mojom("arc_bindings_old_types") {
|
| "common/enterprise_reporting.mojom",
|
| "common/intent_helper.mojom",
|
| "common/net.mojom",
|
| - "common/scale_factor.mojom",
|
| - "common/screen_rect.mojom",
|
| "common/video_accelerator.mojom",
|
| ]
|
|
|
| @@ -161,6 +159,8 @@ mojom("arc_bindings") {
|
| "common/power.mojom",
|
| "common/print.mojom",
|
| "common/process.mojom",
|
| + "common/scale_factor.mojom",
|
| + "common/screen_rect.mojom",
|
| "common/storage_manager.mojom",
|
| "common/tts.mojom",
|
| "common/video.mojom",
|
|
|