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.
7 'target_name': 'wallpaper',
8 'type': '<(component)',
10 '../base/base.gyp:base',
11 '../base/base.gyp:base_prefs',
12 '../content/content.gyp:content',
13 '../skia/skia.gyp:skia',
14 '../ui/gfx/gfx.gyp:gfx',
15 '../ui/gfx/gfx.gyp:gfx_geometry',
16 '../url/url.gyp:url_lib',
22 'WALLPAPER_IMPLEMENTATION',
25 'wallpaper/wallpaper_layout.h',
26 'wallpaper/wallpaper_resizer.cc',
27 'wallpaper/wallpaper_resizer.h',
28 'wallpaper/wallpaper_resizer_observer.h',
33 '../chromeos/chromeos.gyp:chromeos',
34 '../components/components.gyp:user_manager',
37 'wallpaper/wallpaper_manager_base.cc',
38 'wallpaper/wallpaper_manager_base.h',