| 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 1426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1437 'browser/ui/panels/panel_manager.cc', | 1437 'browser/ui/panels/panel_manager.cc', |
| 1438 'browser/ui/panels/panel_manager.h', | 1438 'browser/ui/panels/panel_manager.h', |
| 1439 'browser/ui/panels/panel_mouse_watcher.cc', | 1439 'browser/ui/panels/panel_mouse_watcher.cc', |
| 1440 'browser/ui/panels/panel_mouse_watcher.h', | 1440 'browser/ui/panels/panel_mouse_watcher.h', |
| 1441 'browser/ui/panels/panel_mouse_watcher_observer.h', | 1441 'browser/ui/panels/panel_mouse_watcher_observer.h', |
| 1442 'browser/ui/panels/panel_mouse_watcher_timer.cc', | 1442 'browser/ui/panels/panel_mouse_watcher_timer.cc', |
| 1443 'browser/ui/panels/stacked_panel_collection.cc', | 1443 'browser/ui/panels/stacked_panel_collection.cc', |
| 1444 'browser/ui/panels/stacked_panel_collection.h', | 1444 'browser/ui/panels/stacked_panel_collection.h', |
| 1445 'browser/ui/panels/stacked_panel_drag_handler.cc', | 1445 'browser/ui/panels/stacked_panel_drag_handler.cc', |
| 1446 'browser/ui/panels/stacked_panel_drag_handler.h', | 1446 'browser/ui/panels/stacked_panel_drag_handler.h', |
| 1447 'browser/ui/password/password_ui_view.h', |
| 1447 'browser/ui/passwords/manage_passwords_icon_controller.cc', | 1448 'browser/ui/passwords/manage_passwords_icon_controller.cc', |
| 1448 'browser/ui/passwords/manage_passwords_icon_controller.h', | 1449 'browser/ui/passwords/manage_passwords_icon_controller.h', |
| 1449 'browser/ui/password/password_ui_view.h', | 1450 'browser/ui/passwords/password_manager_presenter.cc', |
| 1451 'browser/ui/passwords/password_manager_presenter.h', |
| 1450 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', | 1452 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', |
| 1451 'browser/ui/pdf/pdf_tab_helper.cc', | 1453 'browser/ui/pdf/pdf_tab_helper.cc', |
| 1452 'browser/ui/pdf/pdf_tab_helper.h', | 1454 'browser/ui/pdf/pdf_tab_helper.h', |
| 1453 'browser/ui/pdf/pdf_unsupported_feature.cc', | 1455 'browser/ui/pdf/pdf_unsupported_feature.cc', |
| 1454 'browser/ui/pdf/pdf_unsupported_feature.h', | 1456 'browser/ui/pdf/pdf_unsupported_feature.h', |
| 1455 'browser/ui/prefs/prefs_tab_helper.cc', | 1457 'browser/ui/prefs/prefs_tab_helper.cc', |
| 1456 'browser/ui/prefs/prefs_tab_helper.h', | 1458 'browser/ui/prefs/prefs_tab_helper.h', |
| 1457 'browser/ui/profile_error_dialog.cc', | 1459 'browser/ui/profile_error_dialog.cc', |
| 1458 'browser/ui/profile_error_dialog.h', | 1460 'browser/ui/profile_error_dialog.h', |
| 1459 'browser/ui/protocol_dialog_delegate.h', | 1461 'browser/ui/protocol_dialog_delegate.h', |
| (...skipping 976 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2436 'browser/ui/webui/options/manage_profile_handler.cc', | 2438 'browser/ui/webui/options/manage_profile_handler.cc', |
| 2437 'browser/ui/webui/options/manage_profile_handler.h', | 2439 'browser/ui/webui/options/manage_profile_handler.h', |
| 2438 'browser/ui/webui/options/media_devices_selection_handler.cc', | 2440 'browser/ui/webui/options/media_devices_selection_handler.cc', |
| 2439 'browser/ui/webui/options/media_devices_selection_handler.h', | 2441 'browser/ui/webui/options/media_devices_selection_handler.h', |
| 2440 'browser/ui/webui/options/media_galleries_handler.cc', | 2442 'browser/ui/webui/options/media_galleries_handler.cc', |
| 2441 'browser/ui/webui/options/media_galleries_handler.h', | 2443 'browser/ui/webui/options/media_galleries_handler.h', |
| 2442 'browser/ui/webui/options/options_handlers_helper.cc', | 2444 'browser/ui/webui/options/options_handlers_helper.cc', |
| 2443 'browser/ui/webui/options/options_handlers_helper.h', | 2445 'browser/ui/webui/options/options_handlers_helper.h', |
| 2444 'browser/ui/webui/options/options_ui.cc', | 2446 'browser/ui/webui/options/options_ui.cc', |
| 2445 'browser/ui/webui/options/options_ui.h', | 2447 'browser/ui/webui/options/options_ui.h', |
| 2446 'browser/ui/webui/options/password_manager_presenter.cc', | |
| 2447 'browser/ui/webui/options/password_manager_presenter.h', | |
| 2448 'browser/ui/webui/options/password_manager_handler.cc', | 2448 'browser/ui/webui/options/password_manager_handler.cc', |
| 2449 'browser/ui/webui/options/password_manager_handler.h', | 2449 'browser/ui/webui/options/password_manager_handler.h', |
| 2450 'browser/ui/webui/options/pepper_flash_content_settings_utils.cc', | 2450 'browser/ui/webui/options/pepper_flash_content_settings_utils.cc', |
| 2451 'browser/ui/webui/options/pepper_flash_content_settings_utils.h', | 2451 'browser/ui/webui/options/pepper_flash_content_settings_utils.h', |
| 2452 'browser/ui/webui/options/reset_profile_settings_handler.cc', | 2452 'browser/ui/webui/options/reset_profile_settings_handler.cc', |
| 2453 'browser/ui/webui/options/reset_profile_settings_handler.h', | 2453 'browser/ui/webui/options/reset_profile_settings_handler.h', |
| 2454 'browser/ui/webui/options/search_engine_manager_handler.cc', | 2454 'browser/ui/webui/options/search_engine_manager_handler.cc', |
| 2455 'browser/ui/webui/options/search_engine_manager_handler.h', | 2455 'browser/ui/webui/options/search_engine_manager_handler.h', |
| 2456 'browser/ui/webui/options/startup_pages_handler.cc', | 2456 'browser/ui/webui/options/startup_pages_handler.cc', |
| 2457 'browser/ui/webui/options/startup_pages_handler.h', | 2457 'browser/ui/webui/options/startup_pages_handler.h', |
| (...skipping 878 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3336 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3336 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3337 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3337 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3338 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3338 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3339 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3339 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3340 ], | 3340 ], |
| 3341 }], | 3341 }], |
| 3342 ], | 3342 ], |
| 3343 }, | 3343 }, |
| 3344 ], | 3344 ], |
| 3345 } | 3345 } |
| OLD | NEW |