OLD | NEW |
---|---|
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
210 'controls/table/group_table_view.h', | 210 'controls/table/group_table_view.h', |
211 'controls/table/table_view.cc', | 211 'controls/table/table_view.cc', |
212 'controls/table/table_view.h', | 212 'controls/table/table_view.h', |
213 'controls/table/table_view2.cc', | 213 'controls/table/table_view2.cc', |
214 'controls/table/table_view2.h', | 214 'controls/table/table_view2.h', |
215 'controls/table/table_view_observer.h', | 215 'controls/table/table_view_observer.h', |
216 'controls/textfield/gtk_views_entry.cc', | 216 'controls/textfield/gtk_views_entry.cc', |
217 'controls/textfield/gtk_views_entry.h', | 217 'controls/textfield/gtk_views_entry.h', |
218 'controls/textfield/gtk_views_textview.cc', | 218 'controls/textfield/gtk_views_textview.cc', |
219 'controls/textfield/gtk_views_textview.h', | 219 'controls/textfield/gtk_views_textview.h', |
220 'controls/textfield/textfield.cc', | 220 'controls/textfield/textfield.cc', |
tfarina
2010/11/18 11:55:31
Since you are here, can you fix the order here too
| |
221 'controls/textfield/textfield.h', | 221 'controls/textfield/textfield.h', |
222 'controls/textfield/native_textfield_gtk.cc', | 222 'controls/textfield/native_textfield_gtk.cc', |
223 'controls/textfield/native_textfield_gtk.h', | 223 'controls/textfield/native_textfield_gtk.h', |
224 'controls/textfield/native_textfield_win.cc', | 224 'controls/textfield/native_textfield_win.cc', |
225 'controls/textfield/native_textfield_win.h', | 225 'controls/textfield/native_textfield_win.h', |
226 'controls/textfield/native_textfield_wrapper.h', | 226 'controls/textfield/native_textfield_wrapper.h', |
227 'controls/textfield/textfield_model.cc', | |
228 'controls/textfield/textfield_model.h', | |
229 'controls/textfield/textfield_view.cc', | |
230 'controls/textfield/textfield_view.h', | |
227 'controls/throbber.cc', | 231 'controls/throbber.cc', |
228 'controls/throbber.h', | 232 'controls/throbber.h', |
229 'controls/tree/tree_view.cc', | 233 'controls/tree/tree_view.cc', |
230 'controls/tree/tree_view.h', | 234 'controls/tree/tree_view.h', |
231 'drag_utils.cc', | 235 'drag_utils.cc', |
232 'drag_utils.h', | 236 'drag_utils.h', |
233 'drag_utils_gtk.cc', | 237 'drag_utils_gtk.cc', |
234 'drag_utils_win.cc', | 238 'drag_utils_win.cc', |
235 'event.cc', | 239 'event.cc', |
236 'event.h', | 240 'event.h', |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
522 ], | 526 ], |
523 }, | 527 }, |
524 ], | 528 ], |
525 } | 529 } |
526 | 530 |
527 # Local Variables: | 531 # Local Variables: |
528 # tab-width:2 | 532 # tab-width:2 |
529 # indent-tabs-mode:nil | 533 # indent-tabs-mode:nil |
530 # End: | 534 # End: |
531 # vim: set expandtab tabstop=2 shiftwidth=2: | 535 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |