1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 component("wallpaper") {
8 "wallpaper_resizer.cc",
10 "wallpaper_resizer_observer.h",
13 defines = [ "WALLPAPER_IMPLEMENTATION" ]
28 "wallpaper_manager_base.cc",
29 "wallpaper_manager_base.h",
31 public_deps += [ "//third_party/icu" ]
34 "//components/user_manager",
35 "//content/public/browser",
40 source_set("unit_tests") {
43 "wallpaper_resizer_unittest.cc",
48 "//content/test:test_support",