GN + Android: extract android_standalone_library rule.
[chromium-blink-merge.git] / components / wallpaper.gypi
blob057616b1f88ce71a0d60826fb5106981d47fb7db
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   'targets': [
6     {
7       'target_name': 'wallpaper',
8       'type': '<(component)',
9       'dependencies': [
10         '../base/base.gyp:base',
11         '../skia/skia.gyp:skia',
12         '../ui/gfx/gfx.gyp:gfx',
13         '../ui/gfx/gfx.gyp:gfx_geometry',
14       ],
15       'include_dirs': [
16         '..',
17       ],
18       'defines':[
19         'WALLPAPER_IMPLEMENTATION',
20       ],
21       'sources': [
22         'wallpaper/wallpaper_layout.h',
23         'wallpaper/wallpaper_resizer.cc',
24         'wallpaper/wallpaper_resizer.h',
25         'wallpaper/wallpaper_resizer_observer.h',
26       ],
27     },
28   ],