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

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: defined(TOOLKIT_VIEWS) -> defined(TOOLKIT_VIEWS) && !defined(OS_MACOSX). 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
« no previous file with comments | « chrome/browser/ui/views/toolbar/toolbar_view.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | 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 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.h',
56 'browser/ui/autofill/save_card_bubble_controller_impl.cc',
57 'browser/ui/autofill/save_card_bubble_controller_impl.h',
58 'browser/ui/autofill/save_card_bubble_view.h',
55 'browser/ui/blocked_content/blocked_window_params.cc', 59 'browser/ui/blocked_content/blocked_window_params.cc',
56 'browser/ui/blocked_content/blocked_window_params.h', 60 'browser/ui/blocked_content/blocked_window_params.h',
57 'browser/ui/blocked_content/popup_blocker_tab_helper.cc', 61 'browser/ui/blocked_content/popup_blocker_tab_helper.cc',
58 'browser/ui/blocked_content/popup_blocker_tab_helper.h', 62 'browser/ui/blocked_content/popup_blocker_tab_helper.h',
59 'browser/ui/bookmarks/bookmark_bar.h', 63 'browser/ui/bookmarks/bookmark_bar.h',
60 'browser/ui/bookmarks/bookmark_bar_constants.h', 64 'browser/ui/bookmarks/bookmark_bar_constants.h',
61 'browser/ui/bookmarks/bookmark_bar_instructions_delegate.h', 65 'browser/ui/bookmarks/bookmark_bar_instructions_delegate.h',
62 'browser/ui/bookmarks/bookmark_bubble_delegate.h', 66 'browser/ui/bookmarks/bookmark_bubble_delegate.h',
63 'browser/ui/bookmarks/bookmark_bubble_observer.h', 67 'browser/ui/bookmarks/bookmark_bubble_observer.h',
64 'browser/ui/bookmarks/bookmark_editor.cc', 68 'browser/ui/bookmarks/bookmark_editor.cc',
(...skipping 2027 matching lines...) Expand 10 before | Expand all | Expand 10 after
2092 'browser/ui/views/autofill/decorated_textfield.cc', 2096 'browser/ui/views/autofill/decorated_textfield.cc',
2093 'browser/ui/views/autofill/decorated_textfield.h', 2097 'browser/ui/views/autofill/decorated_textfield.h',
2094 'browser/ui/views/autofill/expanding_textfield.cc', 2098 'browser/ui/views/autofill/expanding_textfield.cc',
2095 'browser/ui/views/autofill/expanding_textfield.h', 2099 'browser/ui/views/autofill/expanding_textfield.h',
2096 'browser/ui/views/autofill/info_bubble.cc', 2100 'browser/ui/views/autofill/info_bubble.cc',
2097 'browser/ui/views/autofill/info_bubble.h', 2101 'browser/ui/views/autofill/info_bubble.h',
2098 'browser/ui/views/autofill/new_credit_card_bubble_views.cc', 2102 'browser/ui/views/autofill/new_credit_card_bubble_views.cc',
2099 'browser/ui/views/autofill/new_credit_card_bubble_views.h', 2103 'browser/ui/views/autofill/new_credit_card_bubble_views.h',
2100 'browser/ui/views/autofill/password_generation_popup_view_views.cc', 2104 'browser/ui/views/autofill/password_generation_popup_view_views.cc',
2101 'browser/ui/views/autofill/password_generation_popup_view_views.h', 2105 'browser/ui/views/autofill/password_generation_popup_view_views.h',
2106 'browser/ui/views/autofill/save_card_bubble_views.cc',
2107 'browser/ui/views/autofill/save_card_bubble_views.h',
2102 'browser/ui/views/autofill/tooltip_icon.cc', 2108 'browser/ui/views/autofill/tooltip_icon.cc',
2103 'browser/ui/views/autofill/tooltip_icon.h', 2109 'browser/ui/views/autofill/tooltip_icon.h',
2104 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc', 2110 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc',
2105 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.h', 2111 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.h',
2106 'browser/ui/views/bookmarks/bookmark_bar_view.cc', 2112 'browser/ui/views/bookmarks/bookmark_bar_view.cc',
2107 'browser/ui/views/bookmarks/bookmark_bar_view.h', 2113 'browser/ui/views/bookmarks/bookmark_bar_view.h',
2108 'browser/ui/views/bookmarks/bookmark_bar_view_observer.h', 2114 'browser/ui/views/bookmarks/bookmark_bar_view_observer.h',
2109 'browser/ui/views/bookmarks/bookmark_context_menu.cc', 2115 'browser/ui/views/bookmarks/bookmark_context_menu.cc',
2110 'browser/ui/views/bookmarks/bookmark_context_menu.h', 2116 'browser/ui/views/bookmarks/bookmark_context_menu.h',
2111 'browser/ui/views/bookmarks/bookmark_drag_drop_views.cc', 2117 'browser/ui/views/bookmarks/bookmark_drag_drop_views.cc',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
2265 'browser/ui/views/location_bar/location_icon_view.cc', 2271 'browser/ui/views/location_bar/location_icon_view.cc',
2266 'browser/ui/views/location_bar/location_icon_view.h', 2272 'browser/ui/views/location_bar/location_icon_view.h',
2267 'browser/ui/views/location_bar/open_pdf_in_reader_view.cc', 2273 'browser/ui/views/location_bar/open_pdf_in_reader_view.cc',
2268 'browser/ui/views/location_bar/open_pdf_in_reader_view.h', 2274 'browser/ui/views/location_bar/open_pdf_in_reader_view.h',
2269 'browser/ui/views/location_bar/page_action_image_view.cc', 2275 'browser/ui/views/location_bar/page_action_image_view.cc',
2270 'browser/ui/views/location_bar/page_action_image_view.h', 2276 'browser/ui/views/location_bar/page_action_image_view.h',
2271 'browser/ui/views/location_bar/page_action_with_badge_view.cc', 2277 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
2272 'browser/ui/views/location_bar/page_action_with_badge_view.h', 2278 'browser/ui/views/location_bar/page_action_with_badge_view.h',
2273 'browser/ui/views/location_bar/page_info_helper.cc', 2279 'browser/ui/views/location_bar/page_info_helper.cc',
2274 'browser/ui/views/location_bar/page_info_helper.h', 2280 'browser/ui/views/location_bar/page_info_helper.h',
2281 'browser/ui/views/location_bar/save_credit_card_icon_view.cc',
2282 'browser/ui/views/location_bar/save_credit_card_icon_view.h',
2275 'browser/ui/views/location_bar/selected_keyword_view.cc', 2283 'browser/ui/views/location_bar/selected_keyword_view.cc',
2276 'browser/ui/views/location_bar/selected_keyword_view.h', 2284 'browser/ui/views/location_bar/selected_keyword_view.h',
2277 'browser/ui/views/location_bar/star_view.cc', 2285 'browser/ui/views/location_bar/star_view.cc',
2278 'browser/ui/views/location_bar/star_view.h', 2286 'browser/ui/views/location_bar/star_view.h',
2279 'browser/ui/views/location_bar/translate_icon_view.cc', 2287 'browser/ui/views/location_bar/translate_icon_view.cc',
2280 'browser/ui/views/location_bar/translate_icon_view.h', 2288 'browser/ui/views/location_bar/translate_icon_view.h',
2281 'browser/ui/views/location_bar/zoom_bubble_view.cc', 2289 'browser/ui/views/location_bar/zoom_bubble_view.cc',
2282 'browser/ui/views/location_bar/zoom_bubble_view.h', 2290 'browser/ui/views/location_bar/zoom_bubble_view.h',
2283 'browser/ui/views/location_bar/zoom_view.cc', 2291 'browser/ui/views/location_bar/zoom_view.cc',
2284 'browser/ui/views/location_bar/zoom_view.h', 2292 'browser/ui/views/location_bar/zoom_view.h',
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
3240 ], 3248 ],
3241 'sources': [ 3249 'sources': [
3242 '<@(chrome_browser_ui_non_mobile_sources)', 3250 '<@(chrome_browser_ui_non_mobile_sources)',
3243 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3251 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3244 ], 3252 ],
3245 }], 3253 }],
3246 ], 3254 ],
3247 }, 3255 },
3248 ], 3256 ],
3249 } 3257 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/toolbar/toolbar_view.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698