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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 795053003: [Password Manager] Close the bubble when fullscreen state gets change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses Peter's review comments. Created 6 years 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/translate/translate_bubble_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 2192 matching lines...) Expand 10 before | Expand all | Expand 10 after
2203 'browser/ui/views/location_bar/star_view.h', 2203 'browser/ui/views/location_bar/star_view.h',
2204 'browser/ui/views/location_bar/translate_icon_view.cc', 2204 'browser/ui/views/location_bar/translate_icon_view.cc',
2205 'browser/ui/views/location_bar/translate_icon_view.h', 2205 'browser/ui/views/location_bar/translate_icon_view.h',
2206 'browser/ui/views/location_bar/zoom_bubble_view.cc', 2206 'browser/ui/views/location_bar/zoom_bubble_view.cc',
2207 'browser/ui/views/location_bar/zoom_bubble_view.h', 2207 'browser/ui/views/location_bar/zoom_bubble_view.h',
2208 'browser/ui/views/location_bar/zoom_view.cc', 2208 'browser/ui/views/location_bar/zoom_view.cc',
2209 'browser/ui/views/location_bar/zoom_view.h', 2209 'browser/ui/views/location_bar/zoom_view.h',
2210 'browser/ui/views/login_prompt_views.cc', 2210 'browser/ui/views/login_prompt_views.cc',
2211 'browser/ui/views/login_view.cc', 2211 'browser/ui/views/login_view.cc',
2212 'browser/ui/views/login_view.h', 2212 'browser/ui/views/login_view.h',
2213 'browser/ui/views/managed_full_screen_bubble_delegate_view.cc',
2214 'browser/ui/views/managed_full_screen_bubble_delegate_view.h',
2213 'browser/ui/views/omnibox/omnibox_popup_contents_view.cc', 2215 'browser/ui/views/omnibox/omnibox_popup_contents_view.cc',
2214 'browser/ui/views/omnibox/omnibox_popup_contents_view.h', 2216 'browser/ui/views/omnibox/omnibox_popup_contents_view.h',
2215 'browser/ui/views/omnibox/omnibox_result_view.cc', 2217 'browser/ui/views/omnibox/omnibox_result_view.cc',
2216 'browser/ui/views/omnibox/omnibox_result_view.h', 2218 'browser/ui/views/omnibox/omnibox_result_view.h',
2217 'browser/ui/views/omnibox/omnibox_view_views.cc', 2219 'browser/ui/views/omnibox/omnibox_view_views.cc',
2218 'browser/ui/views/omnibox/omnibox_view_views.h', 2220 'browser/ui/views/omnibox/omnibox_view_views.h',
2219 'browser/ui/views/open_pdf_in_reader_bubble_view.cc', 2221 'browser/ui/views/open_pdf_in_reader_bubble_view.cc',
2220 'browser/ui/views/open_pdf_in_reader_bubble_view.h', 2222 'browser/ui/views/open_pdf_in_reader_bubble_view.h',
2221 'browser/ui/views/outdated_upgrade_bubble_view.cc', 2223 'browser/ui/views/outdated_upgrade_bubble_view.cc',
2222 'browser/ui/views/outdated_upgrade_bubble_view.h', 2224 'browser/ui/views/outdated_upgrade_bubble_view.h',
(...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after
3150 ], 3152 ],
3151 'sources': [ 3153 'sources': [
3152 '<@(chrome_browser_ui_non_mobile_sources)', 3154 '<@(chrome_browser_ui_non_mobile_sources)',
3153 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3155 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3154 ], 3156 ],
3155 }], 3157 }],
3156 ], 3158 ],
3157 }, 3159 },
3158 ], 3160 ],
3159 } 3161 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/translate/translate_bubble_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698