OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 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 'targets': [ | 5 'targets': [ |
6 { | 6 { |
7 'target_name': 'wallpaper', | 7 'target_name': 'wallpaper', |
8 'type': '<(component)', | 8 'type': '<(component)', |
9 'dependencies': [ | 9 'dependencies': [ |
10 '../base/base.gyp:base', | 10 '../base/base.gyp:base', |
(...skipping 14 matching lines...) Expand all Loading... |
25 'wallpaper/wallpaper_layout.h', | 25 'wallpaper/wallpaper_layout.h', |
26 'wallpaper/wallpaper_resizer.cc', | 26 'wallpaper/wallpaper_resizer.cc', |
27 'wallpaper/wallpaper_resizer.h', | 27 'wallpaper/wallpaper_resizer.h', |
28 'wallpaper/wallpaper_resizer_observer.h', | 28 'wallpaper/wallpaper_resizer_observer.h', |
29 ], | 29 ], |
30 'conditions': [ | 30 'conditions': [ |
31 ['chromeos==1', { | 31 ['chromeos==1', { |
32 'dependencies': [ | 32 'dependencies': [ |
33 '../chromeos/chromeos.gyp:chromeos', | 33 '../chromeos/chromeos.gyp:chromeos', |
34 '../components/components.gyp:user_manager', | 34 '../components/components.gyp:user_manager', |
| 35 '../components/components.gyp:signin_core_account_id', |
35 ], | 36 ], |
36 'sources': [ | 37 'sources': [ |
37 'wallpaper/wallpaper_manager_base.cc', | 38 'wallpaper/wallpaper_manager_base.cc', |
38 'wallpaper/wallpaper_manager_base.h', | 39 'wallpaper/wallpaper_manager_base.h', |
39 ], | 40 ], |
40 }], | 41 }], |
41 ], | 42 ], |
42 }, | 43 }, |
43 ], | 44 ], |
44 } | 45 } |
OLD | NEW |