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 1452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1463 'browser/ui/panels/panel_mouse_watcher.cc', | 1463 'browser/ui/panels/panel_mouse_watcher.cc', |
1464 'browser/ui/panels/panel_mouse_watcher.h', | 1464 'browser/ui/panels/panel_mouse_watcher.h', |
1465 'browser/ui/panels/panel_mouse_watcher_observer.h', | 1465 'browser/ui/panels/panel_mouse_watcher_observer.h', |
1466 'browser/ui/panels/panel_mouse_watcher_timer.cc', | 1466 'browser/ui/panels/panel_mouse_watcher_timer.cc', |
1467 'browser/ui/panels/stacked_panel_collection.cc', | 1467 'browser/ui/panels/stacked_panel_collection.cc', |
1468 'browser/ui/panels/stacked_panel_collection.h', | 1468 'browser/ui/panels/stacked_panel_collection.h', |
1469 'browser/ui/panels/stacked_panel_drag_handler.cc', | 1469 'browser/ui/panels/stacked_panel_drag_handler.cc', |
1470 'browser/ui/panels/stacked_panel_drag_handler.h', | 1470 'browser/ui/panels/stacked_panel_drag_handler.h', |
1471 'browser/ui/passwords/manage_passwords_bubble_model.cc', | 1471 'browser/ui/passwords/manage_passwords_bubble_model.cc', |
1472 'browser/ui/passwords/manage_passwords_bubble_model.h', | 1472 'browser/ui/passwords/manage_passwords_bubble_model.h', |
1473 'browser/ui/passwords/manage_passwords_icon_controller.cc', | 1473 'browser/ui/passwords/manage_passwords_bubble_ui_controller.cc', |
1474 'browser/ui/passwords/manage_passwords_icon_controller.h', | 1474 'browser/ui/passwords/manage_passwords_bubble_ui_controller.h', |
1475 'browser/ui/passwords/password_manager_presenter.cc', | 1475 'browser/ui/passwords/password_manager_presenter.cc', |
1476 'browser/ui/passwords/password_manager_presenter.h', | 1476 'browser/ui/passwords/password_manager_presenter.h', |
1477 'browser/ui/passwords/password_ui_view.h', | 1477 'browser/ui/passwords/password_ui_view.h', |
1478 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', | 1478 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', |
1479 'browser/ui/pdf/pdf_tab_helper.cc', | 1479 'browser/ui/pdf/pdf_tab_helper.cc', |
1480 'browser/ui/pdf/pdf_tab_helper.h', | 1480 'browser/ui/pdf/pdf_tab_helper.h', |
1481 'browser/ui/pdf/pdf_unsupported_feature.cc', | 1481 'browser/ui/pdf/pdf_unsupported_feature.cc', |
1482 'browser/ui/pdf/pdf_unsupported_feature.h', | 1482 'browser/ui/pdf/pdf_unsupported_feature.h', |
1483 'browser/ui/prefs/prefs_tab_helper.cc', | 1483 'browser/ui/prefs/prefs_tab_helper.cc', |
1484 'browser/ui/prefs/prefs_tab_helper.h', | 1484 'browser/ui/prefs/prefs_tab_helper.h', |
(...skipping 1865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3350 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3350 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3351 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3351 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3352 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3352 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3353 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3353 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3354 ], | 3354 ], |
3355 }], | 3355 }], |
3356 ], | 3356 ], |
3357 }, | 3357 }, |
3358 ], | 3358 ], |
3359 } | 3359 } |
OLD | NEW |