| 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 'controls/table/group_table_view.h', | 230 'controls/table/group_table_view.h', |
| 231 'controls/table/table_view.cc', | 231 'controls/table/table_view.cc', |
| 232 'controls/table/table_view.h', | 232 'controls/table/table_view.h', |
| 233 'controls/table/table_view2.cc', | 233 'controls/table/table_view2.cc', |
| 234 'controls/table/table_view2.h', | 234 'controls/table/table_view2.h', |
| 235 'controls/table/table_view_observer.h', | 235 'controls/table/table_view_observer.h', |
| 236 'controls/textfield/gtk_views_entry.cc', | 236 'controls/textfield/gtk_views_entry.cc', |
| 237 'controls/textfield/gtk_views_entry.h', | 237 'controls/textfield/gtk_views_entry.h', |
| 238 'controls/textfield/gtk_views_textview.cc', | 238 'controls/textfield/gtk_views_textview.cc', |
| 239 'controls/textfield/gtk_views_textview.h', | 239 'controls/textfield/gtk_views_textview.h', |
| 240 'controls/textfield/text_range.cc', |
| 241 'controls/textfield/text_range.h', |
| 240 'controls/textfield/textfield.cc', | 242 'controls/textfield/textfield.cc', |
| 241 'controls/textfield/textfield.h', | 243 'controls/textfield/textfield.h', |
| 244 'controls/textfield/textfield_controller.h', |
| 242 'controls/textfield/textfield_views_model.cc', | 245 'controls/textfield/textfield_views_model.cc', |
| 243 'controls/textfield/textfield_views_model.h', | 246 'controls/textfield/textfield_views_model.h', |
| 244 'controls/textfield/native_textfield_gtk.cc', | 247 'controls/textfield/native_textfield_gtk.cc', |
| 245 'controls/textfield/native_textfield_gtk.h', | 248 'controls/textfield/native_textfield_gtk.h', |
| 246 'controls/textfield/native_textfield_win.cc', | 249 'controls/textfield/native_textfield_win.cc', |
| 247 'controls/textfield/native_textfield_win.h', | 250 'controls/textfield/native_textfield_win.h', |
| 248 'controls/textfield/native_textfield_wrapper.h', | 251 'controls/textfield/native_textfield_wrapper.h', |
| 249 'controls/textfield/native_textfield_views.cc', | 252 'controls/textfield/native_textfield_views.cc', |
| 250 'controls/textfield/native_textfield_views.h', | 253 'controls/textfield/native_textfield_views.h', |
| 251 'controls/throbber.cc', | 254 'controls/throbber.cc', |
| (...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 609 ], | 612 ], |
| 610 }, | 613 }, |
| 611 ], | 614 ], |
| 612 } | 615 } |
| 613 | 616 |
| 614 # Local Variables: | 617 # Local Variables: |
| 615 # tab-width:2 | 618 # tab-width:2 |
| 616 # indent-tabs-mode:nil | 619 # indent-tabs-mode:nil |
| 617 # End: | 620 # End: |
| 618 # vim: set expandtab tabstop=2 shiftwidth=2: | 621 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |