| 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 'browser/ui/autofill/autofill_popup_controller_impl.cc', | 237 'browser/ui/autofill/autofill_popup_controller_impl.cc', |
| 238 'browser/ui/autofill/autofill_popup_controller_impl.h', | 238 'browser/ui/autofill/autofill_popup_controller_impl.h', |
| 239 'browser/ui/autofill/autofill_popup_view.cc', | 239 'browser/ui/autofill/autofill_popup_view.cc', |
| 240 'browser/ui/autofill/autofill_popup_view.h', | 240 'browser/ui/autofill/autofill_popup_view.h', |
| 241 'browser/ui/autofill/country_combobox_model.cc', | 241 'browser/ui/autofill/country_combobox_model.cc', |
| 242 'browser/ui/autofill/country_combobox_model.h', | 242 'browser/ui/autofill/country_combobox_model.h', |
| 243 'browser/ui/autofill/data_model_wrapper.cc', | 243 'browser/ui/autofill/data_model_wrapper.cc', |
| 244 'browser/ui/autofill/data_model_wrapper.h', | 244 'browser/ui/autofill/data_model_wrapper.h', |
| 245 'browser/ui/autofill/tab_autofill_manager_delegate.cc', | 245 'browser/ui/autofill/tab_autofill_manager_delegate.cc', |
| 246 'browser/ui/autofill/tab_autofill_manager_delegate.h', | 246 'browser/ui/autofill/tab_autofill_manager_delegate.h', |
| 247 'browser/ui/auto_login_info_bar_delegate.cc', | 247 'browser/ui/auto_login_infobar_delegate.cc', |
| 248 'browser/ui/auto_login_info_bar_delegate.h', | 248 'browser/ui/auto_login_infobar_delegate.h', |
| 249 'browser/ui/auto_login_prompter.cc', | 249 'browser/ui/auto_login_prompter.cc', |
| 250 'browser/ui/auto_login_prompter.h', | 250 'browser/ui/auto_login_prompter.h', |
| 251 'browser/ui/base_window.h', | 251 'browser/ui/base_window.h', |
| 252 'browser/ui/blocked_content/blocked_content_container.cc', | 252 'browser/ui/blocked_content/blocked_content_container.cc', |
| 253 'browser/ui/blocked_content/blocked_content_container.h', | 253 'browser/ui/blocked_content/blocked_content_container.h', |
| 254 'browser/ui/blocked_content/blocked_content_tab_helper.cc', | 254 'browser/ui/blocked_content/blocked_content_tab_helper.cc', |
| 255 'browser/ui/blocked_content/blocked_content_tab_helper.h', | 255 'browser/ui/blocked_content/blocked_content_tab_helper.h', |
| 256 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc', | 256 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc', |
| 257 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h', | 257 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h', |
| 258 'browser/ui/bookmarks/bookmark_bar.h', | 258 'browser/ui/bookmarks/bookmark_bar.h', |
| (...skipping 2621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2880 }], | 2880 }], |
| 2881 ['enable_message_center==1', { | 2881 ['enable_message_center==1', { |
| 2882 'dependencies': [ | 2882 'dependencies': [ |
| 2883 '../ui/message_center/message_center.gyp:message_center', | 2883 '../ui/message_center/message_center.gyp:message_center', |
| 2884 ], | 2884 ], |
| 2885 }], | 2885 }], |
| 2886 ], | 2886 ], |
| 2887 }, | 2887 }, |
| 2888 ], | 2888 ], |
| 2889 } | 2889 } |
| OLD | NEW |