| 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 'browser/ui/autofill/autofill_dialog_controller_impl.h', | 219 'browser/ui/autofill/autofill_dialog_controller_impl.h', |
| 220 'browser/ui/autofill/autofill_dialog_models.cc', | 220 'browser/ui/autofill/autofill_dialog_models.cc', |
| 221 'browser/ui/autofill/autofill_dialog_models.h', | 221 'browser/ui/autofill/autofill_dialog_models.h', |
| 222 'browser/ui/autofill/autofill_dialog_types.cc', | 222 'browser/ui/autofill/autofill_dialog_types.cc', |
| 223 'browser/ui/autofill/autofill_dialog_types.h', | 223 'browser/ui/autofill/autofill_dialog_types.h', |
| 224 'browser/ui/autofill/autofill_dialog_view.cc', | 224 'browser/ui/autofill/autofill_dialog_view.cc', |
| 225 'browser/ui/autofill/autofill_dialog_view.h', | 225 'browser/ui/autofill/autofill_dialog_view.h', |
| 226 'browser/ui/autofill/autofill_popup_controller.h', | 226 'browser/ui/autofill/autofill_popup_controller.h', |
| 227 'browser/ui/autofill/autofill_popup_controller_impl.cc', | 227 'browser/ui/autofill/autofill_popup_controller_impl.cc', |
| 228 'browser/ui/autofill/autofill_popup_controller_impl.h', | 228 'browser/ui/autofill/autofill_popup_controller_impl.h', |
| 229 'browser/ui/autofill/autofill_popup_view.cc', |
| 229 'browser/ui/autofill/autofill_popup_view.h', | 230 'browser/ui/autofill/autofill_popup_view.h', |
| 230 'browser/ui/autofill/country_combobox_model.cc', | 231 'browser/ui/autofill/country_combobox_model.cc', |
| 231 'browser/ui/autofill/country_combobox_model.h', | 232 'browser/ui/autofill/country_combobox_model.h', |
| 232 'browser/ui/autofill/data_model_wrapper.cc', | 233 'browser/ui/autofill/data_model_wrapper.cc', |
| 233 'browser/ui/autofill/data_model_wrapper.h', | 234 'browser/ui/autofill/data_model_wrapper.h', |
| 234 'browser/ui/autofill/tab_autofill_manager_delegate.cc', | 235 'browser/ui/autofill/tab_autofill_manager_delegate.cc', |
| 235 'browser/ui/autofill/tab_autofill_manager_delegate.h', | 236 'browser/ui/autofill/tab_autofill_manager_delegate.h', |
| 236 'browser/ui/auto_login_info_bar_delegate.cc', | 237 'browser/ui/auto_login_info_bar_delegate.cc', |
| 237 'browser/ui/auto_login_info_bar_delegate.h', | 238 'browser/ui/auto_login_info_bar_delegate.h', |
| 238 'browser/ui/auto_login_prompter.cc', | 239 'browser/ui/auto_login_prompter.cc', |
| (...skipping 2606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2845 }], | 2846 }], |
| 2846 ['enable_message_center==1', { | 2847 ['enable_message_center==1', { |
| 2847 'dependencies': [ | 2848 'dependencies': [ |
| 2848 '../ui/message_center/message_center.gyp:message_center', | 2849 '../ui/message_center/message_center.gyp:message_center', |
| 2849 ], | 2850 ], |
| 2850 }], | 2851 }], |
| 2851 ], | 2852 ], |
| 2852 }, | 2853 }, |
| 2853 ], | 2854 ], |
| 2854 } | 2855 } |
| OLD | NEW |