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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 662073002: Fix crash when user closes window prior to the "Confirm Install" prompt showing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/install_prompt_navigator
Patch Set: Created 6 years, 2 months 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
OLDNEW
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 'variables': { 6 'variables': {
7 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 'browser/ui/cocoa/media_picker/desktop_media_picker_cocoa.h', 569 'browser/ui/cocoa/media_picker/desktop_media_picker_cocoa.h',
570 'browser/ui/cocoa/media_picker/desktop_media_picker_cocoa.mm', 570 'browser/ui/cocoa/media_picker/desktop_media_picker_cocoa.mm',
571 'browser/ui/cocoa/media_picker/desktop_media_picker_controller.h', 571 'browser/ui/cocoa/media_picker/desktop_media_picker_controller.h',
572 'browser/ui/cocoa/media_picker/desktop_media_picker_controller.mm', 572 'browser/ui/cocoa/media_picker/desktop_media_picker_controller.mm',
573 'browser/ui/cocoa/media_picker/desktop_media_picker_item.h', 573 'browser/ui/cocoa/media_picker/desktop_media_picker_item.h',
574 'browser/ui/cocoa/media_picker/desktop_media_picker_item.mm', 574 'browser/ui/cocoa/media_picker/desktop_media_picker_item.mm',
575 'browser/ui/cocoa/menu_button.h', 575 'browser/ui/cocoa/menu_button.h',
576 'browser/ui/cocoa/menu_button.mm', 576 'browser/ui/cocoa/menu_button.mm',
577 'browser/ui/cocoa/multi_key_equivalent_button.h', 577 'browser/ui/cocoa/multi_key_equivalent_button.h',
578 'browser/ui/cocoa/multi_key_equivalent_button.mm', 578 'browser/ui/cocoa/multi_key_equivalent_button.mm',
579 'browser/ui/cocoa/native_window_deletion_observer.h',
580 'browser/ui/cocoa/native_window_deletion_observer.mm',
579 'browser/ui/cocoa/new_tab_button.h', 581 'browser/ui/cocoa/new_tab_button.h',
580 'browser/ui/cocoa/new_tab_button.mm', 582 'browser/ui/cocoa/new_tab_button.mm',
581 'browser/ui/cocoa/notifications/message_center_tray_bridge.h', 583 'browser/ui/cocoa/notifications/message_center_tray_bridge.h',
582 'browser/ui/cocoa/notifications/message_center_tray_bridge.mm', 584 'browser/ui/cocoa/notifications/message_center_tray_bridge.mm',
583 'browser/ui/cocoa/nsmenuitem_additions.h', 585 'browser/ui/cocoa/nsmenuitem_additions.h',
584 'browser/ui/cocoa/nsmenuitem_additions.mm', 586 'browser/ui/cocoa/nsmenuitem_additions.mm',
585 'browser/ui/cocoa/omnibox/omnibox_popup_cell.h', 587 'browser/ui/cocoa/omnibox/omnibox_popup_cell.h',
586 'browser/ui/cocoa/omnibox/omnibox_popup_cell.mm', 588 'browser/ui/cocoa/omnibox/omnibox_popup_cell.mm',
587 'browser/ui/cocoa/omnibox/omnibox_popup_matrix.h', 589 'browser/ui/cocoa/omnibox/omnibox_popup_matrix.h',
588 'browser/ui/cocoa/omnibox/omnibox_popup_matrix.mm', 590 'browser/ui/cocoa/omnibox/omnibox_popup_matrix.mm',
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
1424 'browser/ui/fullscreen/fullscreen_exit_bubble_type.cc', 1426 'browser/ui/fullscreen/fullscreen_exit_bubble_type.cc',
1425 'browser/ui/fullscreen/fullscreen_exit_bubble_type.h', 1427 'browser/ui/fullscreen/fullscreen_exit_bubble_type.h',
1426 'browser/ui/fullscreen/fullscreen_within_tab_helper.cc', 1428 'browser/ui/fullscreen/fullscreen_within_tab_helper.cc',
1427 'browser/ui/fullscreen/fullscreen_within_tab_helper.h', 1429 'browser/ui/fullscreen/fullscreen_within_tab_helper.h',
1428 'browser/ui/location_bar/location_bar.cc', 1430 'browser/ui/location_bar/location_bar.cc',
1429 'browser/ui/location_bar/location_bar.h', 1431 'browser/ui/location_bar/location_bar.h',
1430 'browser/ui/location_bar/location_bar_util.cc', 1432 'browser/ui/location_bar/location_bar_util.cc',
1431 'browser/ui/location_bar/location_bar_util.h', 1433 'browser/ui/location_bar/location_bar_util.h',
1432 'browser/ui/location_bar/origin_chip_info.cc', 1434 'browser/ui/location_bar/origin_chip_info.cc',
1433 'browser/ui/location_bar/origin_chip_info.h', 1435 'browser/ui/location_bar/origin_chip_info.h',
1436 'browser/ui/native_window_deletion_observer.h',
1434 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', 1437 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc',
1435 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', 1438 'browser/ui/omnibox/alternate_nav_infobar_delegate.h',
1436 'browser/ui/omnibox/omnibox_controller.cc', 1439 'browser/ui/omnibox/omnibox_controller.cc',
1437 'browser/ui/omnibox/omnibox_controller.h', 1440 'browser/ui/omnibox/omnibox_controller.h',
1438 'browser/ui/omnibox/omnibox_current_page_delegate.h', 1441 'browser/ui/omnibox/omnibox_current_page_delegate.h',
1439 'browser/ui/omnibox/omnibox_current_page_delegate_impl.cc', 1442 'browser/ui/omnibox/omnibox_current_page_delegate_impl.cc',
1440 'browser/ui/omnibox/omnibox_current_page_delegate_impl.h', 1443 'browser/ui/omnibox/omnibox_current_page_delegate_impl.h',
1441 'browser/ui/omnibox/omnibox_edit_controller.cc', 1444 'browser/ui/omnibox/omnibox_edit_controller.cc',
1442 'browser/ui/omnibox/omnibox_edit_controller.h', 1445 'browser/ui/omnibox/omnibox_edit_controller.h',
1443 'browser/ui/omnibox/omnibox_edit_model.cc', 1446 'browser/ui/omnibox/omnibox_edit_model.cc',
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
2292 'browser/ui/views/message_center/message_center_widget_delegate.cc', 2295 'browser/ui/views/message_center/message_center_widget_delegate.cc',
2293 'browser/ui/views/message_center/web_notification_tray.h', 2296 'browser/ui/views/message_center/web_notification_tray.h',
2294 'browser/ui/views/message_center/web_notification_tray.cc', 2297 'browser/ui/views/message_center/web_notification_tray.cc',
2295 'browser/ui/views/message_center/web_notification_tray_win.cc', 2298 'browser/ui/views/message_center/web_notification_tray_win.cc',
2296 'browser/ui/views/screen_capture_notification_ui_views.cc', 2299 'browser/ui/views/screen_capture_notification_ui_views.cc',
2297 ], 2300 ],
2298 # Cross-platform aura sources. 2301 # Cross-platform aura sources.
2299 'chrome_browser_ui_aura_sources': [ 2302 'chrome_browser_ui_aura_sources': [
2300 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', 2303 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc',
2301 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', 2304 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h',
2305 'browser/ui/aura/native_window_deletion_observer_aura.cc',
2306 'browser/ui/aura/native_window_deletion_observer_aura.h',
2302 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc', 2307 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc',
2303 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', 2308 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h',
2304 'browser/ui/gesture_prefs_observer_factory_aura.cc', 2309 'browser/ui/gesture_prefs_observer_factory_aura.cc',
2305 'browser/ui/gesture_prefs_observer_factory_aura.h', 2310 'browser/ui/gesture_prefs_observer_factory_aura.h',
2306 'browser/ui/views/link_disambiguation/link_disambiguation_popup.cc', 2311 'browser/ui/views/link_disambiguation/link_disambiguation_popup.cc',
2307 'browser/ui/views/link_disambiguation/link_disambiguation_popup.h', 2312 'browser/ui/views/link_disambiguation/link_disambiguation_popup.h',
2308 'browser/ui/webui/gesture_config_ui.cc', 2313 'browser/ui/webui/gesture_config_ui.cc',
2309 'browser/ui/webui/gesture_config_ui.h', 2314 'browser/ui/webui/gesture_config_ui.h',
2310 'browser/ui/window_sizer/window_sizer_aura.cc', 2315 'browser/ui/window_sizer/window_sizer_aura.cc',
2311 ], 2316 ],
(...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after
3030 }], 3035 }],
3031 ['OS!="android" and OS!="ios"', { 3036 ['OS!="android" and OS!="ios"', {
3032 'dependencies': [ 3037 'dependencies': [
3033 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3038 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3034 ], 3039 ],
3035 }], 3040 }],
3036 ], 3041 ],
3037 }, 3042 },
3038 ], 3043 ],
3039 } 3044 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698