OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 | 9 |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 'controls/table/group_table_view.h', | 216 'controls/table/group_table_view.h', |
217 'controls/table/table_view.cc', | 217 'controls/table/table_view.cc', |
218 'controls/table/table_view.h', | 218 'controls/table/table_view.h', |
219 'controls/table/table_view2.cc', | 219 'controls/table/table_view2.cc', |
220 'controls/table/table_view2.h', | 220 'controls/table/table_view2.h', |
221 'controls/table/table_view_observer.h', | 221 'controls/table/table_view_observer.h', |
222 'controls/textfield/gtk_views_entry.cc', | 222 'controls/textfield/gtk_views_entry.cc', |
223 'controls/textfield/gtk_views_entry.h', | 223 'controls/textfield/gtk_views_entry.h', |
224 'controls/textfield/gtk_views_textview.cc', | 224 'controls/textfield/gtk_views_textview.cc', |
225 'controls/textfield/gtk_views_textview.h', | 225 'controls/textfield/gtk_views_textview.h', |
226 'controls/textfield/text_style.cc', | |
227 'controls/textfield/text_style.h', | |
228 'controls/textfield/textfield.cc', | 226 'controls/textfield/textfield.cc', |
229 'controls/textfield/textfield.h', | 227 'controls/textfield/textfield.h', |
230 'controls/textfield/textfield_controller.h', | 228 'controls/textfield/textfield_controller.h', |
231 'controls/textfield/textfield_views_model.cc', | 229 'controls/textfield/textfield_views_model.cc', |
232 'controls/textfield/textfield_views_model.h', | 230 'controls/textfield/textfield_views_model.h', |
233 'controls/textfield/native_textfield_gtk.cc', | 231 'controls/textfield/native_textfield_gtk.cc', |
234 'controls/textfield/native_textfield_gtk.h', | 232 'controls/textfield/native_textfield_gtk.h', |
235 'controls/textfield/native_textfield_win.cc', | 233 'controls/textfield/native_textfield_win.cc', |
236 'controls/textfield/native_textfield_win.h', | 234 'controls/textfield/native_textfield_win.h', |
237 'controls/textfield/native_textfield_wrapper.h', | 235 'controls/textfield/native_textfield_wrapper.h', |
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
739 | 737 |
740 | 738 |
741 ], | 739 ], |
742 } | 740 } |
743 | 741 |
744 # Local Variables: | 742 # Local Variables: |
745 # tab-width:2 | 743 # tab-width:2 |
746 # indent-tabs-mode:nil | 744 # indent-tabs-mode:nil |
747 # End: | 745 # End: |
748 # vim: set expandtab tabstop=2 shiftwidth=2: | 746 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |