| Index: ui/app_list/app_list.gyp
|
| diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp
|
| index 0c1430712a63f1465683171c33b2d1f41428cfec..1225d537542427b7a7561e6cb4e864fe41c83796 100644
|
| --- a/ui/app_list/app_list.gyp
|
| +++ b/ui/app_list/app_list.gyp
|
| @@ -17,7 +17,6 @@
|
| '../../skia/skia.gyp:skia',
|
| '../base/strings/ui_strings.gyp:ui_strings',
|
| '../compositor/compositor.gyp:compositor',
|
| - '../events/events.gyp:events',
|
| '../gfx/gfx.gyp:gfx',
|
| '../ui.gyp:ui',
|
| '../ui.gyp:ui_resources',
|
| @@ -133,6 +132,7 @@
|
| 'dependencies': [
|
| '../../content/content.gyp:content',
|
| '../../content/content.gyp:content_browser',
|
| + '../events/events.gyp:events',
|
| '../views/controls/webview/webview.gyp:webview',
|
| '../views/views.gyp:views',
|
| ],
|
|
|