| 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 1225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1236 'browser/ui/panels/stacked_panel_collection.cc', | 1236 'browser/ui/panels/stacked_panel_collection.cc', |
| 1237 'browser/ui/panels/stacked_panel_collection.h', | 1237 'browser/ui/panels/stacked_panel_collection.h', |
| 1238 'browser/ui/panels/stacked_panel_drag_handler.cc', | 1238 'browser/ui/panels/stacked_panel_drag_handler.cc', |
| 1239 'browser/ui/panels/stacked_panel_drag_handler.h', | 1239 'browser/ui/panels/stacked_panel_drag_handler.h', |
| 1240 'browser/ui/passwords/manage_passwords_bubble.cc', | 1240 'browser/ui/passwords/manage_passwords_bubble.cc', |
| 1241 'browser/ui/passwords/manage_passwords_bubble.h', | 1241 'browser/ui/passwords/manage_passwords_bubble.h', |
| 1242 'browser/ui/passwords/manage_passwords_bubble_model.cc', | 1242 'browser/ui/passwords/manage_passwords_bubble_model.cc', |
| 1243 'browser/ui/passwords/manage_passwords_bubble_model.h', | 1243 'browser/ui/passwords/manage_passwords_bubble_model.h', |
| 1244 'browser/ui/passwords/manage_passwords_bubble_ui_controller.cc', | 1244 'browser/ui/passwords/manage_passwords_bubble_ui_controller.cc', |
| 1245 'browser/ui/passwords/manage_passwords_bubble_ui_controller.h', | 1245 'browser/ui/passwords/manage_passwords_bubble_ui_controller.h', |
| 1246 'browser/ui/passwords/manage_passwords_icon.cc', |
| 1247 'browser/ui/passwords/manage_passwords_icon.h', |
| 1246 'browser/ui/passwords/password_manager_presenter.cc', | 1248 'browser/ui/passwords/password_manager_presenter.cc', |
| 1247 'browser/ui/passwords/password_manager_presenter.h', | 1249 'browser/ui/passwords/password_manager_presenter.h', |
| 1248 'browser/ui/passwords/password_ui_view.h', | 1250 'browser/ui/passwords/password_ui_view.h', |
| 1249 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', | 1251 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', |
| 1250 'browser/ui/pdf/pdf_tab_helper.cc', | 1252 'browser/ui/pdf/pdf_tab_helper.cc', |
| 1251 'browser/ui/pdf/pdf_tab_helper.h', | 1253 'browser/ui/pdf/pdf_tab_helper.h', |
| 1252 'browser/ui/pdf/pdf_unsupported_feature.cc', | 1254 'browser/ui/pdf/pdf_unsupported_feature.cc', |
| 1253 'browser/ui/pdf/pdf_unsupported_feature.h', | 1255 'browser/ui/pdf/pdf_unsupported_feature.h', |
| 1254 'browser/ui/prefs/prefs_tab_helper.cc', | 1256 'browser/ui/prefs/prefs_tab_helper.cc', |
| 1255 'browser/ui/prefs/prefs_tab_helper.h', | 1257 'browser/ui/prefs/prefs_tab_helper.h', |
| (...skipping 1888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3144 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3146 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3145 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3147 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3146 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3148 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3147 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3149 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3148 ], | 3150 ], |
| 3149 }], | 3151 }], |
| 3150 ], | 3152 ], |
| 3151 }, | 3153 }, |
| 3152 ], | 3154 ], |
| 3153 } | 3155 } |
| OLD | NEW |