| 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', |
| 54 'background.cc', | 56 'background.cc', |
| 55 'background.h', | 57 'background.h', |
| 56 'border.cc', | 58 'border.cc', |
| 57 'border.h', | 59 'border.h', |
| 58 'context_menu_controller.h', | 60 'context_menu_controller.h', |
| 59 'controls/button/button.cc', | 61 'controls/button/button.cc', |
| 60 'controls/button/button.h', | 62 'controls/button/button.h', |
| 61 'controls/button/button_dropdown.cc', | 63 'controls/button/button_dropdown.cc', |
| 62 'controls/button/button_dropdown.h', | 64 'controls/button/button_dropdown.h', |
| 63 'controls/button/checkbox.cc', | 65 'controls/button/checkbox.cc', |
| (...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 'include_dirs': [ | 726 'include_dirs': [ |
| 725 '<(DEPTH)/third_party/wtl/include', | 727 '<(DEPTH)/third_party/wtl/include', |
| 726 ], | 728 ], |
| 727 }], | 729 }], |
| 728 ], | 730 ], |
| 729 }, | 731 }, |
| 730 | 732 |
| 731 | 733 |
| 732 ], | 734 ], |
| 733 } | 735 } |
| OLD | NEW |