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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 'controls/table/native_table_gtk.h', | 191 'controls/table/native_table_gtk.h', |
192 'controls/table/native_table_win.cc', | 192 'controls/table/native_table_win.cc', |
193 'controls/table/native_table_win.h', | 193 'controls/table/native_table_win.h', |
194 'controls/table/group_table_view.cc', | 194 'controls/table/group_table_view.cc', |
195 'controls/table/group_table_view.h', | 195 'controls/table/group_table_view.h', |
196 'controls/table/table_view.cc', | 196 'controls/table/table_view.cc', |
197 'controls/table/table_view.h', | 197 'controls/table/table_view.h', |
198 'controls/table/table_view2.cc', | 198 'controls/table/table_view2.cc', |
199 'controls/table/table_view2.h', | 199 'controls/table/table_view2.h', |
200 'controls/table/table_view_observer.h', | 200 'controls/table/table_view_observer.h', |
| 201 'controls/textfield/gtk_views_entry.cc', |
| 202 'controls/textfield/gtk_views_entry.h', |
201 'controls/textfield/textfield.cc', | 203 'controls/textfield/textfield.cc', |
202 'controls/textfield/textfield.h', | 204 'controls/textfield/textfield.h', |
203 'controls/textfield/native_textfield_gtk.cc', | 205 'controls/textfield/native_textfield_gtk.cc', |
204 'controls/textfield/native_textfield_gtk.h', | 206 'controls/textfield/native_textfield_gtk.h', |
205 'controls/textfield/native_textfield_win.cc', | 207 'controls/textfield/native_textfield_win.cc', |
206 'controls/textfield/native_textfield_win.h', | 208 'controls/textfield/native_textfield_win.h', |
207 'controls/textfield/native_textfield_wrapper.h', | 209 'controls/textfield/native_textfield_wrapper.h', |
208 'controls/throbber.cc', | 210 'controls/throbber.cc', |
209 'controls/throbber.h', | 211 'controls/throbber.h', |
210 'controls/tree/tree_view.cc', | 212 'controls/tree/tree_view.cc', |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
407 ], | 409 ], |
408 }, | 410 }, |
409 ], | 411 ], |
410 } | 412 } |
411 | 413 |
412 # Local Variables: | 414 # Local Variables: |
413 # tab-width:2 | 415 # tab-width:2 |
414 # indent-tabs-mode:nil | 416 # indent-tabs-mode:nil |
415 # End: | 417 # End: |
416 # vim: set expandtab tabstop=2 shiftwidth=2: | 418 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |