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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 154633003: Attempt at fixing possible shutdown crash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OnWindowDestroying 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
« no previous file with comments | « chrome/browser/ui/views/frame/desktop_browser_frame_aura.cc ('k') | no next file » | 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 '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 1858 matching lines...) Expand 10 before | Expand all | Expand 10 after
1869 'browser/ui/views/frame/browser_frame_common_win.h', 1869 'browser/ui/views/frame/browser_frame_common_win.h',
1870 'browser/ui/views/frame/browser_non_client_frame_view.cc', 1870 'browser/ui/views/frame/browser_non_client_frame_view.cc',
1871 'browser/ui/views/frame/browser_non_client_frame_view.h', 1871 'browser/ui/views/frame/browser_non_client_frame_view.h',
1872 'browser/ui/views/frame/browser_non_client_frame_view_ash.h', 1872 'browser/ui/views/frame/browser_non_client_frame_view_ash.h',
1873 'browser/ui/views/frame/browser_non_client_frame_view_ash.cc', 1873 'browser/ui/views/frame/browser_non_client_frame_view_ash.cc',
1874 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc', 1874 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc',
1875 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc', 1875 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc',
1876 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc', 1876 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc',
1877 'browser/ui/views/frame/browser_root_view.cc', 1877 'browser/ui/views/frame/browser_root_view.cc',
1878 'browser/ui/views/frame/browser_root_view.h', 1878 'browser/ui/views/frame/browser_root_view.h',
1879 'browser/ui/views/frame/browser_shutdown.cc',
1880 'browser/ui/views/frame/browser_shutdown.h',
1879 'browser/ui/views/frame/browser_view.cc', 1881 'browser/ui/views/frame/browser_view.cc',
1880 'browser/ui/views/frame/browser_view.h', 1882 'browser/ui/views/frame/browser_view.h',
1881 'browser/ui/views/frame/browser_view_layout.cc', 1883 'browser/ui/views/frame/browser_view_layout.cc',
1882 'browser/ui/views/frame/browser_view_layout.h', 1884 'browser/ui/views/frame/browser_view_layout.h',
1883 'browser/ui/views/frame/browser_view_layout_delegate.h', 1885 'browser/ui/views/frame/browser_view_layout_delegate.h',
1884 'browser/ui/views/frame/browser_window_property_manager_win.cc', 1886 'browser/ui/views/frame/browser_window_property_manager_win.cc',
1885 'browser/ui/views/frame/browser_window_property_manager_win.h', 1887 'browser/ui/views/frame/browser_window_property_manager_win.h',
1886 'browser/ui/views/frame/contents_layout_manager.cc', 1888 'browser/ui/views/frame/contents_layout_manager.cc',
1887 'browser/ui/views/frame/contents_layout_manager.h', 1889 'browser/ui/views/frame/contents_layout_manager.h',
1888 'browser/ui/views/frame/contents_web_view.cc', 1890 'browser/ui/views/frame/contents_web_view.cc',
(...skipping 1505 matching lines...) Expand 10 before | Expand all | Expand 10 after
3394 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3396 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3395 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3397 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3396 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3398 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3397 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3399 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3398 ], 3400 ],
3399 }], 3401 }],
3400 ], 3402 ],
3401 }, 3403 },
3402 ], 3404 ],
3403 } 3405 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/desktop_browser_frame_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698