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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1019023002: MacViews: Implement non-client frame view (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wrench-menu
Patch Set: Use Yosemite colors Created 5 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
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_strip.cc ('k') | ui/views/widget/native_widget_mac.mm » ('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 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 2054 matching lines...) Expand 10 before | Expand all | Expand 10 after
2065 'browser/ui/views/frame/browser_frame.cc', 2065 'browser/ui/views/frame/browser_frame.cc',
2066 'browser/ui/views/frame/browser_frame.h', 2066 'browser/ui/views/frame/browser_frame.h',
2067 'browser/ui/views/frame/browser_frame_common_win.cc', 2067 'browser/ui/views/frame/browser_frame_common_win.cc',
2068 'browser/ui/views/frame/browser_frame_common_win.h', 2068 'browser/ui/views/frame/browser_frame_common_win.h',
2069 'browser/ui/views/frame/browser_frame_mac.h', 2069 'browser/ui/views/frame/browser_frame_mac.h',
2070 'browser/ui/views/frame/browser_frame_mac.mm', 2070 'browser/ui/views/frame/browser_frame_mac.mm',
2071 'browser/ui/views/frame/browser_non_client_frame_view.cc', 2071 'browser/ui/views/frame/browser_non_client_frame_view.cc',
2072 'browser/ui/views/frame/browser_non_client_frame_view.h', 2072 'browser/ui/views/frame/browser_non_client_frame_view.h',
2073 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc', 2073 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc',
2074 'browser/ui/views/frame/browser_non_client_frame_view_factory_mac.mm', 2074 'browser/ui/views/frame/browser_non_client_frame_view_factory_mac.mm',
2075 'browser/ui/views/frame/browser_non_client_frame_view_mac.h',
2076 'browser/ui/views/frame/browser_non_client_frame_view_mac.mm',
2075 'browser/ui/views/frame/browser_root_view.cc', 2077 'browser/ui/views/frame/browser_root_view.cc',
2076 'browser/ui/views/frame/browser_root_view.h', 2078 'browser/ui/views/frame/browser_root_view.h',
2077 'browser/ui/views/frame/browser_shutdown.cc', 2079 'browser/ui/views/frame/browser_shutdown.cc',
2078 'browser/ui/views/frame/browser_shutdown.h', 2080 'browser/ui/views/frame/browser_shutdown.h',
2079 'browser/ui/views/frame/browser_view.cc', 2081 'browser/ui/views/frame/browser_view.cc',
2080 'browser/ui/views/frame/browser_view.h', 2082 'browser/ui/views/frame/browser_view.h',
2081 'browser/ui/views/frame/browser_view_layout.cc', 2083 'browser/ui/views/frame/browser_view_layout.cc',
2082 'browser/ui/views/frame/browser_view_layout.h', 2084 'browser/ui/views/frame/browser_view_layout.h',
2083 'browser/ui/views/frame/browser_view_layout_delegate.h', 2085 'browser/ui/views/frame/browser_view_layout_delegate.h',
2084 'browser/ui/views/frame/browser_window_factory.cc', 2086 'browser/ui/views/frame/browser_window_factory.cc',
(...skipping 1086 matching lines...) Expand 10 before | Expand all | Expand 10 after
3171 ], 3173 ],
3172 'sources': [ 3174 'sources': [
3173 '<@(chrome_browser_ui_non_mobile_sources)', 3175 '<@(chrome_browser_ui_non_mobile_sources)',
3174 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3176 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3175 ], 3177 ],
3176 }], 3178 }],
3177 ], 3179 ],
3178 }, 3180 },
3179 ], 3181 ],
3180 } 3182 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_strip.cc ('k') | ui/views/widget/native_widget_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698