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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1869163003: Refactored GlassBrowserFrameView and BrowserDesktopTreeHostWin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix merge error Created 4 years, 8 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/frame/opaque_browser_frame_view_layout.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 '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 2273 matching lines...) Expand 10 before | Expand all | Expand 10 after
2284 'browser/ui/views/find_bar_host.cc', 2284 'browser/ui/views/find_bar_host.cc',
2285 'browser/ui/views/find_bar_host.h', 2285 'browser/ui/views/find_bar_host.h',
2286 'browser/ui/views/find_bar_view.cc', 2286 'browser/ui/views/find_bar_view.cc',
2287 'browser/ui/views/find_bar_view.h', 2287 'browser/ui/views/find_bar_view.h',
2288 'browser/ui/views/first_run_bubble.cc', 2288 'browser/ui/views/first_run_bubble.cc',
2289 'browser/ui/views/first_run_bubble.h', 2289 'browser/ui/views/first_run_bubble.h',
2290 'browser/ui/views/frame/browser_command_handler_linux.cc', 2290 'browser/ui/views/frame/browser_command_handler_linux.cc',
2291 'browser/ui/views/frame/browser_command_handler_linux.h', 2291 'browser/ui/views/frame/browser_command_handler_linux.h',
2292 'browser/ui/views/frame/browser_frame.cc', 2292 'browser/ui/views/frame/browser_frame.cc',
2293 'browser/ui/views/frame/browser_frame.h', 2293 'browser/ui/views/frame/browser_frame.h',
2294 'browser/ui/views/frame/browser_frame_common_win.cc',
2295 'browser/ui/views/frame/browser_frame_common_win.h',
2296 'browser/ui/views/frame/browser_frame_mac.h', 2294 'browser/ui/views/frame/browser_frame_mac.h',
2297 'browser/ui/views/frame/browser_frame_mac.mm', 2295 'browser/ui/views/frame/browser_frame_mac.mm',
2298 'browser/ui/views/frame/browser_non_client_frame_view.cc', 2296 'browser/ui/views/frame/browser_non_client_frame_view.cc',
2299 'browser/ui/views/frame/browser_non_client_frame_view.h', 2297 'browser/ui/views/frame/browser_non_client_frame_view.h',
2300 'browser/ui/views/frame/browser_non_client_frame_view_factory_mac.mm', 2298 'browser/ui/views/frame/browser_non_client_frame_view_factory_mac.mm',
2301 'browser/ui/views/frame/browser_non_client_frame_view_factory_views.cc', 2299 'browser/ui/views/frame/browser_non_client_frame_view_factory_views.cc',
2302 'browser/ui/views/frame/browser_non_client_frame_view_mac.h', 2300 'browser/ui/views/frame/browser_non_client_frame_view_mac.h',
2303 'browser/ui/views/frame/browser_non_client_frame_view_mac.mm', 2301 'browser/ui/views/frame/browser_non_client_frame_view_mac.mm',
2304 'browser/ui/views/frame/browser_root_view.cc', 2302 'browser/ui/views/frame/browser_root_view.cc',
2305 'browser/ui/views/frame/browser_root_view.h', 2303 'browser/ui/views/frame/browser_root_view.h',
(...skipping 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after
3375 ], 3373 ],
3376 'sources': [ 3374 'sources': [
3377 '<@(chrome_browser_ui_non_mobile_sources)', 3375 '<@(chrome_browser_ui_non_mobile_sources)',
3378 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3376 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3379 ], 3377 ],
3380 }], 3378 }],
3381 ], 3379 ],
3382 }, 3380 },
3383 ], 3381 ],
3384 } 3382 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698