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', | |
251 'controls/text_field.cc', | |
252 'controls/tree/tree_view.cc', | 250 'controls/tree/tree_view.cc', |
253 'drag_utils.cc', | 251 'drag_utils.cc', |
254 'drag_utils.h', | 252 'drag_utils.h', |
255 'event_win.cc', | 253 'event_win.cc', |
256 'resize_corner.cc', | 254 'resize_corner.cc', |
257 'widget/accelerator_handler.cc', | 255 'widget/accelerator_handler.cc', |
258 'widget/aero_tooltip_manager.cc', | 256 'widget/aero_tooltip_manager.cc', |
259 'widget/root_view_drop_target.cc', | 257 'widget/root_view_drop_target.cc', |
260 'widget/tooltip_manager.cc', | 258 'widget/tooltip_manager.cc', |
261 'window/dialog_client_view.cc', | 259 'window/dialog_client_view.cc', |
(...skipping 10 matching lines...) Expand all Loading... |
272 ], | 270 ], |
273 'include_dirs': [ | 271 'include_dirs': [ |
274 # TODO(beng): move wtl to src/third_party | 272 # TODO(beng): move wtl to src/third_party |
275 '../chrome/third_party/wtl/include', | 273 '../chrome/third_party/wtl/include', |
276 ], | 274 ], |
277 }], | 275 }], |
278 ], | 276 ], |
279 }, | 277 }, |
280 ], | 278 ], |
281 } | 279 } |
OLD | NEW |