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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 796433003: MacViews: Don't draw custom frame on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@keybinding3
Patch Set: Created 5 years, 11 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.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 1317 matching lines...) Expand 10 before | Expand all | Expand 10 after
1328 'chrome_browser_ui_desktop_linux_sources': [ 1328 'chrome_browser_ui_desktop_linux_sources': [
1329 'browser/ui/views/app_list/linux/app_list_linux.cc', 1329 'browser/ui/views/app_list/linux/app_list_linux.cc',
1330 'browser/ui/views/app_list/linux/app_list_linux.h', 1330 'browser/ui/views/app_list/linux/app_list_linux.h',
1331 'browser/ui/views/app_list/linux/app_list_service_linux.cc', 1331 'browser/ui/views/app_list/linux/app_list_service_linux.cc',
1332 'browser/ui/views/app_list/linux/app_list_service_linux.h', 1332 'browser/ui/views/app_list/linux/app_list_service_linux.h',
1333 'browser/ui/views/first_run_dialog.cc', 1333 'browser/ui/views/first_run_dialog.cc',
1334 'browser/ui/views/first_run_dialog.h', 1334 'browser/ui/views/first_run_dialog.h',
1335 'browser/ui/views/frame/browser_desktop_window_tree_host.h', 1335 'browser/ui/views/frame/browser_desktop_window_tree_host.h',
1336 'browser/ui/views/frame/browser_desktop_window_tree_host_x11.cc', 1336 'browser/ui/views/frame/browser_desktop_window_tree_host_x11.cc',
1337 'browser/ui/views/frame/browser_desktop_window_tree_host_x11.h', 1337 'browser/ui/views/frame/browser_desktop_window_tree_host_x11.h',
1338 'browser/ui/views/frame/desktop_browser_frame_auralinux.cc',
1339 'browser/ui/views/frame/desktop_browser_frame_auralinux.h',
1338 'browser/ui/views/frame/native_browser_frame_factory_auralinux.cc', 1340 'browser/ui/views/frame/native_browser_frame_factory_auralinux.cc',
1339 'browser/ui/views/frame/native_browser_frame_factory_desktop_ash.cc', 1341 'browser/ui/views/frame/native_browser_frame_factory_desktop_ash.cc',
1340 'browser/ui/views/javascript_app_modal_dialog_views_x11.cc', 1342 'browser/ui/views/javascript_app_modal_dialog_views_x11.cc',
1341 'browser/ui/views/javascript_app_modal_dialog_views_x11.h', 1343 'browser/ui/views/javascript_app_modal_dialog_views_x11.h',
1342 'browser/ui/views/status_icons/status_icon_linux_wrapper.cc', 1344 'browser/ui/views/status_icons/status_icon_linux_wrapper.cc',
1343 'browser/ui/views/status_icons/status_icon_linux_wrapper.h', 1345 'browser/ui/views/status_icons/status_icon_linux_wrapper.h',
1344 'browser/ui/webui/help/version_updater_basic.cc', 1346 'browser/ui/webui/help/version_updater_basic.cc',
1345 'browser/ui/webui/help/version_updater_basic.h', 1347 'browser/ui/webui/help/version_updater_basic.h',
1346 ], 1348 ],
1347 # Files used on iOS. iOS uses only these files and does not share other 1349 # Files used on iOS. iOS uses only these files and does not share other
(...skipping 1839 matching lines...) Expand 10 before | Expand all | Expand 10 after
3187 ], 3189 ],
3188 'sources': [ 3190 'sources': [
3189 '<@(chrome_browser_ui_non_mobile_sources)', 3191 '<@(chrome_browser_ui_non_mobile_sources)',
3190 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3192 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3191 ], 3193 ],
3192 }], 3194 }],
3193 ], 3195 ],
3194 }, 3196 },
3195 ], 3197 ],
3196 } 3198 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/opaque_browser_frame_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698