| 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 'dependencies': [ | 220 'dependencies': [ |
| 221 '../build/linux/system.gyp:gtk', | 221 '../build/linux/system.gyp:gtk', |
| 222 ], | 222 ], |
| 223 'sources!': [ | 223 'sources!': [ |
| 224 'accelerator.cc', | 224 'accelerator.cc', |
| 225 'accessibility/accessible_wrapper.cc', | 225 'accessibility/accessible_wrapper.cc', |
| 226 'accessibility/view_accessibility.cc', | 226 'accessibility/view_accessibility.cc', |
| 227 'accessibility/view_accessibility_wrapper.cc', | 227 'accessibility/view_accessibility_wrapper.cc', |
| 228 'controls/scrollbar/bitmap_scroll_bar.cc', | 228 'controls/scrollbar/bitmap_scroll_bar.cc', |
| 229 'controls/button/button_dropdown.cc', | 229 'controls/button/button_dropdown.cc', |
| 230 'controls/button/menu_button.cc', | |
| 231 'controls/button/radio_button.cc', | 230 'controls/button/radio_button.cc', |
| 232 'controls/combo_box.cc', | 231 'controls/combo_box.cc', |
| 233 'controls/hwnd_view.cc', | 232 'controls/hwnd_view.cc', |
| 234 'controls/menu/chrome_menu.cc', | 233 'controls/menu/chrome_menu.cc', |
| 235 'controls/message_box_view.cc', | 234 'controls/message_box_view.cc', |
| 236 'controls/scroll_view.cc', | 235 'controls/scroll_view.cc', |
| 237 'controls/table/group_table_view.cc', | 236 'controls/table/group_table_view.cc', |
| 238 'controls/native_control.cc', | 237 'controls/native_control.cc', |
| 239 'controls/scrollbar/native_scroll_bar.cc', | 238 'controls/scrollbar/native_scroll_bar.cc', |
| 240 'controls/button/radio_button.cc', | 239 'controls/button/radio_button.cc', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 268 ], | 267 ], |
| 269 'include_dirs': [ | 268 'include_dirs': [ |
| 270 # TODO(beng): move wtl to src/third_party | 269 # TODO(beng): move wtl to src/third_party |
| 271 '../chrome/third_party/wtl/include', | 270 '../chrome/third_party/wtl/include', |
| 272 ], | 271 ], |
| 273 }], | 272 }], |
| 274 ], | 273 ], |
| 275 }, | 274 }, |
| 276 ], | 275 ], |
| 277 } | 276 } |
| OLD | NEW |