| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 ], | 51 ], |
| 52 'sources': [ | 52 'sources': [ |
| 53 # All .cc, .h under views, except unittests | 53 # All .cc, .h under views, except unittests |
| 54 'accelerator.cc', | 54 'accelerator.cc', |
| 55 'accelerator.h', | 55 'accelerator.h', |
| 56 'accessibility/accessibility_types.h', | 56 'accessibility/accessibility_types.h', |
| 57 'accessibility/view_accessibility.cc', | 57 'accessibility/view_accessibility.cc', |
| 58 'accessibility/view_accessibility.h', | 58 'accessibility/view_accessibility.h', |
| 59 'accessibility/view_accessibility_wrapper.cc', | 59 'accessibility/view_accessibility_wrapper.cc', |
| 60 'accessibility/view_accessibility_wrapper.h', | 60 'accessibility/view_accessibility_wrapper.h', |
| 61 'animator.cc', |
| 62 'animator.h', |
| 61 'background.cc', | 63 'background.cc', |
| 62 'background.h', | 64 'background.h', |
| 63 'border.cc', | 65 'border.cc', |
| 64 'border.h', | 66 'border.h', |
| 65 'controls/button/button.cc', | 67 'controls/button/button.cc', |
| 66 'controls/button/button.h', | 68 'controls/button/button.h', |
| 67 'controls/button/button_dropdown.cc', | 69 'controls/button/button_dropdown.cc', |
| 68 'controls/button/button_dropdown.h', | 70 'controls/button/button_dropdown.h', |
| 69 'controls/button/checkbox.cc', | 71 'controls/button/checkbox.cc', |
| 70 'controls/button/checkbox.h', | 72 'controls/button/checkbox.h', |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 ], | 295 ], |
| 294 'include_dirs': [ | 296 'include_dirs': [ |
| 295 # TODO(beng): move wtl to src/third_party | 297 # TODO(beng): move wtl to src/third_party |
| 296 '../chrome/third_party/wtl/include', | 298 '../chrome/third_party/wtl/include', |
| 297 ], | 299 ], |
| 298 }], | 300 }], |
| 299 ], | 301 ], |
| 300 }, | 302 }, |
| 301 ], | 303 ], |
| 302 } | 304 } |
| OLD | NEW |