| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index ce44774df07d72afee490813e51c14ce736c830c..3503f8b48483704fc9efae4a66762e1ce0e87d15 100644
|
| --- a/ui/views/views.gyp
|
| +++ b/ui/views/views.gyp
|
| @@ -674,6 +674,7 @@
|
| '../events/platform/events_platform.gyp:events_platform',
|
| '../gfx/gfx.gyp:gfx',
|
| '../gfx/gfx.gyp:gfx_geometry',
|
| + '../gfx/gfx.gyp:gfx_range',
|
| '../gfx/gfx.gyp:gfx_vector_icons',
|
| '../native_theme/native_theme.gyp:native_theme',
|
| '../resources/ui_resources.gyp:ui_resources',
|
| @@ -833,6 +834,7 @@
|
| '../events/platform/events_platform.gyp:events_platform',
|
| '../gfx/gfx.gyp:gfx',
|
| '../gfx/gfx.gyp:gfx_geometry',
|
| + '../gfx/gfx.gyp:gfx_range',
|
| 'resources/views_resources.gyp:views_resources',
|
| 'views',
|
| ],
|
| @@ -884,6 +886,7 @@
|
| '../events/events.gyp:events_test_support',
|
| '../gfx/gfx.gyp:gfx',
|
| '../gfx/gfx.gyp:gfx_geometry',
|
| + '../gfx/gfx.gyp:gfx_range',
|
| '../native_theme/native_theme.gyp:native_theme',
|
| '../resources/ui_resources.gyp:ui_resources',
|
| '../resources/ui_resources.gyp:ui_test_pak',
|
|
|