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

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: Replace browser tests with unit tests. Address reviewer comments. 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'browser/ui/autofill/loading_animation.cc', 45 'browser/ui/autofill/loading_animation.cc',
46 'browser/ui/autofill/loading_animation.h', 46 'browser/ui/autofill/loading_animation.h',
47 'browser/ui/autofill/password_generation_popup_controller.h', 47 'browser/ui/autofill/password_generation_popup_controller.h',
48 'browser/ui/autofill/password_generation_popup_controller_impl.cc', 48 'browser/ui/autofill/password_generation_popup_controller_impl.cc',
49 'browser/ui/autofill/password_generation_popup_controller_impl.h', 49 'browser/ui/autofill/password_generation_popup_controller_impl.h',
50 'browser/ui/autofill/password_generation_popup_observer.h', 50 'browser/ui/autofill/password_generation_popup_observer.h',
51 'browser/ui/autofill/password_generation_popup_view.cc', 51 'browser/ui/autofill/password_generation_popup_view.cc',
52 'browser/ui/autofill/password_generation_popup_view.h', 52 'browser/ui/autofill/password_generation_popup_view.h',
53 'browser/ui/autofill/popup_controller_common.cc', 53 'browser/ui/autofill/popup_controller_common.cc',
54 'browser/ui/autofill/popup_controller_common.h', 54 'browser/ui/autofill/popup_controller_common.h',
55 'browser/ui/autofill/save_card_bubble_controller_impl.cc',
56 'browser/ui/autofill/save_card_bubble_controller_impl.h',
55 'browser/ui/blocked_content/blocked_window_params.cc', 57 'browser/ui/blocked_content/blocked_window_params.cc',
56 'browser/ui/blocked_content/blocked_window_params.h', 58 'browser/ui/blocked_content/blocked_window_params.h',
57 'browser/ui/blocked_content/popup_blocker_tab_helper.cc', 59 'browser/ui/blocked_content/popup_blocker_tab_helper.cc',
58 'browser/ui/blocked_content/popup_blocker_tab_helper.h', 60 'browser/ui/blocked_content/popup_blocker_tab_helper.h',
59 'browser/ui/bookmarks/bookmark_bar.h', 61 'browser/ui/bookmarks/bookmark_bar.h',
60 'browser/ui/bookmarks/bookmark_bar_constants.h', 62 'browser/ui/bookmarks/bookmark_bar_constants.h',
61 'browser/ui/bookmarks/bookmark_bar_instructions_delegate.h', 63 'browser/ui/bookmarks/bookmark_bar_instructions_delegate.h',
62 'browser/ui/bookmarks/bookmark_bubble_delegate.h', 64 'browser/ui/bookmarks/bookmark_bubble_delegate.h',
63 'browser/ui/bookmarks/bookmark_bubble_observer.h', 65 'browser/ui/bookmarks/bookmark_bubble_observer.h',
64 'browser/ui/bookmarks/bookmark_editor.cc', 66 'browser/ui/bookmarks/bookmark_editor.cc',
(...skipping 2024 matching lines...) Expand 10 before | Expand all | Expand 10 after
2089 'browser/ui/views/autofill/decorated_textfield.cc', 2091 'browser/ui/views/autofill/decorated_textfield.cc',
2090 'browser/ui/views/autofill/decorated_textfield.h', 2092 'browser/ui/views/autofill/decorated_textfield.h',
2091 'browser/ui/views/autofill/expanding_textfield.cc', 2093 'browser/ui/views/autofill/expanding_textfield.cc',
2092 'browser/ui/views/autofill/expanding_textfield.h', 2094 'browser/ui/views/autofill/expanding_textfield.h',
2093 'browser/ui/views/autofill/info_bubble.cc', 2095 'browser/ui/views/autofill/info_bubble.cc',
2094 'browser/ui/views/autofill/info_bubble.h', 2096 'browser/ui/views/autofill/info_bubble.h',
2095 'browser/ui/views/autofill/new_credit_card_bubble_views.cc', 2097 'browser/ui/views/autofill/new_credit_card_bubble_views.cc',
2096 'browser/ui/views/autofill/new_credit_card_bubble_views.h', 2098 'browser/ui/views/autofill/new_credit_card_bubble_views.h',
2097 'browser/ui/views/autofill/password_generation_popup_view_views.cc', 2099 'browser/ui/views/autofill/password_generation_popup_view_views.cc',
2098 'browser/ui/views/autofill/password_generation_popup_view_views.h', 2100 'browser/ui/views/autofill/password_generation_popup_view_views.h',
2101 'browser/ui/views/autofill/save_card_bubble_views.cc',
2102 'browser/ui/views/autofill/save_card_bubble_views.h',
2099 'browser/ui/views/autofill/tooltip_icon.cc', 2103 'browser/ui/views/autofill/tooltip_icon.cc',
2100 'browser/ui/views/autofill/tooltip_icon.h', 2104 'browser/ui/views/autofill/tooltip_icon.h',
2101 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc', 2105 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc',
2102 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.h', 2106 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.h',
2103 'browser/ui/views/bookmarks/bookmark_bar_view.cc', 2107 'browser/ui/views/bookmarks/bookmark_bar_view.cc',
2104 'browser/ui/views/bookmarks/bookmark_bar_view.h', 2108 'browser/ui/views/bookmarks/bookmark_bar_view.h',
2105 'browser/ui/views/bookmarks/bookmark_bar_view_observer.h', 2109 'browser/ui/views/bookmarks/bookmark_bar_view_observer.h',
2106 'browser/ui/views/bookmarks/bookmark_context_menu.cc', 2110 'browser/ui/views/bookmarks/bookmark_context_menu.cc',
2107 'browser/ui/views/bookmarks/bookmark_context_menu.h', 2111 'browser/ui/views/bookmarks/bookmark_context_menu.h',
2108 'browser/ui/views/bookmarks/bookmark_drag_drop_views.cc', 2112 'browser/ui/views/bookmarks/bookmark_drag_drop_views.cc',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
2262 'browser/ui/views/location_bar/location_icon_view.cc', 2266 'browser/ui/views/location_bar/location_icon_view.cc',
2263 'browser/ui/views/location_bar/location_icon_view.h', 2267 'browser/ui/views/location_bar/location_icon_view.h',
2264 'browser/ui/views/location_bar/open_pdf_in_reader_view.cc', 2268 'browser/ui/views/location_bar/open_pdf_in_reader_view.cc',
2265 'browser/ui/views/location_bar/open_pdf_in_reader_view.h', 2269 'browser/ui/views/location_bar/open_pdf_in_reader_view.h',
2266 'browser/ui/views/location_bar/page_action_image_view.cc', 2270 'browser/ui/views/location_bar/page_action_image_view.cc',
2267 'browser/ui/views/location_bar/page_action_image_view.h', 2271 'browser/ui/views/location_bar/page_action_image_view.h',
2268 'browser/ui/views/location_bar/page_action_with_badge_view.cc', 2272 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
2269 'browser/ui/views/location_bar/page_action_with_badge_view.h', 2273 'browser/ui/views/location_bar/page_action_with_badge_view.h',
2270 'browser/ui/views/location_bar/page_info_helper.cc', 2274 'browser/ui/views/location_bar/page_info_helper.cc',
2271 'browser/ui/views/location_bar/page_info_helper.h', 2275 'browser/ui/views/location_bar/page_info_helper.h',
2276 'browser/ui/views/location_bar/save_credit_card_icon_view.cc',
2277 'browser/ui/views/location_bar/save_credit_card_icon_view.h',
2272 'browser/ui/views/location_bar/selected_keyword_view.cc', 2278 'browser/ui/views/location_bar/selected_keyword_view.cc',
2273 'browser/ui/views/location_bar/selected_keyword_view.h', 2279 'browser/ui/views/location_bar/selected_keyword_view.h',
2274 'browser/ui/views/location_bar/star_view.cc', 2280 'browser/ui/views/location_bar/star_view.cc',
2275 'browser/ui/views/location_bar/star_view.h', 2281 'browser/ui/views/location_bar/star_view.h',
2276 'browser/ui/views/location_bar/translate_icon_view.cc', 2282 'browser/ui/views/location_bar/translate_icon_view.cc',
2277 'browser/ui/views/location_bar/translate_icon_view.h', 2283 'browser/ui/views/location_bar/translate_icon_view.h',
2278 'browser/ui/views/location_bar/zoom_bubble_view.cc', 2284 'browser/ui/views/location_bar/zoom_bubble_view.cc',
2279 'browser/ui/views/location_bar/zoom_bubble_view.h', 2285 'browser/ui/views/location_bar/zoom_bubble_view.h',
2280 'browser/ui/views/location_bar/zoom_view.cc', 2286 'browser/ui/views/location_bar/zoom_view.cc',
2281 'browser/ui/views/location_bar/zoom_view.h', 2287 'browser/ui/views/location_bar/zoom_view.h',
(...skipping 956 matching lines...) Expand 10 before | Expand all | Expand 10 after
3238 ], 3244 ],
3239 'sources': [ 3245 'sources': [
3240 '<@(chrome_browser_ui_non_mobile_sources)', 3246 '<@(chrome_browser_ui_non_mobile_sources)',
3241 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3247 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3242 ], 3248 ],
3243 }], 3249 }],
3244 ], 3250 ],
3245 }, 3251 },
3246 ], 3252 ],
3247 } 3253 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698