Index: components/arc/BUILD.gn |
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn |
index 5c20c565f7aeb934e54ff4dd66e5d783edb300ce..fde6e21160ed1364f50d8d496960debc0cef0fc1 100644 |
--- a/components/arc/BUILD.gn |
+++ b/components/arc/BUILD.gn |
@@ -58,6 +58,8 @@ static_library("arc") { |
"storage_manager/arc_storage_manager.h", |
"user_data/arc_user_data_service.cc", |
"user_data/arc_user_data_service.h", |
+ "wallpaper/arc_wallpaper_bridge.cc", |
+ "wallpaper/arc_wallpaper_bridge.h", |
] |
deps = [ |
@@ -156,6 +158,7 @@ mojom("arc_bindings") { |
"common/tts.mojom", |
"common/video.mojom", |
"common/video_accelerator.mojom", |
+ "common/wallpaper.mojom", |
] |
deps = [ |