Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(862)

Unified Diff: components/arc/BUILD.gn

Issue 2264743002: cheets: implement cros side of WallpaperManagerService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cheets: implement cros side of WallpaperManagerService. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 = [

Powered by Google App Engine
This is Rietveld 408576698