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 1219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1230 'browser/ui/panels/panel_manager.cc', | 1230 'browser/ui/panels/panel_manager.cc', |
1231 'browser/ui/panels/panel_manager.h', | 1231 'browser/ui/panels/panel_manager.h', |
1232 'browser/ui/panels/panel_mouse_watcher.cc', | 1232 'browser/ui/panels/panel_mouse_watcher.cc', |
1233 'browser/ui/panels/panel_mouse_watcher.h', | 1233 'browser/ui/panels/panel_mouse_watcher.h', |
1234 'browser/ui/panels/panel_mouse_watcher_observer.h', | 1234 'browser/ui/panels/panel_mouse_watcher_observer.h', |
1235 'browser/ui/panels/panel_mouse_watcher_timer.cc', | 1235 'browser/ui/panels/panel_mouse_watcher_timer.cc', |
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', |
| 1241 'browser/ui/passwords/manage_passwords_bubble.h', |
1240 'browser/ui/passwords/manage_passwords_bubble_model.cc', | 1242 'browser/ui/passwords/manage_passwords_bubble_model.cc', |
1241 'browser/ui/passwords/manage_passwords_bubble_model.h', | 1243 'browser/ui/passwords/manage_passwords_bubble_model.h', |
1242 'browser/ui/passwords/manage_passwords_bubble_ui_controller.cc', | 1244 'browser/ui/passwords/manage_passwords_bubble_ui_controller.cc', |
1243 'browser/ui/passwords/manage_passwords_bubble_ui_controller.h', | 1245 'browser/ui/passwords/manage_passwords_bubble_ui_controller.h', |
1244 'browser/ui/passwords/password_manager_presenter.cc', | 1246 'browser/ui/passwords/password_manager_presenter.cc', |
1245 'browser/ui/passwords/password_manager_presenter.h', | 1247 'browser/ui/passwords/password_manager_presenter.h', |
1246 'browser/ui/passwords/password_ui_view.h', | 1248 'browser/ui/passwords/password_ui_view.h', |
1247 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', | 1249 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', |
1248 'browser/ui/pdf/pdf_tab_helper.cc', | 1250 'browser/ui/pdf/pdf_tab_helper.cc', |
1249 'browser/ui/pdf/pdf_tab_helper.h', | 1251 'browser/ui/pdf/pdf_tab_helper.h', |
(...skipping 1882 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3132 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3134 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3133 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3135 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3134 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3136 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3135 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3137 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3136 ], | 3138 ], |
3137 }], | 3139 }], |
3138 ], | 3140 ], |
3139 }, | 3141 }, |
3140 ], | 3142 ], |
3141 } | 3143 } |
OLD | NEW |