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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 }, | 7 }, |
8 | 8 |
9 'target_defaults': { | 9 'target_defaults': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 'controls/button/image_button.cc', | 68 'controls/button/image_button.cc', |
69 'controls/button/image_button.h', | 69 'controls/button/image_button.h', |
70 'controls/button/menu_button.cc', | 70 'controls/button/menu_button.cc', |
71 'controls/button/menu_button.h', | 71 'controls/button/menu_button.h', |
72 'controls/button/radio_button.cc', | 72 'controls/button/radio_button.cc', |
73 'controls/button/radio_button.h', | 73 'controls/button/radio_button.h', |
74 'controls/button/text_button.cc', | 74 'controls/button/text_button.cc', |
75 'controls/button/text_button.h', | 75 'controls/button/text_button.h', |
76 'controls/combobox/combobox.cc', | 76 'controls/combobox/combobox.cc', |
77 'controls/combobox/combobox.h', | 77 'controls/combobox/combobox.h', |
| 78 'controls/combobox/combobox_listener.h', |
78 'controls/combobox/native_combobox_gtk.cc', | 79 'controls/combobox/native_combobox_gtk.cc', |
79 'controls/combobox/native_combobox_gtk.h', | 80 'controls/combobox/native_combobox_gtk.h', |
80 'controls/combobox/native_combobox_views.cc', | 81 'controls/combobox/native_combobox_views.cc', |
81 'controls/combobox/native_combobox_views.h', | 82 'controls/combobox/native_combobox_views.h', |
82 'controls/combobox/native_combobox_win.cc', | 83 'controls/combobox/native_combobox_win.cc', |
83 'controls/combobox/native_combobox_win.h', | 84 'controls/combobox/native_combobox_win.h', |
84 'controls/combobox/native_combobox_wrapper.h', | 85 'controls/combobox/native_combobox_wrapper.h', |
85 'controls/focusable_border.cc', | 86 'controls/focusable_border.cc', |
86 'controls/focusable_border.h', | 87 'controls/focusable_border.h', |
87 'controls/image_view.cc', | 88 'controls/image_view.cc', |
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
720 }, | 721 }, |
721 'sources': [ | 722 'sources': [ |
722 '../ui/views/examples/table_example.cc', | 723 '../ui/views/examples/table_example.cc', |
723 '../ui/views/examples/table_example.h', | 724 '../ui/views/examples/table_example.h', |
724 ], | 725 ], |
725 }], | 726 }], |
726 ], | 727 ], |
727 }, | 728 }, |
728 ], | 729 ], |
729 } | 730 } |
OLD | NEW |