| Index: components/user_manager.gypi
|
| diff --git a/components/user_manager.gypi b/components/user_manager.gypi
|
| index 9a3822e554788077d5065c17aebbb023e27a20a1..6b1170b00385677c59036df613b7030d9b614b61 100644
|
| --- a/components/user_manager.gypi
|
| +++ b/components/user_manager.gypi
|
| @@ -11,6 +11,8 @@
|
| ],
|
| # Chrome OS user_manager sources.
|
| 'user_manager_chromeos_sources': [
|
| + 'user_manager/avatar/user_image.cc',
|
| + 'user_manager/avatar/user_image.h',
|
| 'user_manager/user_type.h',
|
| ],
|
| },
|
| @@ -19,6 +21,8 @@
|
| 'type': '<(component)',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| + '../skia/skia.gyp:skia',
|
| + '../ui/gfx/gfx.gyp:gfx',
|
| ],
|
| 'defines': [
|
| 'USER_MANAGER_IMPLEMENTATION',
|
|
|