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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2110983002: [Mac] Refactor Cocoa fullscreen code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replaced NSTrackingArea with CrTrackingArea Created 4 years, 5 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/cocoa/presentation_mode_controller.mm ('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 1043 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 'browser/ui/cocoa/first_run_bubble_controller.h', 1054 'browser/ui/cocoa/first_run_bubble_controller.h',
1055 'browser/ui/cocoa/first_run_bubble_controller.mm', 1055 'browser/ui/cocoa/first_run_bubble_controller.mm',
1056 'browser/ui/cocoa/floating_bar_backing_view.h', 1056 'browser/ui/cocoa/floating_bar_backing_view.h',
1057 'browser/ui/cocoa/floating_bar_backing_view.mm', 1057 'browser/ui/cocoa/floating_bar_backing_view.mm',
1058 'browser/ui/cocoa/framed_browser_window.h', 1058 'browser/ui/cocoa/framed_browser_window.h',
1059 'browser/ui/cocoa/framed_browser_window.mm', 1059 'browser/ui/cocoa/framed_browser_window.mm',
1060 'browser/ui/cocoa/full_size_content_window.h', 1060 'browser/ui/cocoa/full_size_content_window.h',
1061 'browser/ui/cocoa/full_size_content_window.mm', 1061 'browser/ui/cocoa/full_size_content_window.mm',
1062 'browser/ui/cocoa/fullscreen_low_power_coordinator.h', 1062 'browser/ui/cocoa/fullscreen_low_power_coordinator.h',
1063 'browser/ui/cocoa/fullscreen_low_power_coordinator.mm', 1063 'browser/ui/cocoa/fullscreen_low_power_coordinator.mm',
1064 'browser/ui/cocoa/fullscreen_toolbar_controller.h',
1065 'browser/ui/cocoa/fullscreen_toolbar_controller.mm',
1064 'browser/ui/cocoa/fullscreen_window.h', 1066 'browser/ui/cocoa/fullscreen_window.h',
1065 'browser/ui/cocoa/fullscreen_window.mm', 1067 'browser/ui/cocoa/fullscreen_window.mm',
1066 'browser/ui/cocoa/global_error_bubble_controller.h', 1068 'browser/ui/cocoa/global_error_bubble_controller.h',
1067 'browser/ui/cocoa/global_error_bubble_controller.mm', 1069 'browser/ui/cocoa/global_error_bubble_controller.mm',
1068 'browser/ui/cocoa/gradient_button_cell.h', 1070 'browser/ui/cocoa/gradient_button_cell.h',
1069 'browser/ui/cocoa/gradient_button_cell.mm', 1071 'browser/ui/cocoa/gradient_button_cell.mm',
1070 'browser/ui/cocoa/has_weak_browser_pointer.h', 1072 'browser/ui/cocoa/has_weak_browser_pointer.h',
1071 'browser/ui/cocoa/hover_close_button.h', 1073 'browser/ui/cocoa/hover_close_button.h',
1072 'browser/ui/cocoa/hover_close_button.mm', 1074 'browser/ui/cocoa/hover_close_button.mm',
1073 'browser/ui/cocoa/hung_renderer_controller.h', 1075 'browser/ui/cocoa/hung_renderer_controller.h',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1206 'browser/ui/cocoa/passwords/passwords_list_view_controller.h', 1208 'browser/ui/cocoa/passwords/passwords_list_view_controller.h',
1207 'browser/ui/cocoa/passwords/passwords_list_view_controller.mm', 1209 'browser/ui/cocoa/passwords/passwords_list_view_controller.mm',
1208 'browser/ui/cocoa/passwords/pending_password_view_controller.h', 1210 'browser/ui/cocoa/passwords/pending_password_view_controller.h',
1209 'browser/ui/cocoa/passwords/pending_password_view_controller.mm', 1211 'browser/ui/cocoa/passwords/pending_password_view_controller.mm',
1210 'browser/ui/cocoa/passwords/save_pending_password_view_controller.h', 1212 'browser/ui/cocoa/passwords/save_pending_password_view_controller.h',
1211 'browser/ui/cocoa/passwords/save_pending_password_view_controller.mm', 1213 'browser/ui/cocoa/passwords/save_pending_password_view_controller.mm',
1212 'browser/ui/cocoa/passwords/signin_promo_view_controller.h', 1214 'browser/ui/cocoa/passwords/signin_promo_view_controller.h',
1213 'browser/ui/cocoa/passwords/signin_promo_view_controller.mm', 1215 'browser/ui/cocoa/passwords/signin_promo_view_controller.mm',
1214 'browser/ui/cocoa/passwords/update_pending_password_view_controller.h', 1216 'browser/ui/cocoa/passwords/update_pending_password_view_controller.h',
1215 'browser/ui/cocoa/passwords/update_pending_password_view_controller.mm', 1217 'browser/ui/cocoa/passwords/update_pending_password_view_controller.mm',
1216 'browser/ui/cocoa/presentation_mode_controller.h',
1217 'browser/ui/cocoa/presentation_mode_controller.mm',
1218 'browser/ui/cocoa/profiles/avatar_base_controller.h', 1218 'browser/ui/cocoa/profiles/avatar_base_controller.h',
1219 'browser/ui/cocoa/profiles/avatar_base_controller.mm', 1219 'browser/ui/cocoa/profiles/avatar_base_controller.mm',
1220 'browser/ui/cocoa/profiles/avatar_button.h', 1220 'browser/ui/cocoa/profiles/avatar_button.h',
1221 'browser/ui/cocoa/profiles/avatar_button.mm', 1221 'browser/ui/cocoa/profiles/avatar_button.mm',
1222 'browser/ui/cocoa/profiles/avatar_button_controller.h', 1222 'browser/ui/cocoa/profiles/avatar_button_controller.h',
1223 'browser/ui/cocoa/profiles/avatar_button_controller.mm', 1223 'browser/ui/cocoa/profiles/avatar_button_controller.mm',
1224 'browser/ui/cocoa/profiles/avatar_icon_controller.h', 1224 'browser/ui/cocoa/profiles/avatar_icon_controller.h',
1225 'browser/ui/cocoa/profiles/avatar_icon_controller.mm', 1225 'browser/ui/cocoa/profiles/avatar_icon_controller.mm',
1226 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller.h', 1226 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller.h',
1227 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller.mm', 1227 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller.mm',
(...skipping 2141 matching lines...) Expand 10 before | Expand all | Expand 10 after
3369 ], 3369 ],
3370 'sources': [ 3370 'sources': [
3371 '<@(chrome_browser_ui_non_mobile_sources)', 3371 '<@(chrome_browser_ui_non_mobile_sources)',
3372 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3372 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3373 ], 3373 ],
3374 }], 3374 }],
3375 ], 3375 ],
3376 }, 3376 },
3377 ], 3377 ],
3378 } 3378 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/presentation_mode_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698