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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 123693003: Revise user-data-dir switch handling; avoid crashes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup. Created 6 years, 10 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 | Annotate | Revision Log
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 '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 1669 matching lines...) Expand 10 before | Expand all | Expand 10 after
1680 'browser/ui/translate/translate_bubble_model.h', 1680 'browser/ui/translate/translate_bubble_model.h',
1681 'browser/ui/translate/translate_bubble_model_impl.cc', 1681 'browser/ui/translate/translate_bubble_model_impl.cc',
1682 'browser/ui/translate/translate_bubble_model_impl.h', 1682 'browser/ui/translate/translate_bubble_model_impl.h',
1683 'browser/ui/translate/translate_bubble_view_state_transition.cc', 1683 'browser/ui/translate/translate_bubble_view_state_transition.cc',
1684 'browser/ui/translate/translate_bubble_view_state_transition.h', 1684 'browser/ui/translate/translate_bubble_view_state_transition.h',
1685 'browser/ui/uma_browsing_activity_observer.cc', 1685 'browser/ui/uma_browsing_activity_observer.cc',
1686 'browser/ui/uma_browsing_activity_observer.h', 1686 'browser/ui/uma_browsing_activity_observer.h',
1687 'browser/ui/uninstall_browser_prompt.h', 1687 'browser/ui/uninstall_browser_prompt.h',
1688 'browser/ui/unload_controller.cc', 1688 'browser/ui/unload_controller.cc',
1689 'browser/ui/unload_controller.h', 1689 'browser/ui/unload_controller.h',
1690 'browser/ui/user_data_dir_dialog.h',
1691 'browser/ui/validation_message_bubble.h', 1690 'browser/ui/validation_message_bubble.h',
1692 'browser/ui/view_ids.h', 1691 'browser/ui/view_ids.h',
1693 'browser/ui/views/accelerator_utils_aura.cc', 1692 'browser/ui/views/accelerator_utils_aura.cc',
1694 'browser/ui/views/accelerator_utils_views.cc', 1693 'browser/ui/views/accelerator_utils_views.cc',
1695 'browser/ui/views/accessibility/accessibility_event_router_views.cc', 1694 'browser/ui/views/accessibility/accessibility_event_router_views.cc',
1696 'browser/ui/views/accessibility/accessibility_event_router_views.h', 1695 'browser/ui/views/accessibility/accessibility_event_router_views.h',
1697 'browser/ui/views/accessibility/invert_bubble_view.cc', 1696 'browser/ui/views/accessibility/invert_bubble_view.cc',
1698 'browser/ui/views/accessibility/invert_bubble_view.h', 1697 'browser/ui/views/accessibility/invert_bubble_view.h',
1699 'browser/ui/views/app_list/linux/app_list_controller_delegate_linux.cc', 1698 'browser/ui/views/app_list/linux/app_list_controller_delegate_linux.cc',
1700 'browser/ui/views/app_list/linux/app_list_controller_delegate_linux.h', 1699 'browser/ui/views/app_list/linux/app_list_controller_delegate_linux.h',
(...skipping 1701 matching lines...) Expand 10 before | Expand all | Expand 10 after
3402 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3401 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3403 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3402 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3404 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3403 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3405 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3404 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3406 ], 3405 ],
3407 }], 3406 }],
3408 ], 3407 ],
3409 }, 3408 },
3410 ], 3409 ],
3411 } 3410 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698