| 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 'controls/table/group_table_view.h', | 211 'controls/table/group_table_view.h', |
| 212 'controls/table/table_view.cc', | 212 'controls/table/table_view.cc', |
| 213 'controls/table/table_view.h', | 213 'controls/table/table_view.h', |
| 214 'controls/table/table_view2.cc', | 214 'controls/table/table_view2.cc', |
| 215 'controls/table/table_view2.h', | 215 'controls/table/table_view2.h', |
| 216 'controls/table/table_view_observer.h', | 216 'controls/table/table_view_observer.h', |
| 217 'controls/textfield/gtk_views_entry.cc', | 217 'controls/textfield/gtk_views_entry.cc', |
| 218 'controls/textfield/gtk_views_entry.h', | 218 'controls/textfield/gtk_views_entry.h', |
| 219 'controls/textfield/gtk_views_textview.cc', | 219 'controls/textfield/gtk_views_textview.cc', |
| 220 'controls/textfield/gtk_views_textview.h', | 220 'controls/textfield/gtk_views_textview.h', |
| 221 'controls/textfield/text_style.cc', | |
| 222 'controls/textfield/text_style.h', | |
| 223 'controls/textfield/textfield.cc', | 221 'controls/textfield/textfield.cc', |
| 224 'controls/textfield/textfield.h', | 222 'controls/textfield/textfield.h', |
| 225 'controls/textfield/textfield_controller.h', | 223 'controls/textfield/textfield_controller.h', |
| 226 'controls/textfield/textfield_views_model.cc', | 224 'controls/textfield/textfield_views_model.cc', |
| 227 'controls/textfield/textfield_views_model.h', | 225 'controls/textfield/textfield_views_model.h', |
| 228 'controls/textfield/native_textfield_gtk.cc', | 226 'controls/textfield/native_textfield_gtk.cc', |
| 229 'controls/textfield/native_textfield_gtk.h', | 227 'controls/textfield/native_textfield_gtk.h', |
| 230 'controls/textfield/native_textfield_win.cc', | 228 'controls/textfield/native_textfield_win.cc', |
| 231 'controls/textfield/native_textfield_win.h', | 229 'controls/textfield/native_textfield_win.h', |
| 232 'controls/textfield/native_textfield_wrapper.h', | 230 'controls/textfield/native_textfield_wrapper.h', |
| (...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 732 'include_dirs': [ | 730 'include_dirs': [ |
| 733 '<(DEPTH)/third_party/wtl/include', | 731 '<(DEPTH)/third_party/wtl/include', |
| 734 ], | 732 ], |
| 735 }], | 733 }], |
| 736 ], | 734 ], |
| 737 }, | 735 }, |
| 738 | 736 |
| 739 | 737 |
| 740 ], | 738 ], |
| 741 } | 739 } |
| OLD | NEW |