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 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1456 'browser/ui/panels/panel_mouse_watcher.cc', | 1456 'browser/ui/panels/panel_mouse_watcher.cc', |
1457 'browser/ui/panels/panel_mouse_watcher.h', | 1457 'browser/ui/panels/panel_mouse_watcher.h', |
1458 'browser/ui/panels/panel_mouse_watcher_observer.h', | 1458 'browser/ui/panels/panel_mouse_watcher_observer.h', |
1459 'browser/ui/panels/panel_mouse_watcher_timer.cc', | 1459 'browser/ui/panels/panel_mouse_watcher_timer.cc', |
1460 'browser/ui/panels/stacked_panel_collection.cc', | 1460 'browser/ui/panels/stacked_panel_collection.cc', |
1461 'browser/ui/panels/stacked_panel_collection.h', | 1461 'browser/ui/panels/stacked_panel_collection.h', |
1462 'browser/ui/panels/stacked_panel_drag_handler.cc', | 1462 'browser/ui/panels/stacked_panel_drag_handler.cc', |
1463 'browser/ui/panels/stacked_panel_drag_handler.h', | 1463 'browser/ui/panels/stacked_panel_drag_handler.h', |
1464 'browser/ui/passwords/manage_passwords_bubble_model.cc', | 1464 'browser/ui/passwords/manage_passwords_bubble_model.cc', |
1465 'browser/ui/passwords/manage_passwords_bubble_model.h', | 1465 'browser/ui/passwords/manage_passwords_bubble_model.h', |
1466 'browser/ui/passwords/manage_passwords_icon_controller.cc', | 1466 'browser/ui/passwords/manage_passwords_controller.cc', |
1467 'browser/ui/passwords/manage_passwords_icon_controller.h', | 1467 'browser/ui/passwords/manage_passwords_controller.h', |
1468 'browser/ui/passwords/password_manager_presenter.cc', | 1468 'browser/ui/passwords/password_manager_presenter.cc', |
1469 'browser/ui/passwords/password_manager_presenter.h', | 1469 'browser/ui/passwords/password_manager_presenter.h', |
1470 'browser/ui/passwords/password_ui_view.h', | 1470 'browser/ui/passwords/password_ui_view.h', |
1471 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', | 1471 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', |
1472 'browser/ui/pdf/pdf_tab_helper.cc', | 1472 'browser/ui/pdf/pdf_tab_helper.cc', |
1473 'browser/ui/pdf/pdf_tab_helper.h', | 1473 'browser/ui/pdf/pdf_tab_helper.h', |
1474 'browser/ui/pdf/pdf_unsupported_feature.cc', | 1474 'browser/ui/pdf/pdf_unsupported_feature.cc', |
1475 'browser/ui/pdf/pdf_unsupported_feature.h', | 1475 'browser/ui/pdf/pdf_unsupported_feature.h', |
1476 'browser/ui/prefs/prefs_tab_helper.cc', | 1476 'browser/ui/prefs/prefs_tab_helper.cc', |
1477 'browser/ui/prefs/prefs_tab_helper.h', | 1477 'browser/ui/prefs/prefs_tab_helper.h', |
(...skipping 1865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3343 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3343 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3344 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3344 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3345 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3345 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3346 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3346 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3347 ], | 3347 ], |
3348 }], | 3348 }], |
3349 ], | 3349 ], |
3350 }, | 3350 }, |
3351 ], | 3351 ], |
3352 } | 3352 } |
OLD | NEW |