| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index e0ebe6182b771763d7a8681b11b2bf12fecb8783..7306099107054e1f5c920a5342cceed4707ee737 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -54,8 +54,6 @@ static_library("arc") {
|
| "set_wallpaper_delegate.h",
|
| "storage_manager/arc_storage_manager.cc",
|
| "storage_manager/arc_storage_manager.h",
|
| - "user_data/arc_user_data_service.cc",
|
| - "user_data/arc_user_data_service.h",
|
| ]
|
|
|
| deps = [
|
| @@ -136,6 +134,7 @@ mojom("arc_bindings") {
|
| "common/bluetooth.mojom",
|
| "common/clipboard.mojom",
|
| "common/crash_collector.mojom",
|
| + "common/enterprise_reporting.mojom",
|
| "common/file_system.mojom",
|
| "common/ime.mojom",
|
| "common/intent_helper.mojom",
|
|
|