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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 14589016: Unit test for BrowserViewLayout that does not depend on BrowserView (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: BrowserViewLayout owns its delegate Created 7 years, 7 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/contents_container.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 1621 matching lines...) Expand 10 before | Expand all | Expand 10 after
1632 'browser/ui/views/frame/browser_non_client_frame_view_ash.cc', 1632 'browser/ui/views/frame/browser_non_client_frame_view_ash.cc',
1633 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc', 1633 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc',
1634 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc', 1634 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc',
1635 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc', 1635 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc',
1636 'browser/ui/views/frame/browser_root_view.cc', 1636 'browser/ui/views/frame/browser_root_view.cc',
1637 'browser/ui/views/frame/browser_root_view.h', 1637 'browser/ui/views/frame/browser_root_view.h',
1638 'browser/ui/views/frame/browser_view.cc', 1638 'browser/ui/views/frame/browser_view.cc',
1639 'browser/ui/views/frame/browser_view.h', 1639 'browser/ui/views/frame/browser_view.h',
1640 'browser/ui/views/frame/browser_view_layout.cc', 1640 'browser/ui/views/frame/browser_view_layout.cc',
1641 'browser/ui/views/frame/browser_view_layout.h', 1641 'browser/ui/views/frame/browser_view_layout.h',
1642 'browser/ui/views/frame/browser_view_layout_delegate.h',
1642 'browser/ui/views/frame/contents_container.cc', 1643 'browser/ui/views/frame/contents_container.cc',
1643 'browser/ui/views/frame/contents_container.h', 1644 'browser/ui/views/frame/contents_container.h',
1644 'browser/ui/views/frame/desktop_browser_frame_aura.cc', 1645 'browser/ui/views/frame/desktop_browser_frame_aura.cc',
1645 'browser/ui/views/frame/desktop_browser_frame_aura.h', 1646 'browser/ui/views/frame/desktop_browser_frame_aura.h',
1646 'browser/ui/views/frame/browser_desktop_root_window_host.h', 1647 'browser/ui/views/frame/browser_desktop_root_window_host.h',
1647 'browser/ui/views/frame/browser_desktop_root_window_host_win.cc', 1648 'browser/ui/views/frame/browser_desktop_root_window_host_win.cc',
1648 'browser/ui/views/frame/browser_desktop_root_window_host_win.h', 1649 'browser/ui/views/frame/browser_desktop_root_window_host_win.h',
1649 'browser/ui/views/frame/browser_desktop_root_window_host_x11.cc', 1650 'browser/ui/views/frame/browser_desktop_root_window_host_x11.cc',
1650 'browser/ui/views/frame/browser_desktop_root_window_host_x11.h', 1651 'browser/ui/views/frame/browser_desktop_root_window_host_x11.h',
1651 'browser/ui/views/frame/glass_browser_frame_view.cc', 1652 'browser/ui/views/frame/glass_browser_frame_view.cc',
(...skipping 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after
2945 ['exclude', '^browser/ui/views/app_list/'], 2946 ['exclude', '^browser/ui/views/app_list/'],
2946 ['exclude', '^browser/ui/app_list/'], 2947 ['exclude', '^browser/ui/app_list/'],
2947 ['include', '^browser/ui/app_list/app_list_service.h'], 2948 ['include', '^browser/ui/app_list/app_list_service.h'],
2948 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], 2949 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'],
2949 ], 2950 ],
2950 }], 2951 }],
2951 ], 2952 ],
2952 }, 2953 },
2953 ], 2954 ],
2954 } 2955 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/contents_container.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698