| 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 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/open_pdf_in_reader_prompt_delegate.h', | 1278 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', |
| 1279 'browser/ui/pdf/pdf_tab_helper.cc', | 1279 'browser/ui/pdf/pdf_tab_helper.cc', |
| 1280 'browser/ui/pdf/pdf_tab_helper.h', | 1280 'browser/ui/pdf/pdf_tab_helper.h', |
| 1281 'browser/ui/pdf/pdf_unsupported_feature.cc', | 1281 'browser/ui/pdf/pdf_unsupported_feature.cc', |
| 1282 'browser/ui/pdf/pdf_unsupported_feature.h', | 1282 'browser/ui/pdf/pdf_unsupported_feature.h', |
| 1283 'browser/ui/prefs/prefs_tab_helper.cc', | 1283 'browser/ui/prefs/prefs_tab_helper.cc', |
| 1284 'browser/ui/prefs/prefs_tab_helper.h', | 1284 'browser/ui/prefs/prefs_tab_helper.h', |
| 1285 'browser/ui/process_singleton_dialog_linux.h', | 1285 'browser/ui/process_singleton_dialog_linux.h', |
| 1286 'browser/ui/profile_chooser_constants.h', |
| 1286 'browser/ui/profile_error_dialog.cc', | 1287 'browser/ui/profile_error_dialog.cc', |
| 1287 'browser/ui/profile_error_dialog.h', | 1288 'browser/ui/profile_error_dialog.h', |
| 1288 'browser/ui/protocol_dialog_delegate.h', | 1289 'browser/ui/protocol_dialog_delegate.h', |
| 1289 'browser/ui/sad_tab.cc', | 1290 'browser/ui/sad_tab.cc', |
| 1290 'browser/ui/sad_tab.h', | 1291 'browser/ui/sad_tab.h', |
| 1291 'browser/ui/sad_tab_helper.cc', | 1292 'browser/ui/sad_tab_helper.cc', |
| 1292 'browser/ui/sad_tab_helper.h', | 1293 'browser/ui/sad_tab_helper.h', |
| 1293 'browser/ui/sad_tab_types.h', | 1294 'browser/ui/sad_tab_types.h', |
| 1294 'browser/ui/scoped_tabbed_browser_displayer.cc', | 1295 'browser/ui/scoped_tabbed_browser_displayer.cc', |
| 1295 'browser/ui/scoped_tabbed_browser_displayer.h', | 1296 'browser/ui/scoped_tabbed_browser_displayer.h', |
| (...skipping 1858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3154 ], | 3155 ], |
| 3155 'sources!': [ | 3156 'sources!': [ |
| 3156 'browser/ui/views/session_crashed_bubble_view.cc', | 3157 'browser/ui/views/session_crashed_bubble_view.cc', |
| 3157 'browser/ui/views/session_crashed_bubble_view.h', | 3158 'browser/ui/views/session_crashed_bubble_view.h', |
| 3158 ], | 3159 ], |
| 3159 }], | 3160 }], |
| 3160 ], | 3161 ], |
| 3161 }, | 3162 }, |
| 3162 ], | 3163 ], |
| 3163 } | 3164 } |
| OLD | NEW |