| 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 'controls/scroll_view.cc', | 240 'controls/scroll_view.cc', |
| 241 'controls/table/group_table_view.cc', | 241 'controls/table/group_table_view.cc', |
| 242 'controls/native_control.cc', | 242 'controls/native_control.cc', |
| 243 'controls/scrollbar/native_scroll_bar.cc', | 243 'controls/scrollbar/native_scroll_bar.cc', |
| 244 'controls/button/radio_button.cc', | 244 'controls/button/radio_button.cc', |
| 245 'controls/separator.cc', | 245 'controls/separator.cc', |
| 246 'controls/single_split_view.cc', | 246 'controls/single_split_view.cc', |
| 247 'controls/tabbed_pane.cc', | 247 'controls/tabbed_pane.cc', |
| 248 'controls/table/table_view.cc', | 248 'controls/table/table_view.cc', |
| 249 'controls/table/group_table_view.cc', | 249 'controls/table/group_table_view.cc', |
| 250 'controls/textfield/textfield.cc', |
| 250 'controls/text_field.cc', | 251 'controls/text_field.cc', |
| 251 'controls/tree/tree_view.cc', | 252 'controls/tree/tree_view.cc', |
| 252 'drag_utils.cc', | 253 'drag_utils.cc', |
| 253 'drag_utils.h', | 254 'drag_utils.h', |
| 254 'event_win.cc', | 255 'event_win.cc', |
| 255 'resize_corner.cc', | 256 'resize_corner.cc', |
| 256 'widget/accelerator_handler.cc', | 257 'widget/accelerator_handler.cc', |
| 257 'widget/aero_tooltip_manager.cc', | 258 'widget/aero_tooltip_manager.cc', |
| 258 'widget/root_view_drop_target.cc', | 259 'widget/root_view_drop_target.cc', |
| 259 'widget/tooltip_manager.cc', | 260 'widget/tooltip_manager.cc', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 272 ], | 273 ], |
| 273 'include_dirs': [ | 274 'include_dirs': [ |
| 274 # TODO(beng): move wtl to src/third_party | 275 # TODO(beng): move wtl to src/third_party |
| 275 '../chrome/third_party/wtl/include', | 276 '../chrome/third_party/wtl/include', |
| 276 ], | 277 ], |
| 277 }], | 278 }], |
| 278 ], | 279 ], |
| 279 }, | 280 }, |
| 280 ], | 281 ], |
| 281 } | 282 } |
| OLD | NEW |