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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 'controls/button/custom_button.h', | 76 'controls/button/custom_button.h', |
77 'controls/button/image_button.cc', | 77 'controls/button/image_button.cc', |
78 'controls/button/image_button.h', | 78 'controls/button/image_button.h', |
79 'controls/button/menu_button.cc', | 79 'controls/button/menu_button.cc', |
80 'controls/button/menu_button.h', | 80 'controls/button/menu_button.h', |
81 'controls/button/menu_button_listener.h', | 81 'controls/button/menu_button_listener.h', |
82 'controls/button/radio_button.cc', | 82 'controls/button/radio_button.cc', |
83 'controls/button/radio_button.h', | 83 'controls/button/radio_button.h', |
84 'controls/button/text_button.cc', | 84 'controls/button/text_button.cc', |
85 'controls/button/text_button.h', | 85 'controls/button/text_button.h', |
| 86 'controls/button/chrome_style.cc', |
| 87 'controls/button/chrome_style.h', |
86 'controls/combobox/combobox.cc', | 88 'controls/combobox/combobox.cc', |
87 'controls/combobox/combobox.h', | 89 'controls/combobox/combobox.h', |
88 'controls/combobox/combobox_listener.h', | 90 'controls/combobox/combobox_listener.h', |
89 'controls/combobox/native_combobox_views.cc', | 91 'controls/combobox/native_combobox_views.cc', |
90 'controls/combobox/native_combobox_views.h', | 92 'controls/combobox/native_combobox_views.h', |
91 'controls/combobox/native_combobox_win.cc', | 93 'controls/combobox/native_combobox_win.cc', |
92 'controls/combobox/native_combobox_win.h', | 94 'controls/combobox/native_combobox_win.h', |
93 'controls/combobox/native_combobox_wrapper.h', | 95 'controls/combobox/native_combobox_wrapper.h', |
94 'controls/focusable_border.cc', | 96 'controls/focusable_border.cc', |
95 'controls/focusable_border.h', | 97 'controls/focusable_border.h', |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
243 'focus/focus_manager.h', | 245 'focus/focus_manager.h', |
244 'focus/focus_manager_delegate.h', | 246 'focus/focus_manager_delegate.h', |
245 'focus/focus_manager_factory.cc', | 247 'focus/focus_manager_factory.cc', |
246 'focus/focus_manager_factory.h', | 248 'focus/focus_manager_factory.h', |
247 'focus/focus_search.cc', | 249 'focus/focus_search.cc', |
248 'focus/focus_search.h', | 250 'focus/focus_search.h', |
249 'focus/view_storage.cc', | 251 'focus/view_storage.cc', |
250 'focus/view_storage.h', | 252 'focus/view_storage.h', |
251 'focus/widget_focus_manager.cc', | 253 'focus/widget_focus_manager.cc', |
252 'focus/widget_focus_manager.h', | 254 'focus/widget_focus_manager.h', |
| 255 'focus_border.cc', |
| 256 'focus_border.h', |
253 'ime/input_method_base.cc', | 257 'ime/input_method_base.cc', |
254 'ime/input_method_base.h', | 258 'ime/input_method_base.h', |
255 'ime/input_method_bridge.cc', | 259 'ime/input_method_bridge.cc', |
256 'ime/input_method_bridge.h', | 260 'ime/input_method_bridge.h', |
257 'ime/input_method_delegate.h', | 261 'ime/input_method_delegate.h', |
258 'ime/input_method.h', | 262 'ime/input_method.h', |
259 'ime/input_method_win.cc', | 263 'ime/input_method_win.cc', |
260 'ime/input_method_win.h', | 264 'ime/input_method_win.h', |
261 'ime/mock_input_method.cc', | 265 'ime/mock_input_method.cc', |
262 'ime/mock_input_method.h', | 266 'ime/mock_input_method.h', |
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
840 'sources/': [ | 844 'sources/': [ |
841 # This is needed because the aura rule strips it from the default | 845 # This is needed because the aura rule strips it from the default |
842 # sources list. | 846 # sources list. |
843 ['include', '^../../content/app/startup_helper_win.cc'], | 847 ['include', '^../../content/app/startup_helper_win.cc'], |
844 ], | 848 ], |
845 }], | 849 }], |
846 ], | 850 ], |
847 }, # target_name: views_examples_with_content_exe | 851 }, # target_name: views_examples_with_content_exe |
848 ], | 852 ], |
849 } | 853 } |
OLD | NEW |