| 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 '../build/linux/system.gyp:gtk', | 290 '../build/linux/system.gyp:gtk', |
| 291 ], | 291 ], |
| 292 'sources!': [ | 292 'sources!': [ |
| 293 'accelerator.cc', | 293 'accelerator.cc', |
| 294 'accessibility/accessible_wrapper.cc', | 294 'accessibility/accessible_wrapper.cc', |
| 295 'accessibility/view_accessibility.cc', | 295 'accessibility/view_accessibility.cc', |
| 296 'accessibility/view_accessibility_wrapper.cc', | 296 'accessibility/view_accessibility_wrapper.cc', |
| 297 'controls/scrollbar/bitmap_scroll_bar.cc', | 297 'controls/scrollbar/bitmap_scroll_bar.cc', |
| 298 'controls/combo_box.cc', | 298 'controls/combo_box.cc', |
| 299 'controls/hwnd_view.cc', | 299 'controls/hwnd_view.cc', |
| 300 'controls/message_box_view.cc', | |
| 301 'controls/scroll_view.cc', | 300 'controls/scroll_view.cc', |
| 302 'controls/table/group_table_view.cc', | 301 'controls/table/group_table_view.cc', |
| 303 'controls/native_control.cc', | 302 'controls/native_control.cc', |
| 304 'controls/scrollbar/native_scroll_bar.cc', | 303 'controls/scrollbar/native_scroll_bar.cc', |
| 305 'controls/separator.cc', | 304 'controls/separator.cc', |
| 306 'controls/table/table_model.cc', | 305 'controls/table/table_model.cc', |
| 307 'controls/table/table_view.cc', | 306 'controls/table/table_view.cc', |
| 308 'controls/table/group_table_view.cc', | 307 'controls/table/group_table_view.cc', |
| 309 'controls/tree/tree_view.cc', | 308 'controls/tree/tree_view.cc', |
| 310 'event_win.cc', | 309 'event_win.cc', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 324 ], | 323 ], |
| 325 'include_dirs': [ | 324 'include_dirs': [ |
| 326 # TODO(beng): move wtl to src/third_party | 325 # TODO(beng): move wtl to src/third_party |
| 327 '../chrome/third_party/wtl/include', | 326 '../chrome/third_party/wtl/include', |
| 328 ], | 327 ], |
| 329 }], | 328 }], |
| 330 ], | 329 ], |
| 331 } | 330 } |
| 332 ], | 331 ], |
| 333 } | 332 } |
| OLD | NEW |