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 'target_defaults': { | 9 'target_defaults': { |
10 'sources/': [ | 10 'sources/': [ |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 'window/window_win.h', | 298 'window/window_win.h', |
299 ], | 299 ], |
300 'include_dirs': [ | 300 'include_dirs': [ |
301 '<(DEPTH)/third_party/wtl/include', | 301 '<(DEPTH)/third_party/wtl/include', |
302 ], | 302 ], |
303 'conditions': [ | 303 'conditions': [ |
304 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { | 304 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
305 'dependencies': [ | 305 'dependencies': [ |
306 '../build/linux/system.gyp:gtk', | 306 '../build/linux/system.gyp:gtk', |
307 '../build/linux/system.gyp:x11', | 307 '../build/linux/system.gyp:x11', |
| 308 '../build/linux/system.gyp:xext', |
308 ], | 309 ], |
309 'sources!': [ | 310 'sources!': [ |
310 'accessibility/accessible_wrapper.cc', | 311 'accessibility/accessible_wrapper.cc', |
311 'accessibility/view_accessibility.cc', | 312 'accessibility/view_accessibility.cc', |
312 'accessibility/view_accessibility_wrapper.cc', | 313 'accessibility/view_accessibility_wrapper.cc', |
313 'controls/scrollbar/bitmap_scroll_bar.cc', | 314 'controls/scrollbar/bitmap_scroll_bar.cc', |
314 'controls/combo_box.cc', | 315 'controls/combo_box.cc', |
315 'controls/hwnd_view.cc', | 316 'controls/hwnd_view.cc', |
316 'controls/table/group_table_view.cc', | 317 'controls/table/group_table_view.cc', |
317 'controls/native_control.cc', | 318 'controls/native_control.cc', |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
404 ], | 405 ], |
405 }, | 406 }, |
406 ], | 407 ], |
407 } | 408 } |
408 | 409 |
409 # Local Variables: | 410 # Local Variables: |
410 # tab-width:2 | 411 # tab-width:2 |
411 # indent-tabs-mode:nil | 412 # indent-tabs-mode:nil |
412 # End: | 413 # End: |
413 # vim: set expandtab tabstop=2 shiftwidth=2: | 414 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |