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