| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 50ab8b66cf24c4313effc1c57fbdc44f4362a575..3c486c36c73dff6a7b644bf7df9dcff7831f7e49 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -16,6 +16,7 @@
|
| '../base/base.gyp:base_i18n',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '../cc/cc.gyp:cc',
|
| + '../components/components.gyp:user_manager',
|
| '../content/content.gyp:content_browser',
|
| '../media/media.gyp:media',
|
| '../net/net.gyp:net',
|
| @@ -229,7 +230,6 @@
|
| 'session/session_state_delegate.h',
|
| 'session/session_state_observer.cc',
|
| 'session/session_state_observer.h',
|
| - 'session/user_info.h',
|
| 'shelf/app_list_button.cc',
|
| 'shelf/app_list_button.h',
|
| 'shelf/app_list_shelf_item_delegate.cc',
|
|
|