| 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 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 'controls/table/group_table_view.h', | 199 'controls/table/group_table_view.h', |
| 200 'controls/table/table_view.cc', | 200 'controls/table/table_view.cc', |
| 201 'controls/table/table_view.h', | 201 'controls/table/table_view.h', |
| 202 'controls/table/table_view2.cc', | 202 'controls/table/table_view2.cc', |
| 203 'controls/table/table_view2.h', | 203 'controls/table/table_view2.h', |
| 204 'controls/table/table_view_observer.h', | 204 'controls/table/table_view_observer.h', |
| 205 'controls/textfield/gtk_views_entry.cc', | 205 'controls/textfield/gtk_views_entry.cc', |
| 206 'controls/textfield/gtk_views_entry.h', | 206 'controls/textfield/gtk_views_entry.h', |
| 207 'controls/textfield/gtk_views_textview.cc', | 207 'controls/textfield/gtk_views_textview.cc', |
| 208 'controls/textfield/gtk_views_textview.h', | 208 'controls/textfield/gtk_views_textview.h', |
| 209 'controls/textfield/text_style.cc', | |
| 210 'controls/textfield/text_style.h', | |
| 211 'controls/textfield/textfield.cc', | 209 'controls/textfield/textfield.cc', |
| 212 'controls/textfield/textfield.h', | 210 'controls/textfield/textfield.h', |
| 213 'controls/textfield/textfield_controller.h', | 211 'controls/textfield/textfield_controller.h', |
| 214 'controls/textfield/textfield_views_model.cc', | 212 'controls/textfield/textfield_views_model.cc', |
| 215 'controls/textfield/textfield_views_model.h', | 213 'controls/textfield/textfield_views_model.h', |
| 216 'controls/textfield/native_textfield_gtk.cc', | 214 'controls/textfield/native_textfield_gtk.cc', |
| 217 'controls/textfield/native_textfield_gtk.h', | 215 'controls/textfield/native_textfield_gtk.h', |
| 218 'controls/textfield/native_textfield_win.cc', | 216 'controls/textfield/native_textfield_win.cc', |
| 219 'controls/textfield/native_textfield_win.h', | 217 'controls/textfield/native_textfield_win.h', |
| 220 'controls/textfield/native_textfield_wrapper.h', | 218 'controls/textfield/native_textfield_wrapper.h', |
| (...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 708 'include_dirs': [ | 706 'include_dirs': [ |
| 709 '<(DEPTH)/third_party/wtl/include', | 707 '<(DEPTH)/third_party/wtl/include', |
| 710 ], | 708 ], |
| 711 }], | 709 }], |
| 712 ], | 710 ], |
| 713 }, | 711 }, |
| 714 | 712 |
| 715 | 713 |
| 716 ], | 714 ], |
| 717 } | 715 } |
| OLD | NEW |