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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1396923003: Autofill: Replace "save credit card" infobar with a bubble (Views only). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'browser/ui/autofill/loading_animation.cc', 109 'browser/ui/autofill/loading_animation.cc',
110 'browser/ui/autofill/loading_animation.h', 110 'browser/ui/autofill/loading_animation.h',
111 'browser/ui/autofill/password_generation_popup_controller.h', 111 'browser/ui/autofill/password_generation_popup_controller.h',
112 'browser/ui/autofill/password_generation_popup_controller_impl.cc', 112 'browser/ui/autofill/password_generation_popup_controller_impl.cc',
113 'browser/ui/autofill/password_generation_popup_controller_impl.h', 113 'browser/ui/autofill/password_generation_popup_controller_impl.h',
114 'browser/ui/autofill/password_generation_popup_observer.h', 114 'browser/ui/autofill/password_generation_popup_observer.h',
115 'browser/ui/autofill/password_generation_popup_view.cc', 115 'browser/ui/autofill/password_generation_popup_view.cc',
116 'browser/ui/autofill/password_generation_popup_view.h', 116 'browser/ui/autofill/password_generation_popup_view.h',
117 'browser/ui/autofill/popup_controller_common.cc', 117 'browser/ui/autofill/popup_controller_common.cc',
118 'browser/ui/autofill/popup_controller_common.h', 118 'browser/ui/autofill/popup_controller_common.h',
119 'browser/ui/autofill/save_card_bubble_controller.cc',
120 'browser/ui/autofill/save_card_bubble_controller.h',
119 'browser/ui/blocked_content/blocked_window_params.cc', 121 'browser/ui/blocked_content/blocked_window_params.cc',
120 'browser/ui/blocked_content/blocked_window_params.h', 122 'browser/ui/blocked_content/blocked_window_params.h',
121 'browser/ui/blocked_content/popup_blocker_tab_helper.cc', 123 'browser/ui/blocked_content/popup_blocker_tab_helper.cc',
122 'browser/ui/blocked_content/popup_blocker_tab_helper.h', 124 'browser/ui/blocked_content/popup_blocker_tab_helper.h',
123 'browser/ui/bookmarks/bookmark_bar.h', 125 'browser/ui/bookmarks/bookmark_bar.h',
124 'browser/ui/bookmarks/bookmark_bar_constants.h', 126 'browser/ui/bookmarks/bookmark_bar_constants.h',
125 'browser/ui/bookmarks/bookmark_bar_instructions_delegate.h', 127 'browser/ui/bookmarks/bookmark_bar_instructions_delegate.h',
126 'browser/ui/bookmarks/bookmark_bubble_delegate.h', 128 'browser/ui/bookmarks/bookmark_bubble_delegate.h',
127 'browser/ui/bookmarks/bookmark_bubble_observer.h', 129 'browser/ui/bookmarks/bookmark_bubble_observer.h',
128 'browser/ui/bookmarks/bookmark_editor.cc', 130 'browser/ui/bookmarks/bookmark_editor.cc',
(...skipping 1950 matching lines...) Expand 10 before | Expand all | Expand 10 after
2079 'browser/ui/views/autofill/decorated_textfield.cc', 2081 'browser/ui/views/autofill/decorated_textfield.cc',
2080 'browser/ui/views/autofill/decorated_textfield.h', 2082 'browser/ui/views/autofill/decorated_textfield.h',
2081 'browser/ui/views/autofill/expanding_textfield.cc', 2083 'browser/ui/views/autofill/expanding_textfield.cc',
2082 'browser/ui/views/autofill/expanding_textfield.h', 2084 'browser/ui/views/autofill/expanding_textfield.h',
2083 'browser/ui/views/autofill/info_bubble.cc', 2085 'browser/ui/views/autofill/info_bubble.cc',
2084 'browser/ui/views/autofill/info_bubble.h', 2086 'browser/ui/views/autofill/info_bubble.h',
2085 'browser/ui/views/autofill/new_credit_card_bubble_views.cc', 2087 'browser/ui/views/autofill/new_credit_card_bubble_views.cc',
2086 'browser/ui/views/autofill/new_credit_card_bubble_views.h', 2088 'browser/ui/views/autofill/new_credit_card_bubble_views.h',
2087 'browser/ui/views/autofill/password_generation_popup_view_views.cc', 2089 'browser/ui/views/autofill/password_generation_popup_view_views.cc',
2088 'browser/ui/views/autofill/password_generation_popup_view_views.h', 2090 'browser/ui/views/autofill/password_generation_popup_view_views.h',
2091 'browser/ui/views/autofill/save_card_bubble_view.cc',
2092 'browser/ui/views/autofill/save_card_bubble_view.h',
2089 'browser/ui/views/autofill/tooltip_icon.cc', 2093 'browser/ui/views/autofill/tooltip_icon.cc',
2090 'browser/ui/views/autofill/tooltip_icon.h', 2094 'browser/ui/views/autofill/tooltip_icon.h',
2091 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc', 2095 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc',
2092 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.h', 2096 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.h',
2093 'browser/ui/views/bookmarks/bookmark_bar_view.cc', 2097 'browser/ui/views/bookmarks/bookmark_bar_view.cc',
2094 'browser/ui/views/bookmarks/bookmark_bar_view.h', 2098 'browser/ui/views/bookmarks/bookmark_bar_view.h',
2095 'browser/ui/views/bookmarks/bookmark_bar_view_observer.h', 2099 'browser/ui/views/bookmarks/bookmark_bar_view_observer.h',
2096 'browser/ui/views/bookmarks/bookmark_context_menu.cc', 2100 'browser/ui/views/bookmarks/bookmark_context_menu.cc',
2097 'browser/ui/views/bookmarks/bookmark_context_menu.h', 2101 'browser/ui/views/bookmarks/bookmark_context_menu.h',
2098 'browser/ui/views/bookmarks/bookmark_drag_drop_views.cc', 2102 'browser/ui/views/bookmarks/bookmark_drag_drop_views.cc',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
2252 'browser/ui/views/location_bar/location_icon_view.cc', 2256 'browser/ui/views/location_bar/location_icon_view.cc',
2253 'browser/ui/views/location_bar/location_icon_view.h', 2257 'browser/ui/views/location_bar/location_icon_view.h',
2254 'browser/ui/views/location_bar/open_pdf_in_reader_view.cc', 2258 'browser/ui/views/location_bar/open_pdf_in_reader_view.cc',
2255 'browser/ui/views/location_bar/open_pdf_in_reader_view.h', 2259 'browser/ui/views/location_bar/open_pdf_in_reader_view.h',
2256 'browser/ui/views/location_bar/page_action_image_view.cc', 2260 'browser/ui/views/location_bar/page_action_image_view.cc',
2257 'browser/ui/views/location_bar/page_action_image_view.h', 2261 'browser/ui/views/location_bar/page_action_image_view.h',
2258 'browser/ui/views/location_bar/page_action_with_badge_view.cc', 2262 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
2259 'browser/ui/views/location_bar/page_action_with_badge_view.h', 2263 'browser/ui/views/location_bar/page_action_with_badge_view.h',
2260 'browser/ui/views/location_bar/page_info_helper.cc', 2264 'browser/ui/views/location_bar/page_info_helper.cc',
2261 'browser/ui/views/location_bar/page_info_helper.h', 2265 'browser/ui/views/location_bar/page_info_helper.h',
2266 'browser/ui/views/location_bar/save_credit_card_icon_view.cc',
2267 'browser/ui/views/location_bar/save_credit_card_icon_view.h',
2262 'browser/ui/views/location_bar/selected_keyword_view.cc', 2268 'browser/ui/views/location_bar/selected_keyword_view.cc',
2263 'browser/ui/views/location_bar/selected_keyword_view.h', 2269 'browser/ui/views/location_bar/selected_keyword_view.h',
2264 'browser/ui/views/location_bar/star_view.cc', 2270 'browser/ui/views/location_bar/star_view.cc',
2265 'browser/ui/views/location_bar/star_view.h', 2271 'browser/ui/views/location_bar/star_view.h',
2266 'browser/ui/views/location_bar/translate_icon_view.cc', 2272 'browser/ui/views/location_bar/translate_icon_view.cc',
2267 'browser/ui/views/location_bar/translate_icon_view.h', 2273 'browser/ui/views/location_bar/translate_icon_view.h',
2268 'browser/ui/views/location_bar/zoom_bubble_view.cc', 2274 'browser/ui/views/location_bar/zoom_bubble_view.cc',
2269 'browser/ui/views/location_bar/zoom_bubble_view.h', 2275 'browser/ui/views/location_bar/zoom_bubble_view.h',
2270 'browser/ui/views/location_bar/zoom_view.cc', 2276 'browser/ui/views/location_bar/zoom_view.cc',
2271 'browser/ui/views/location_bar/zoom_view.h', 2277 'browser/ui/views/location_bar/zoom_view.h',
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
3220 ], 3226 ],
3221 'sources': [ 3227 'sources': [
3222 '<@(chrome_browser_ui_non_mobile_sources)', 3228 '<@(chrome_browser_ui_non_mobile_sources)',
3223 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3229 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3224 ], 3230 ],
3225 }], 3231 }],
3226 ], 3232 ],
3227 }, 3233 },
3228 ], 3234 ],
3229 } 3235 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698