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

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 Vasilii'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
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 2186 matching lines...) Expand 10 before | Expand all | Expand 10 after
2197 'browser/ui/views/location_bar/star_view.h', 2197 'browser/ui/views/location_bar/star_view.h',
2198 'browser/ui/views/location_bar/translate_icon_view.cc', 2198 'browser/ui/views/location_bar/translate_icon_view.cc',
2199 'browser/ui/views/location_bar/translate_icon_view.h', 2199 'browser/ui/views/location_bar/translate_icon_view.h',
2200 'browser/ui/views/location_bar/zoom_bubble_view.cc', 2200 'browser/ui/views/location_bar/zoom_bubble_view.cc',
2201 'browser/ui/views/location_bar/zoom_bubble_view.h', 2201 'browser/ui/views/location_bar/zoom_bubble_view.h',
2202 'browser/ui/views/location_bar/zoom_view.cc', 2202 'browser/ui/views/location_bar/zoom_view.cc',
2203 'browser/ui/views/location_bar/zoom_view.h', 2203 'browser/ui/views/location_bar/zoom_view.h',
2204 'browser/ui/views/login_prompt_views.cc', 2204 'browser/ui/views/login_prompt_views.cc',
2205 'browser/ui/views/login_view.cc', 2205 'browser/ui/views/login_view.cc',
2206 'browser/ui/views/login_view.h', 2206 'browser/ui/views/login_view.h',
2207 'browser/ui/views/managed_full_screen_bubble_delegate_view.cc',
2208 'browser/ui/views/managed_full_screen_bubble_delegate_view.h',
2207 'browser/ui/views/omnibox/omnibox_popup_contents_view.cc', 2209 'browser/ui/views/omnibox/omnibox_popup_contents_view.cc',
2208 'browser/ui/views/omnibox/omnibox_popup_contents_view.h', 2210 'browser/ui/views/omnibox/omnibox_popup_contents_view.h',
2209 'browser/ui/views/omnibox/omnibox_result_view.cc', 2211 'browser/ui/views/omnibox/omnibox_result_view.cc',
2210 'browser/ui/views/omnibox/omnibox_result_view.h', 2212 'browser/ui/views/omnibox/omnibox_result_view.h',
2211 'browser/ui/views/omnibox/omnibox_view_views.cc', 2213 'browser/ui/views/omnibox/omnibox_view_views.cc',
2212 'browser/ui/views/omnibox/omnibox_view_views.h', 2214 'browser/ui/views/omnibox/omnibox_view_views.h',
2213 'browser/ui/views/open_pdf_in_reader_bubble_view.cc', 2215 'browser/ui/views/open_pdf_in_reader_bubble_view.cc',
2214 'browser/ui/views/open_pdf_in_reader_bubble_view.h', 2216 'browser/ui/views/open_pdf_in_reader_bubble_view.h',
2215 'browser/ui/views/outdated_upgrade_bubble_view.cc', 2217 'browser/ui/views/outdated_upgrade_bubble_view.cc',
2216 'browser/ui/views/outdated_upgrade_bubble_view.h', 2218 'browser/ui/views/outdated_upgrade_bubble_view.h',
(...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after
3144 ], 3146 ],
3145 'sources': [ 3147 'sources': [
3146 '<@(chrome_browser_ui_non_mobile_sources)', 3148 '<@(chrome_browser_ui_non_mobile_sources)',
3147 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3149 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3148 ], 3150 ],
3149 }], 3151 }],
3150 ], 3152 ],
3151 }, 3153 },
3152 ], 3154 ],
3153 } 3155 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698