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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 'controls/combo_box.cc', | 262 'controls/combo_box.cc', |
263 'controls/hwnd_view.cc', | 263 'controls/hwnd_view.cc', |
264 'controls/menu/chrome_menu.cc', | 264 'controls/menu/chrome_menu.cc', |
265 'controls/message_box_view.cc', | 265 'controls/message_box_view.cc', |
266 'controls/scroll_view.cc', | 266 'controls/scroll_view.cc', |
267 'controls/table/group_table_view.cc', | 267 'controls/table/group_table_view.cc', |
268 'controls/native_control.cc', | 268 'controls/native_control.cc', |
269 'controls/scrollbar/native_scroll_bar.cc', | 269 'controls/scrollbar/native_scroll_bar.cc', |
270 'controls/button/radio_button.cc', | 270 'controls/button/radio_button.cc', |
271 'controls/separator.cc', | 271 'controls/separator.cc', |
272 'controls/single_split_view.cc', | |
273 'controls/tabbed_pane.cc', | 272 'controls/tabbed_pane.cc', |
274 'controls/table/table_model.cc', | 273 'controls/table/table_model.cc', |
275 'controls/table/table_view.cc', | 274 'controls/table/table_view.cc', |
276 'controls/table/group_table_view.cc', | 275 'controls/table/group_table_view.cc', |
277 'controls/tree/tree_view.cc', | 276 'controls/tree/tree_view.cc', |
278 'event_win.cc', | 277 'event_win.cc', |
279 'resize_corner.cc', | 278 'resize_corner.cc', |
280 'widget/accelerator_handler.cc', | 279 'widget/accelerator_handler.cc', |
281 'widget/aero_tooltip_manager.cc', | 280 'widget/aero_tooltip_manager.cc', |
282 'widget/root_view_drop_target.cc', | 281 'widget/root_view_drop_target.cc', |
(...skipping 11 matching lines...) Expand all Loading... |
294 ], | 293 ], |
295 'include_dirs': [ | 294 'include_dirs': [ |
296 # TODO(beng): move wtl to src/third_party | 295 # TODO(beng): move wtl to src/third_party |
297 '../chrome/third_party/wtl/include', | 296 '../chrome/third_party/wtl/include', |
298 ], | 297 ], |
299 }], | 298 }], |
300 ], | 299 ], |
301 }, | 300 }, |
302 ], | 301 ], |
303 } | 302 } |
OLD | NEW |