| Index: views/views.gyp
|
| diff --git a/views/views.gyp b/views/views.gyp
|
| index 6f4da62696c651882503eb617e4a44dd6e9a2b12..148904f989647d24e4a98f91344093e5000e1e37 100644
|
| --- a/views/views.gyp
|
| +++ b/views/views.gyp
|
| @@ -398,21 +398,21 @@
|
| 'widget/widget_delegate.h',
|
| 'widget/window_manager.cc',
|
| 'widget/window_manager.h',
|
| - 'window/client_view.cc',
|
| - 'window/client_view.h',
|
| - 'window/custom_frame_view.cc',
|
| - 'window/custom_frame_view.h',
|
| - 'window/dialog_client_view.cc',
|
| - 'window/dialog_client_view.h',
|
| - 'window/dialog_delegate.cc',
|
| - 'window/dialog_delegate.h',
|
| - 'window/native_frame_view.cc',
|
| - 'window/native_frame_view.h',
|
| - 'window/non_client_view.cc',
|
| - 'window/non_client_view.h',
|
| - 'window/window_resources.h',
|
| - 'window/window_shape.cc',
|
| - 'window/window_shape.h',
|
| + '../ui/views/window/client_view.cc',
|
| + '../ui/views/window/client_view.h',
|
| + '../ui/views/window/custom_frame_view.cc',
|
| + '../ui/views/window/window/custom_frame_view.h',
|
| + '../ui/views/window/dialog_client_view.cc',
|
| + '../ui/views/window/window/dialog_client_view.h',
|
| + '../ui/views/window/dialog_delegate.cc',
|
| + '../ui/views/window/dialog_delegate.h',
|
| + '../ui/views/window/native_frame_view.cc',
|
| + '../ui/views/window/native_frame_view.h',
|
| + '../ui/views/window/non_client_view.cc',
|
| + '../ui/views/window/non_client_view.h',
|
| + '../ui/views/window/window_resources.h',
|
| + '../ui/views/window/window_shape.cc',
|
| + '../ui/views/window/window_shape.h',
|
| ],
|
| 'include_dirs': [
|
| '../third_party/wtl/include',
|
|
|