| Index: ui/app_list/app_list.gyp
|
| diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp
|
| index d06df53fd4dd2855b39316d3b87858afed54aea0..2df15a89a41e7753468fa4c82d01a4cd48d0a8df 100644
|
| --- a/ui/app_list/app_list.gyp
|
| +++ b/ui/app_list/app_list.gyp
|
| @@ -18,6 +18,7 @@
|
| '../base/strings/ui_strings.gyp:ui_strings',
|
| '../compositor/compositor.gyp:compositor',
|
| '../gfx/gfx.gyp:gfx',
|
| + '../gfx/gfx.gyp:gfx_geometry',
|
| '../resources/ui_resources.gyp:ui_resources',
|
| '../ui.gyp:ui',
|
| ],
|
| @@ -174,6 +175,7 @@
|
| 'dependencies': [
|
| '../../base/base.gyp:base',
|
| '../gfx/gfx.gyp:gfx',
|
| + '../gfx/gfx.gyp:gfx_geometry',
|
| 'app_list',
|
| ],
|
| 'sources': [
|
|
|