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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 | 9 |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 '../ui/ui.gyp:ui_resources', | 57 '../ui/ui.gyp:ui_resources', |
58 ], | 58 ], |
59 'sources': [ | 59 'sources': [ |
60 # All .cc, .h under views, except unittests | 60 # All .cc, .h under views, except unittests |
61 'accelerator.cc', | 61 'accelerator.cc', |
62 'accelerator.h', | 62 'accelerator.h', |
63 'accessibility/native_view_accessibility_win.cc', | 63 'accessibility/native_view_accessibility_win.cc', |
64 'accessibility/native_view_accessibility_win.h', | 64 'accessibility/native_view_accessibility_win.h', |
65 'animation/bounds_animator.cc', | 65 'animation/bounds_animator.cc', |
66 'animation/bounds_animator.h', | 66 'animation/bounds_animator.h', |
| 67 'animation/screen_rotation.cc', |
| 68 'animation/screen_rotation.h', |
67 'background.cc', | 69 'background.cc', |
68 'background.h', | 70 'background.h', |
69 'border.cc', | 71 'border.cc', |
70 'border.h', | 72 'border.h', |
71 'context_menu_controller.h', | 73 'context_menu_controller.h', |
72 'controls/button/button.cc', | 74 'controls/button/button.cc', |
73 'controls/button/button.h', | 75 'controls/button/button.h', |
74 'controls/button/button_dropdown.cc', | 76 'controls/button/button_dropdown.cc', |
75 'controls/button/button_dropdown.h', | 77 'controls/button/button_dropdown.h', |
76 'controls/button/checkbox.cc', | 78 'controls/button/checkbox.cc', |
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
733 'include_dirs': [ | 735 'include_dirs': [ |
734 '<(DEPTH)/third_party/wtl/include', | 736 '<(DEPTH)/third_party/wtl/include', |
735 ], | 737 ], |
736 }], | 738 }], |
737 ], | 739 ], |
738 }, | 740 }, |
739 | 741 |
740 | 742 |
741 ], | 743 ], |
742 } | 744 } |
OLD | NEW |