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