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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1409223005: Change the password bubble on Mac so the columns are resized dynamically. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix the crash Created 5 years, 1 month 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
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 1123 matching lines...) Expand 10 before | Expand all | Expand 10 after
1134 'browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_cont roller.h', 1134 'browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_cont roller.h',
1135 'browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_cont roller.mm', 1135 'browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_cont roller.mm',
1136 'browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controlle r.h', 1136 'browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controlle r.h',
1137 'browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controlle r.mm', 1137 'browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controlle r.mm',
1138 'browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h', 1138 'browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h',
1139 'browser/ui/cocoa/passwords/manage_passwords_bubble_controller.mm', 1139 'browser/ui/cocoa/passwords/manage_passwords_bubble_controller.mm',
1140 'browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controller .h', 1140 'browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controller .h',
1141 'browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controller .mm', 1141 'browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controller .mm',
1142 'browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controlle r.h', 1142 'browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controlle r.h',
1143 'browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controlle r.mm', 1143 'browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controlle r.mm',
1144 'browser/ui/cocoa/passwords/password_item_views.h',
1144 'browser/ui/cocoa/presentation_mode_controller.h', 1145 'browser/ui/cocoa/presentation_mode_controller.h',
1145 'browser/ui/cocoa/presentation_mode_controller.mm', 1146 'browser/ui/cocoa/presentation_mode_controller.mm',
1146 'browser/ui/cocoa/profiles/avatar_base_controller.h', 1147 'browser/ui/cocoa/profiles/avatar_base_controller.h',
1147 'browser/ui/cocoa/profiles/avatar_base_controller.mm', 1148 'browser/ui/cocoa/profiles/avatar_base_controller.mm',
1148 'browser/ui/cocoa/profiles/avatar_button.h', 1149 'browser/ui/cocoa/profiles/avatar_button.h',
1149 'browser/ui/cocoa/profiles/avatar_button.mm', 1150 'browser/ui/cocoa/profiles/avatar_button.mm',
1150 'browser/ui/cocoa/profiles/avatar_button_controller.h', 1151 'browser/ui/cocoa/profiles/avatar_button_controller.h',
1151 'browser/ui/cocoa/profiles/avatar_button_controller.mm', 1152 'browser/ui/cocoa/profiles/avatar_button_controller.mm',
1152 'browser/ui/cocoa/profiles/avatar_icon_controller.h', 1153 'browser/ui/cocoa/profiles/avatar_icon_controller.h',
1153 'browser/ui/cocoa/profiles/avatar_icon_controller.mm', 1154 'browser/ui/cocoa/profiles/avatar_icon_controller.mm',
(...skipping 2094 matching lines...) Expand 10 before | Expand all | Expand 10 after
3248 ], 3249 ],
3249 'sources': [ 3250 'sources': [
3250 '<@(chrome_browser_ui_non_mobile_sources)', 3251 '<@(chrome_browser_ui_non_mobile_sources)',
3251 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3252 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3252 ], 3253 ],
3253 }], 3254 }],
3254 ], 3255 ],
3255 }, 3256 },
3256 ], 3257 ],
3257 } 3258 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698