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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 189463013: [Refactor] Move code for painting the window header for browser windows out of ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/browser_non_client_frame_view_ash_browsertest.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 1874 matching lines...) Expand 10 before | Expand all | Expand 10 after
1885 'browser/ui/views/frame/browser_command_handler_x11.cc', 1885 'browser/ui/views/frame/browser_command_handler_x11.cc',
1886 'browser/ui/views/frame/browser_command_handler_x11.h', 1886 'browser/ui/views/frame/browser_command_handler_x11.h',
1887 'browser/ui/views/frame/browser_frame.cc', 1887 'browser/ui/views/frame/browser_frame.cc',
1888 'browser/ui/views/frame/browser_frame.h', 1888 'browser/ui/views/frame/browser_frame.h',
1889 'browser/ui/views/frame/browser_frame_ash.cc', 1889 'browser/ui/views/frame/browser_frame_ash.cc',
1890 'browser/ui/views/frame/browser_frame_ash.h', 1890 'browser/ui/views/frame/browser_frame_ash.h',
1891 'browser/ui/views/frame/browser_frame_ashwin.cc', 1891 'browser/ui/views/frame/browser_frame_ashwin.cc',
1892 'browser/ui/views/frame/browser_frame_ashwin.h', 1892 'browser/ui/views/frame/browser_frame_ashwin.h',
1893 'browser/ui/views/frame/browser_frame_common_win.cc', 1893 'browser/ui/views/frame/browser_frame_common_win.cc',
1894 'browser/ui/views/frame/browser_frame_common_win.h', 1894 'browser/ui/views/frame/browser_frame_common_win.h',
1895 'browser/ui/views/frame/browser_header_painter_ash.cc',
1896 'browser/ui/views/frame/browser_header_painter_ash.h',
1895 'browser/ui/views/frame/browser_non_client_frame_view.cc', 1897 'browser/ui/views/frame/browser_non_client_frame_view.cc',
1896 'browser/ui/views/frame/browser_non_client_frame_view.h', 1898 'browser/ui/views/frame/browser_non_client_frame_view.h',
1897 'browser/ui/views/frame/browser_non_client_frame_view_ash.h', 1899 'browser/ui/views/frame/browser_non_client_frame_view_ash.h',
1898 'browser/ui/views/frame/browser_non_client_frame_view_ash.cc', 1900 'browser/ui/views/frame/browser_non_client_frame_view_ash.cc',
1899 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc', 1901 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc',
1900 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc', 1902 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc',
1901 'browser/ui/views/frame/browser_root_view.cc', 1903 'browser/ui/views/frame/browser_root_view.cc',
1902 'browser/ui/views/frame/browser_root_view.h', 1904 'browser/ui/views/frame/browser_root_view.h',
1903 'browser/ui/views/frame/browser_shutdown.cc', 1905 'browser/ui/views/frame/browser_shutdown.cc',
1904 'browser/ui/views/frame/browser_shutdown.h', 1906 'browser/ui/views/frame/browser_shutdown.h',
(...skipping 1521 matching lines...) Expand 10 before | Expand all | Expand 10 after
3426 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3428 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3427 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3429 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3428 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3430 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3429 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3431 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3430 ], 3432 ],
3431 }], 3433 }],
3432 ], 3434 ],
3433 }, 3435 },
3434 ], 3436 ],
3435 } 3437 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698