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

Side by Side Diff: components/arc/BUILD.gn

Issue 2320323002: Revert of cheets: implement cros side of WallpaperManagerService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 static_library("arc") { 8 static_library("arc") {
9 sources = [ 9 sources = [
10 "arc_bridge_bootstrap.cc", 10 "arc_bridge_bootstrap.cc",
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "common/policy.mojom", 149 "common/policy.mojom",
150 "common/power.mojom", 150 "common/power.mojom",
151 "common/print.mojom", 151 "common/print.mojom",
152 "common/process.mojom", 152 "common/process.mojom",
153 "common/scale_factor.mojom", 153 "common/scale_factor.mojom",
154 "common/screen_rect.mojom", 154 "common/screen_rect.mojom",
155 "common/storage_manager.mojom", 155 "common/storage_manager.mojom",
156 "common/tts.mojom", 156 "common/tts.mojom",
157 "common/video.mojom", 157 "common/video.mojom",
158 "common/video_accelerator.mojom", 158 "common/video_accelerator.mojom",
159 "common/wallpaper.mojom",
160 ] 159 ]
161 160
162 deps = [ 161 deps = [
163 "//mojo/common:common_custom_types", 162 "//mojo/common:common_custom_types",
164 "//ui/gfx/geometry/mojo", 163 "//ui/gfx/geometry/mojo",
165 ] 164 ]
166 165
167 use_new_wrapper_types = false 166 use_new_wrapper_types = false
168 } 167 }
169 168
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 ] 269 ]
271 270
272 deps = [ 271 deps = [
273 ":arc_standalone", 272 ":arc_standalone",
274 ":arc_standalone_service", 273 ":arc_standalone_service",
275 "//base", 274 "//base",
276 "//ipc:ipc", 275 "//ipc:ipc",
277 "//mojo/edk/system", 276 "//mojo/edk/system",
278 ] 277 ]
279 } 278 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/arc/arc_wallpaper_service.cc ('k') | components/arc/arc_bridge_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698