OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser_ui', | 8 'target_name': 'browser_ui', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 'browser/ui/aura/tabs/dock_info_aurax11.cc', | 181 'browser/ui/aura/tabs/dock_info_aurax11.cc', |
182 'browser/ui/autofill/autofill_dialog_comboboxes.cc', | 182 'browser/ui/autofill/autofill_dialog_comboboxes.cc', |
183 'browser/ui/autofill/autofill_dialog_comboboxes.h', | 183 'browser/ui/autofill/autofill_dialog_comboboxes.h', |
184 'browser/ui/autofill/autofill_dialog_controller.cc', | 184 'browser/ui/autofill/autofill_dialog_controller.cc', |
185 'browser/ui/autofill/autofill_dialog_controller.h', | 185 'browser/ui/autofill/autofill_dialog_controller.h', |
186 'browser/ui/autofill/autofill_dialog_view.cc', | 186 'browser/ui/autofill/autofill_dialog_view.cc', |
187 'browser/ui/autofill/autofill_dialog_view.h', | 187 'browser/ui/autofill/autofill_dialog_view.h', |
188 'browser/ui/autofill/autofill_popup_controller.h', | 188 'browser/ui/autofill/autofill_popup_controller.h', |
189 'browser/ui/autofill/autofill_popup_controller_impl.cc', | 189 'browser/ui/autofill/autofill_popup_controller_impl.cc', |
190 'browser/ui/autofill/autofill_popup_controller_impl.h', | 190 'browser/ui/autofill/autofill_popup_controller_impl.h', |
| 191 'browser/ui/autofill/autofill_popup_delegate.h', |
191 'browser/ui/autofill/autofill_popup_view.cc', | 192 'browser/ui/autofill/autofill_popup_view.cc', |
192 'browser/ui/autofill/autofill_popup_view.h', | 193 'browser/ui/autofill/autofill_popup_view.h', |
193 'browser/ui/autofill/tab_autofill_manager_delegate.cc', | 194 'browser/ui/autofill/tab_autofill_manager_delegate.cc', |
194 'browser/ui/autofill/tab_autofill_manager_delegate.h', | 195 'browser/ui/autofill/tab_autofill_manager_delegate.h', |
195 'browser/ui/auto_login_info_bar_delegate.cc', | 196 'browser/ui/auto_login_info_bar_delegate.cc', |
196 'browser/ui/auto_login_info_bar_delegate.h', | 197 'browser/ui/auto_login_info_bar_delegate.h', |
197 'browser/ui/auto_login_prompter.cc', | 198 'browser/ui/auto_login_prompter.cc', |
198 'browser/ui/auto_login_prompter.h', | 199 'browser/ui/auto_login_prompter.h', |
199 'browser/ui/base_window.h', | 200 'browser/ui/base_window.h', |
200 'browser/ui/blocked_content/blocked_content_container.cc', | 201 'browser/ui/blocked_content/blocked_content_container.cc', |
(...skipping 2579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2780 }, { # else: enable_app_list==0 | 2781 }, { # else: enable_app_list==0 |
2781 'sources/': [ | 2782 'sources/': [ |
2782 ['exclude', '^browser/ui/views/app_list/'], | 2783 ['exclude', '^browser/ui/views/app_list/'], |
2783 ['exclude', '^browser/ui/app_list/'], | 2784 ['exclude', '^browser/ui/app_list/'], |
2784 ] | 2785 ] |
2785 }], | 2786 }], |
2786 ], | 2787 ], |
2787 }, | 2788 }, |
2788 ], | 2789 ], |
2789 } | 2790 } |
OLD | NEW |