OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 }, | 7 }, |
8 | 8 |
9 'target_defaults': { | 9 'target_defaults': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 '../ui/gfx/compositor/compositor.gyp:compositor', | 48 '../ui/gfx/compositor/compositor.gyp:compositor', |
49 '../ui/ui.gyp:ui', | 49 '../ui/ui.gyp:ui', |
50 '../ui/ui.gyp:ui_resources', | 50 '../ui/ui.gyp:ui_resources', |
51 '../ui/ui.gyp:ui_resources_standard', | 51 '../ui/ui.gyp:ui_resources_standard', |
52 ], | 52 ], |
53 'defines': [ | 53 'defines': [ |
54 'VIEWS_IMPLEMENTATION', | 54 'VIEWS_IMPLEMENTATION', |
55 ], | 55 ], |
56 'sources': [ | 56 'sources': [ |
57 # All .cc, .h under views, except unittests | 57 # All .cc, .h under views, except unittests |
58 'accessibility/native_view_accessibility_win.cc', | |
59 'accessibility/native_view_accessibility_win.h', | |
60 'accessible_pane_view.cc', | 58 'accessible_pane_view.cc', |
61 'accessible_pane_view.h', | 59 'accessible_pane_view.h', |
62 'animation/bounds_animator.cc', | 60 'animation/bounds_animator.cc', |
63 'animation/bounds_animator.h', | 61 'animation/bounds_animator.h', |
64 'background.cc', | 62 'background.cc', |
65 'background.h', | 63 'background.h', |
66 'border.cc', | 64 'border.cc', |
67 'border.h', | 65 'border.h', |
68 'bubble/bubble_border.cc', | 66 'bubble/bubble_border.cc', |
69 'bubble/bubble_border.h', | 67 'bubble/bubble_border.h', |
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
389 'widget/native_widget_views.cc', | 387 'widget/native_widget_views.cc', |
390 'widget/native_widget_views.h', | 388 'widget/native_widget_views.h', |
391 'widget/native_widget_win.cc', | 389 'widget/native_widget_win.cc', |
392 'widget/native_widget_win.h', | 390 'widget/native_widget_win.h', |
393 'widget/widget.cc', | 391 'widget/widget.cc', |
394 'widget/widget.h', | 392 'widget/widget.h', |
395 'widget/widget_delegate.cc', | 393 'widget/widget_delegate.cc', |
396 'widget/widget_delegate.h', | 394 'widget/widget_delegate.h', |
397 'widget/window_manager.cc', | 395 'widget/window_manager.cc', |
398 'widget/window_manager.h', | 396 'widget/window_manager.h', |
| 397 '../ui/views/accessibility/native_view_accessibility_win.cc', |
| 398 '../ui/views/accessibility/native_view_accessibility_win.h', |
399 '../ui/views/window/client_view.cc', | 399 '../ui/views/window/client_view.cc', |
400 '../ui/views/window/client_view.h', | 400 '../ui/views/window/client_view.h', |
401 '../ui/views/window/custom_frame_view.cc', | 401 '../ui/views/window/custom_frame_view.cc', |
402 '../ui/views/window/window/custom_frame_view.h', | 402 '../ui/views/window/window/custom_frame_view.h', |
403 '../ui/views/window/dialog_client_view.cc', | 403 '../ui/views/window/dialog_client_view.cc', |
404 '../ui/views/window/window/dialog_client_view.h', | 404 '../ui/views/window/window/dialog_client_view.h', |
405 '../ui/views/window/dialog_delegate.cc', | 405 '../ui/views/window/dialog_delegate.cc', |
406 '../ui/views/window/dialog_delegate.h', | 406 '../ui/views/window/dialog_delegate.h', |
407 '../ui/views/window/native_frame_view.cc', | 407 '../ui/views/window/native_frame_view.cc', |
408 '../ui/views/window/native_frame_view.h', | 408 '../ui/views/window/native_frame_view.h', |
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
930 'include_dirs': [ | 930 'include_dirs': [ |
931 '../third_party/wtl/include', | 931 '../third_party/wtl/include', |
932 ], | 932 ], |
933 }], | 933 }], |
934 ], | 934 ], |
935 }, | 935 }, |
936 ], | 936 ], |
937 }], | 937 }], |
938 ], | 938 ], |
939 } | 939 } |
OLD | NEW |