| 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 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 'VIEWS_IMPLEMENTATION', | 44 'VIEWS_IMPLEMENTATION', |
| 45 ], | 45 ], |
| 46 'sources': [ | 46 'sources': [ |
| 47 # All .cc, .h under views, except unittests | 47 # All .cc, .h under views, except unittests |
| 48 'accelerator.cc', | 48 'accelerator.cc', |
| 49 'accelerator.h', | 49 'accelerator.h', |
| 50 'accessibility/native_view_accessibility_win.cc', | 50 'accessibility/native_view_accessibility_win.cc', |
| 51 'accessibility/native_view_accessibility_win.h', | 51 'accessibility/native_view_accessibility_win.h', |
| 52 'animation/bounds_animator.cc', | 52 'animation/bounds_animator.cc', |
| 53 'animation/bounds_animator.h', | 53 'animation/bounds_animator.h', |
| 54 'animation/screen_rotation.cc', |
| 55 'animation/screen_rotation.h', |
| 56 'animation/screen_rotation_setter.cc', |
| 57 'animation/screen_rotation_setter.h', |
| 54 'background.cc', | 58 'background.cc', |
| 55 'background.h', | 59 'background.h', |
| 56 'border.cc', | 60 'border.cc', |
| 57 'border.h', | 61 'border.h', |
| 58 'context_menu_controller.h', | 62 'context_menu_controller.h', |
| 59 'controls/button/button.cc', | 63 'controls/button/button.cc', |
| 60 'controls/button/button.h', | 64 'controls/button/button.h', |
| 61 'controls/button/button_dropdown.cc', | 65 'controls/button/button_dropdown.cc', |
| 62 'controls/button/button_dropdown.h', | 66 'controls/button/button_dropdown.h', |
| 63 'controls/button/checkbox.cc', | 67 'controls/button/checkbox.cc', |
| (...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 728 'include_dirs': [ | 732 'include_dirs': [ |
| 729 '<(DEPTH)/third_party/wtl/include', | 733 '<(DEPTH)/third_party/wtl/include', |
| 730 ], | 734 ], |
| 731 }], | 735 }], |
| 732 ], | 736 ], |
| 733 }, | 737 }, |
| 734 | 738 |
| 735 | 739 |
| 736 ], | 740 ], |
| 737 } | 741 } |
| OLD | NEW |