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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 'controls/button/native_button.h', | 78 'controls/button/native_button.h', |
79 'controls/button/native_button_gtk.cc', | 79 'controls/button/native_button_gtk.cc', |
80 'controls/button/native_button_gtk.h', | 80 'controls/button/native_button_gtk.h', |
81 'controls/button/native_button_win.cc', | 81 'controls/button/native_button_win.cc', |
82 'controls/button/native_button_win.h', | 82 'controls/button/native_button_win.h', |
83 'controls/button/native_button_wrapper.h', | 83 'controls/button/native_button_wrapper.h', |
84 'controls/button/radio_button.cc', | 84 'controls/button/radio_button.cc', |
85 'controls/button/radio_button.h', | 85 'controls/button/radio_button.h', |
86 'controls/button/text_button.cc', | 86 'controls/button/text_button.cc', |
87 'controls/button/text_button.h', | 87 'controls/button/text_button.h', |
88 'controls/combo_box.cc', | 88 'controls/combobox/combobox.cc', |
89 'controls/combo_box.h', | 89 'controls/combobox/combobox.h', |
| 90 'controls/combobox/native_combobox_gtk.cc', |
| 91 'controls/combobox/native_combobox_gtk.h', |
| 92 'controls/combobox/native_combobox_win.cc', |
| 93 'controls/combobox/native_combobox_win.h', |
| 94 'controls/combobox/native_combobox_wrapper.h', |
90 'controls/image_view.cc', | 95 'controls/image_view.cc', |
91 'controls/image_view.h', | 96 'controls/image_view.h', |
92 'controls/label.cc', | 97 'controls/label.cc', |
93 'controls/label.h', | 98 'controls/label.h', |
94 'controls/link.cc', | 99 'controls/link.cc', |
95 'controls/link.h', | 100 'controls/link.h', |
96 'controls/menu/chrome_menu.cc', | 101 'controls/menu/chrome_menu.cc', |
97 'controls/menu/chrome_menu.h', | 102 'controls/menu/chrome_menu.h', |
98 'controls/menu/controller.h', | 103 'controls/menu/controller.h', |
99 'controls/menu/menu.cc', | 104 'controls/menu/menu.cc', |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 ], | 282 ], |
278 'include_dirs': [ | 283 'include_dirs': [ |
279 # TODO(beng): move wtl to src/third_party | 284 # TODO(beng): move wtl to src/third_party |
280 '../chrome/third_party/wtl/include', | 285 '../chrome/third_party/wtl/include', |
281 ], | 286 ], |
282 }], | 287 }], |
283 ], | 288 ], |
284 }, | 289 }, |
285 ], | 290 ], |
286 } | 291 } |
OLD | NEW |