| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index acd05abc7c2c1c6760a55461362d6822c1d7c218..94e647de95564146dbb9feabd121087afeddddde 100644
|
| --- a/ui/views/views.gyp
|
| +++ b/ui/views/views.gyp
|
| @@ -35,6 +35,7 @@
|
| '../../third_party/icu/icu.gyp:icuuc',
|
| '../base/strings/ui_strings.gyp:ui_strings',
|
| '../compositor/compositor.gyp:compositor',
|
| + '../web_dialogs/web_dialogs.gyp:web_dialogs',
|
| '../ui.gyp:ui',
|
| '../ui.gyp:ui_resources',
|
| ],
|
| @@ -232,6 +233,8 @@
|
| 'controls/tree/tree_view_views.h',
|
| 'controls/tree/tree_view_win.cc',
|
| 'controls/tree/tree_view_win.h',
|
| + 'controls/webview/web_dialog_view.cc',
|
| + 'controls/webview/web_dialog_view.h',
|
| 'controls/webview/webview.cc',
|
| 'controls/webview/webview.h',
|
| 'debug_utils.cc',
|
|
|