| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 57c3398239efb66ce1ee5aa80f54c12ea0230ac8..c8b17d5a7d41cb72432dcf4b0921954bcc3b956e 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -51,6 +51,8 @@ static_library("arc") {
|
| "net/arc_net_host_impl.h",
|
| "power/arc_power_bridge.cc",
|
| "power/arc_power_bridge.h",
|
| + "userdata/arc_user_data_service.cc",
|
| + "userdata/arc_user_data_service.h",
|
| "window_manager/arc_window_manager_bridge.cc",
|
| "window_manager/arc_window_manager_bridge.h",
|
| ]
|
|
|