Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11016023: Quickly close tabs/window with long-running unload handlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add UnloadController class comment. Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_ui', 9 'target_name': 'browser_ui',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1290 matching lines...) Expand 10 before | Expand all | Expand 10 after
1301 'browser/ui/toolbar/toolbar_model_impl.h', 1301 'browser/ui/toolbar/toolbar_model_impl.h',
1302 'browser/ui/toolbar/toolbar_model_delegate.h', 1302 'browser/ui/toolbar/toolbar_model_delegate.h',
1303 'browser/ui/toolbar/wrench_menu_model.cc', 1303 'browser/ui/toolbar/wrench_menu_model.cc',
1304 'browser/ui/toolbar/wrench_menu_model.h', 1304 'browser/ui/toolbar/wrench_menu_model.h',
1305 'browser/ui/top_level_widget.h', 1305 'browser/ui/top_level_widget.h',
1306 'browser/ui/uma_browsing_activity_observer.cc', 1306 'browser/ui/uma_browsing_activity_observer.cc',
1307 'browser/ui/uma_browsing_activity_observer.h', 1307 'browser/ui/uma_browsing_activity_observer.h',
1308 'browser/ui/uninstall_browser_prompt.h', 1308 'browser/ui/uninstall_browser_prompt.h',
1309 'browser/ui/unload_controller.cc', 1309 'browser/ui/unload_controller.cc',
1310 'browser/ui/unload_controller.h', 1310 'browser/ui/unload_controller.h',
1311 'browser/ui/unload_detached_handler.cc',
1312 'browser/ui/unload_detached_handler.h',
1311 'browser/ui/user_data_dir_dialog.h', 1313 'browser/ui/user_data_dir_dialog.h',
1312 'browser/ui/view_ids.h', 1314 'browser/ui/view_ids.h',
1313 'browser/ui/views/about_ipc_dialog.cc', 1315 'browser/ui/views/about_ipc_dialog.cc',
1314 'browser/ui/views/about_ipc_dialog.h', 1316 'browser/ui/views/about_ipc_dialog.h',
1315 'browser/ui/views/accelerator_table.cc', 1317 'browser/ui/views/accelerator_table.cc',
1316 'browser/ui/views/accelerator_table.h', 1318 'browser/ui/views/accelerator_table.h',
1317 'browser/ui/views/accessibility/accessibility_event_router_views.cc', 1319 'browser/ui/views/accessibility/accessibility_event_router_views.cc',
1318 'browser/ui/views/accessibility/accessibility_event_router_views.h', 1320 'browser/ui/views/accessibility/accessibility_event_router_views.h',
1319 'browser/ui/views/accessibility/invert_bubble_view.cc', 1321 'browser/ui/views/accessibility/invert_bubble_view.cc',
1320 'browser/ui/views/accessibility/invert_bubble_view.h', 1322 'browser/ui/views/accessibility/invert_bubble_view.h',
(...skipping 1392 matching lines...) Expand 10 before | Expand all | Expand 10 after
2713 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2715 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2714 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2716 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2715 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2717 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2716 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2718 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2717 ]} 2719 ]}
2718 ], 2720 ],
2719 ], 2721 ],
2720 }, 2722 },
2721 ], 2723 ],
2722 } 2724 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698