| 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 ['OS=="linux"', { | 230 ['OS=="linux"', { |
| 231 'dependencies': [ | 231 'dependencies': [ |
| 232 '../build/linux/system.gyp:gtk', | 232 '../build/linux/system.gyp:gtk', |
| 233 ], | 233 ], |
| 234 'sources!': [ | 234 'sources!': [ |
| 235 'accelerator.cc', | 235 'accelerator.cc', |
| 236 'accessibility/accessible_wrapper.cc', | 236 'accessibility/accessible_wrapper.cc', |
| 237 'accessibility/view_accessibility.cc', | 237 'accessibility/view_accessibility.cc', |
| 238 'accessibility/view_accessibility_wrapper.cc', | 238 'accessibility/view_accessibility_wrapper.cc', |
| 239 'controls/scrollbar/bitmap_scroll_bar.cc', | 239 'controls/scrollbar/bitmap_scroll_bar.cc', |
| 240 'controls/button/button_dropdown.cc', | |
| 241 'controls/button/radio_button.cc', | 240 'controls/button/radio_button.cc', |
| 242 'controls/combo_box.cc', | 241 'controls/combo_box.cc', |
| 243 'controls/hwnd_view.cc', | 242 'controls/hwnd_view.cc', |
| 244 'controls/menu/chrome_menu.cc', | 243 'controls/menu/chrome_menu.cc', |
| 245 'controls/message_box_view.cc', | 244 'controls/message_box_view.cc', |
| 246 'controls/scroll_view.cc', | 245 'controls/scroll_view.cc', |
| 247 'controls/table/group_table_view.cc', | 246 'controls/table/group_table_view.cc', |
| 248 'controls/native_control.cc', | 247 'controls/native_control.cc', |
| 249 'controls/scrollbar/native_scroll_bar.cc', | 248 'controls/scrollbar/native_scroll_bar.cc', |
| 250 'controls/button/radio_button.cc', | 249 'controls/button/radio_button.cc', |
| (...skipping 23 matching lines...) Expand all Loading... |
| 274 ], | 273 ], |
| 275 'include_dirs': [ | 274 'include_dirs': [ |
| 276 # TODO(beng): move wtl to src/third_party | 275 # TODO(beng): move wtl to src/third_party |
| 277 '../chrome/third_party/wtl/include', | 276 '../chrome/third_party/wtl/include', |
| 278 ], | 277 ], |
| 279 }], | 278 }], |
| 280 ], | 279 ], |
| 281 }, | 280 }, |
| 282 ], | 281 ], |
| 283 } | 282 } |
| OLD | NEW |