| Index: components/user_manager.gypi
|
| diff --git a/components/user_manager.gypi b/components/user_manager.gypi
|
| index d63f37823f7e0ce1ed0d50b0e37f54ba6fd7152b..f10edf20894aad918bc45a25c0c1b47c903e27c3 100644
|
| --- a/components/user_manager.gypi
|
| +++ b/components/user_manager.gypi
|
| @@ -8,6 +8,9 @@
|
| 'type': '<(component)',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| + '../skia/skia.gyp:skia',
|
| + '../ui/gfx/gfx.gyp:gfx',
|
| + '../url/url.gyp:url_lib',
|
| ],
|
| 'defines': [
|
| 'USER_MANAGER_IMPLEMENTATION',
|
| @@ -16,6 +19,8 @@
|
| '..',
|
| ],
|
| 'sources': [
|
| + 'user_manager/user_image/user_image.cc',
|
| + 'user_manager/user_image/user_image.h',
|
| 'user_manager/user_type.h',
|
| 'user_manager/user_manager_export.h',
|
| ],
|
|
|