| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index 8b418b6320d35b98a19127127f87621af13f93a9..e0c6eac03a2b29ac59b54b10b040d06722ef0fe7 100644
|
| --- a/ui/views/views.gyp
|
| +++ b/ui/views/views.gyp
|
| @@ -394,6 +394,8 @@
|
| 'touchui/touch_editing_menu.h',
|
| 'touchui/touch_selection_controller_impl.cc',
|
| 'touchui/touch_selection_controller_impl.h',
|
| + 'touchui/touch_selection_menu_runner_views.cc',
|
| + 'touchui/touch_selection_menu_runner_views.h',
|
| 'widget/window_reorderer.cc',
|
| 'widget/window_reorderer.h',
|
| ],
|
| @@ -690,6 +692,7 @@
|
| ],
|
| 'dependencies': [
|
| '../aura/aura.gyp:aura',
|
| + '../touch_selection/ui_touch_selection.gyp:ui_touch_selection',
|
| '../wm/wm.gyp:wm',
|
| ],
|
| }],
|
| @@ -850,6 +853,7 @@
|
| 'dependencies': [
|
| '../aura/aura.gyp:aura',
|
| '../aura/aura.gyp:aura_test_support',
|
| + '../touch_selection/ui_touch_selection.gyp:ui_touch_selection',
|
| '../wm/wm.gyp:wm',
|
| ],
|
| 'conditions': [
|
|
|