| 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 1253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1264 'browser/ui/passwords/manage_passwords_bubble.h', | 1264 'browser/ui/passwords/manage_passwords_bubble.h', |
| 1265 'browser/ui/passwords/manage_passwords_bubble_model.cc', | 1265 'browser/ui/passwords/manage_passwords_bubble_model.cc', |
| 1266 'browser/ui/passwords/manage_passwords_bubble_model.h', | 1266 'browser/ui/passwords/manage_passwords_bubble_model.h', |
| 1267 'browser/ui/passwords/manage_passwords_icon.cc', | 1267 'browser/ui/passwords/manage_passwords_icon.cc', |
| 1268 'browser/ui/passwords/manage_passwords_icon.h', | 1268 'browser/ui/passwords/manage_passwords_icon.h', |
| 1269 'browser/ui/passwords/manage_passwords_ui_controller.cc', | 1269 'browser/ui/passwords/manage_passwords_ui_controller.cc', |
| 1270 'browser/ui/passwords/manage_passwords_ui_controller.h', | 1270 'browser/ui/passwords/manage_passwords_ui_controller.h', |
| 1271 'browser/ui/passwords/password_manager_presenter.cc', | 1271 'browser/ui/passwords/password_manager_presenter.cc', |
| 1272 'browser/ui/passwords/password_manager_presenter.h', | 1272 'browser/ui/passwords/password_manager_presenter.h', |
| 1273 'browser/ui/passwords/password_ui_view.h', | 1273 'browser/ui/passwords/password_ui_view.h', |
| 1274 'browser/ui/pdf/adobe_reader_info_win.cc', |
| 1275 'browser/ui/pdf/adobe_reader_info_win.h', |
| 1274 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', | 1276 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', |
| 1275 'browser/ui/pdf/pdf_tab_helper.cc', | 1277 'browser/ui/pdf/pdf_tab_helper.cc', |
| 1276 'browser/ui/pdf/pdf_tab_helper.h', | 1278 'browser/ui/pdf/pdf_tab_helper.h', |
| 1277 'browser/ui/pdf/pdf_unsupported_feature.cc', | 1279 'browser/ui/pdf/pdf_unsupported_feature.cc', |
| 1278 'browser/ui/pdf/pdf_unsupported_feature.h', | 1280 'browser/ui/pdf/pdf_unsupported_feature.h', |
| 1279 'browser/ui/prefs/prefs_tab_helper.cc', | 1281 'browser/ui/prefs/prefs_tab_helper.cc', |
| 1280 'browser/ui/prefs/prefs_tab_helper.h', | 1282 'browser/ui/prefs/prefs_tab_helper.h', |
| 1281 'browser/ui/process_singleton_dialog_linux.h', | 1283 'browser/ui/process_singleton_dialog_linux.h', |
| 1282 'browser/ui/profile_chooser_constants.h', | 1284 'browser/ui/profile_chooser_constants.h', |
| 1283 'browser/ui/profile_error_dialog.cc', | 1285 'browser/ui/profile_error_dialog.cc', |
| (...skipping 1860 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3144 ], | 3146 ], |
| 3145 'sources!': [ | 3147 'sources!': [ |
| 3146 'browser/ui/views/session_crashed_bubble_view.cc', | 3148 'browser/ui/views/session_crashed_bubble_view.cc', |
| 3147 'browser/ui/views/session_crashed_bubble_view.h', | 3149 'browser/ui/views/session_crashed_bubble_view.h', |
| 3148 ], | 3150 ], |
| 3149 }], | 3151 }], |
| 3150 ], | 3152 ], |
| 3151 }, | 3153 }, |
| 3152 ], | 3154 ], |
| 3153 } | 3155 } |
| OLD | NEW |