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

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, 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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 'browser/ui/cocoa/media_picker/desktop_media_picker_cocoa.h', 571 'browser/ui/cocoa/media_picker/desktop_media_picker_cocoa.h',
572 'browser/ui/cocoa/media_picker/desktop_media_picker_cocoa.mm', 572 'browser/ui/cocoa/media_picker/desktop_media_picker_cocoa.mm',
573 'browser/ui/cocoa/media_picker/desktop_media_picker_controller.h', 573 'browser/ui/cocoa/media_picker/desktop_media_picker_controller.h',
574 'browser/ui/cocoa/media_picker/desktop_media_picker_controller.mm', 574 'browser/ui/cocoa/media_picker/desktop_media_picker_controller.mm',
575 'browser/ui/cocoa/media_picker/desktop_media_picker_item.h', 575 'browser/ui/cocoa/media_picker/desktop_media_picker_item.h',
576 'browser/ui/cocoa/media_picker/desktop_media_picker_item.mm', 576 'browser/ui/cocoa/media_picker/desktop_media_picker_item.mm',
577 'browser/ui/cocoa/menu_button.h', 577 'browser/ui/cocoa/menu_button.h',
578 'browser/ui/cocoa/menu_button.mm', 578 'browser/ui/cocoa/menu_button.mm',
579 'browser/ui/cocoa/multi_key_equivalent_button.h', 579 'browser/ui/cocoa/multi_key_equivalent_button.h',
580 'browser/ui/cocoa/multi_key_equivalent_button.mm', 580 'browser/ui/cocoa/multi_key_equivalent_button.mm',
581 'browser/ui/cocoa/native_window_tracker_cocoa.h',
582 'browser/ui/cocoa/native_window_tracker_cocoa.mm',
581 'browser/ui/cocoa/new_tab_button.h', 583 'browser/ui/cocoa/new_tab_button.h',
582 'browser/ui/cocoa/new_tab_button.mm', 584 'browser/ui/cocoa/new_tab_button.mm',
583 'browser/ui/cocoa/notifications/message_center_tray_bridge.h', 585 'browser/ui/cocoa/notifications/message_center_tray_bridge.h',
584 'browser/ui/cocoa/notifications/message_center_tray_bridge.mm', 586 'browser/ui/cocoa/notifications/message_center_tray_bridge.mm',
585 'browser/ui/cocoa/nsmenuitem_additions.h', 587 'browser/ui/cocoa/nsmenuitem_additions.h',
586 'browser/ui/cocoa/nsmenuitem_additions.mm', 588 'browser/ui/cocoa/nsmenuitem_additions.mm',
587 'browser/ui/cocoa/omnibox/omnibox_popup_cell.h', 589 'browser/ui/cocoa/omnibox/omnibox_popup_cell.h',
588 'browser/ui/cocoa/omnibox/omnibox_popup_cell.mm', 590 'browser/ui/cocoa/omnibox/omnibox_popup_cell.mm',
589 'browser/ui/cocoa/omnibox/omnibox_popup_matrix.h', 591 'browser/ui/cocoa/omnibox/omnibox_popup_matrix.h',
590 'browser/ui/cocoa/omnibox/omnibox_popup_matrix.mm', 592 'browser/ui/cocoa/omnibox/omnibox_popup_matrix.mm',
(...skipping 833 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_tracker.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 854 matching lines...) Expand 10 before | Expand all | Expand 10 after
2298 'browser/ui/views/message_center/message_center_widget_delegate.cc', 2301 'browser/ui/views/message_center/message_center_widget_delegate.cc',
2299 'browser/ui/views/message_center/web_notification_tray.h', 2302 'browser/ui/views/message_center/web_notification_tray.h',
2300 'browser/ui/views/message_center/web_notification_tray.cc', 2303 'browser/ui/views/message_center/web_notification_tray.cc',
2301 'browser/ui/views/message_center/web_notification_tray_win.cc', 2304 'browser/ui/views/message_center/web_notification_tray_win.cc',
2302 'browser/ui/views/screen_capture_notification_ui_views.cc', 2305 'browser/ui/views/screen_capture_notification_ui_views.cc',
2303 ], 2306 ],
2304 # Cross-platform aura sources. 2307 # Cross-platform aura sources.
2305 'chrome_browser_ui_aura_sources': [ 2308 'chrome_browser_ui_aura_sources': [
2306 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', 2309 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc',
2307 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', 2310 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h',
2311 'browser/ui/aura/native_window_tracker_aura.cc',
2312 'browser/ui/aura/native_window_tracker_aura.h',
2308 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc', 2313 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc',
2309 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', 2314 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h',
2310 'browser/ui/gesture_prefs_observer_factory_aura.cc', 2315 'browser/ui/gesture_prefs_observer_factory_aura.cc',
2311 'browser/ui/gesture_prefs_observer_factory_aura.h', 2316 'browser/ui/gesture_prefs_observer_factory_aura.h',
2312 'browser/ui/views/link_disambiguation/link_disambiguation_popup.cc', 2317 'browser/ui/views/link_disambiguation/link_disambiguation_popup.cc',
2313 'browser/ui/views/link_disambiguation/link_disambiguation_popup.h', 2318 'browser/ui/views/link_disambiguation/link_disambiguation_popup.h',
2314 'browser/ui/webui/gesture_config_ui.cc', 2319 'browser/ui/webui/gesture_config_ui.cc',
2315 'browser/ui/webui/gesture_config_ui.h', 2320 'browser/ui/webui/gesture_config_ui.h',
2316 'browser/ui/window_sizer/window_sizer_aura.cc', 2321 'browser/ui/window_sizer/window_sizer_aura.cc',
2317 ], 2322 ],
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
3039 ['OS!="android" and OS!="ios"', { 3044 ['OS!="android" and OS!="ios"', {
3040 'dependencies': [ 3045 'dependencies': [
3041 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3046 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3042 ], 3047 ],
3043 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], 3048 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ],
3044 }], 3049 }],
3045 ], 3050 ],
3046 }, 3051 },
3047 ], 3052 ],
3048 } 3053 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698