OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 'controls/button/custom_button.h', | 84 'controls/button/custom_button.h', |
85 'controls/button/image_button.cc', | 85 'controls/button/image_button.cc', |
86 'controls/button/image_button.h', | 86 'controls/button/image_button.h', |
87 'controls/button/menu_button.cc', | 87 'controls/button/menu_button.cc', |
88 'controls/button/menu_button.h', | 88 'controls/button/menu_button.h', |
89 'controls/button/menu_button_listener.h', | 89 'controls/button/menu_button_listener.h', |
90 'controls/button/radio_button.cc', | 90 'controls/button/radio_button.cc', |
91 'controls/button/radio_button.h', | 91 'controls/button/radio_button.h', |
92 'controls/button/text_button.cc', | 92 'controls/button/text_button.cc', |
93 'controls/button/text_button.h', | 93 'controls/button/text_button.h', |
| 94 'controls/button/chrome_style.cc', |
| 95 'controls/button/chrome_style.h', |
94 'controls/combobox/combobox.cc', | 96 'controls/combobox/combobox.cc', |
95 'controls/combobox/combobox.h', | 97 'controls/combobox/combobox.h', |
96 'controls/combobox/combobox_listener.h', | 98 'controls/combobox/combobox_listener.h', |
97 'controls/combobox/native_combobox_views.cc', | 99 'controls/combobox/native_combobox_views.cc', |
98 'controls/combobox/native_combobox_views.h', | 100 'controls/combobox/native_combobox_views.h', |
99 'controls/combobox/native_combobox_win.cc', | 101 'controls/combobox/native_combobox_win.cc', |
100 'controls/combobox/native_combobox_win.h', | 102 'controls/combobox/native_combobox_win.h', |
101 'controls/combobox/native_combobox_wrapper.h', | 103 'controls/combobox/native_combobox_wrapper.h', |
102 'controls/focusable_border.cc', | 104 'controls/focusable_border.cc', |
103 'controls/focusable_border.h', | 105 'controls/focusable_border.h', |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
251 'focus/focus_manager.h', | 253 'focus/focus_manager.h', |
252 'focus/focus_manager_delegate.h', | 254 'focus/focus_manager_delegate.h', |
253 'focus/focus_manager_factory.cc', | 255 'focus/focus_manager_factory.cc', |
254 'focus/focus_manager_factory.h', | 256 'focus/focus_manager_factory.h', |
255 'focus/focus_search.cc', | 257 'focus/focus_search.cc', |
256 'focus/focus_search.h', | 258 'focus/focus_search.h', |
257 'focus/view_storage.cc', | 259 'focus/view_storage.cc', |
258 'focus/view_storage.h', | 260 'focus/view_storage.h', |
259 'focus/widget_focus_manager.cc', | 261 'focus/widget_focus_manager.cc', |
260 'focus/widget_focus_manager.h', | 262 'focus/widget_focus_manager.h', |
| 263 'focus_border.cc', |
| 264 'focus_border.h', |
261 'ime/input_method_base.cc', | 265 'ime/input_method_base.cc', |
262 'ime/input_method_base.h', | 266 'ime/input_method_base.h', |
263 'ime/input_method_bridge.cc', | 267 'ime/input_method_bridge.cc', |
264 'ime/input_method_bridge.h', | 268 'ime/input_method_bridge.h', |
265 'ime/input_method_delegate.h', | 269 'ime/input_method_delegate.h', |
266 'ime/input_method.h', | 270 'ime/input_method.h', |
267 'ime/input_method_win.cc', | 271 'ime/input_method_win.cc', |
268 'ime/input_method_win.h', | 272 'ime/input_method_win.h', |
269 'ime/mock_input_method.cc', | 273 'ime/mock_input_method.cc', |
270 'ime/mock_input_method.h', | 274 'ime/mock_input_method.h', |
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
855 'sources/': [ | 859 'sources/': [ |
856 # This is needed because the aura rule strips it from the default | 860 # This is needed because the aura rule strips it from the default |
857 # sources list. | 861 # sources list. |
858 ['include', '^../../content/app/startup_helper_win.cc'], | 862 ['include', '^../../content/app/startup_helper_win.cc'], |
859 ], | 863 ], |
860 }], | 864 }], |
861 ], | 865 ], |
862 }, # target_name: views_examples_with_content_exe | 866 }, # target_name: views_examples_with_content_exe |
863 ], | 867 ], |
864 } | 868 } |
OLD | NEW |