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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 904613006: Autofill: First step toward CVC unmask prompt dialog on OSX. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address groby@ comments for patch set 7. Created 5 years, 10 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'browser/ui/autofill/autofill_dialog_types.cc', 78 'browser/ui/autofill/autofill_dialog_types.cc',
79 'browser/ui/autofill/autofill_dialog_types.h', 79 'browser/ui/autofill/autofill_dialog_types.h',
80 'browser/ui/autofill/autofill_popup_controller.h', 80 'browser/ui/autofill/autofill_popup_controller.h',
81 'browser/ui/autofill/autofill_popup_controller_impl.cc', 81 'browser/ui/autofill/autofill_popup_controller_impl.cc',
82 'browser/ui/autofill/autofill_popup_controller_impl.h', 82 'browser/ui/autofill/autofill_popup_controller_impl.h',
83 'browser/ui/autofill/autofill_popup_view.h', 83 'browser/ui/autofill/autofill_popup_view.h',
84 'browser/ui/autofill/autofill_popup_view_delegate.h', 84 'browser/ui/autofill/autofill_popup_view_delegate.h',
85 'browser/ui/autofill/card_unmask_prompt_controller.h', 85 'browser/ui/autofill/card_unmask_prompt_controller.h',
86 'browser/ui/autofill/card_unmask_prompt_controller_impl.cc', 86 'browser/ui/autofill/card_unmask_prompt_controller_impl.cc',
87 'browser/ui/autofill/card_unmask_prompt_controller_impl.h', 87 'browser/ui/autofill/card_unmask_prompt_controller_impl.h',
88 'browser/ui/autofill/card_unmask_prompt_view.cc',
89 'browser/ui/autofill/card_unmask_prompt_view.h', 88 'browser/ui/autofill/card_unmask_prompt_view.h',
90 'browser/ui/autofill/chrome_autofill_client.cc', 89 'browser/ui/autofill/chrome_autofill_client.cc',
91 'browser/ui/autofill/chrome_autofill_client.h', 90 'browser/ui/autofill/chrome_autofill_client.h',
92 'browser/ui/autofill/chrome_autofill_client_mac.mm', 91 'browser/ui/autofill/chrome_autofill_client_mac.mm',
93 'browser/ui/autofill/country_combobox_model.cc', 92 'browser/ui/autofill/country_combobox_model.cc',
94 'browser/ui/autofill/country_combobox_model.h', 93 'browser/ui/autofill/country_combobox_model.h',
95 'browser/ui/autofill/credit_card_scanner_controller.cc', 94 'browser/ui/autofill/credit_card_scanner_controller.cc',
96 'browser/ui/autofill/credit_card_scanner_controller.h', 95 'browser/ui/autofill/credit_card_scanner_controller.h',
97 'browser/ui/autofill/credit_card_scanner_view_delegate.h', 96 'browser/ui/autofill/credit_card_scanner_view_delegate.h',
98 'browser/ui/autofill/credit_card_scanner_view.cc', 97 'browser/ui/autofill/credit_card_scanner_view.cc',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'browser/ui/cocoa/autofill/autofill_section_view.h', 214 'browser/ui/cocoa/autofill/autofill_section_view.h',
216 'browser/ui/cocoa/autofill/autofill_section_view.mm', 215 'browser/ui/cocoa/autofill/autofill_section_view.mm',
217 'browser/ui/cocoa/autofill/autofill_sign_in_container.h', 216 'browser/ui/cocoa/autofill/autofill_sign_in_container.h',
218 'browser/ui/cocoa/autofill/autofill_sign_in_container.mm', 217 'browser/ui/cocoa/autofill/autofill_sign_in_container.mm',
219 'browser/ui/cocoa/autofill/autofill_suggestion_container.h', 218 'browser/ui/cocoa/autofill/autofill_suggestion_container.h',
220 'browser/ui/cocoa/autofill/autofill_suggestion_container.mm', 219 'browser/ui/cocoa/autofill/autofill_suggestion_container.mm',
221 'browser/ui/cocoa/autofill/autofill_textfield.h', 220 'browser/ui/cocoa/autofill/autofill_textfield.h',
222 'browser/ui/cocoa/autofill/autofill_textfield.mm', 221 'browser/ui/cocoa/autofill/autofill_textfield.mm',
223 'browser/ui/cocoa/autofill/autofill_tooltip_controller.h', 222 'browser/ui/cocoa/autofill/autofill_tooltip_controller.h',
224 'browser/ui/cocoa/autofill/autofill_tooltip_controller.mm', 223 'browser/ui/cocoa/autofill/autofill_tooltip_controller.mm',
224 'browser/ui/cocoa/autofill/card_unmask_prompt_bridge.h',
225 'browser/ui/cocoa/autofill/card_unmask_prompt_bridge.mm',
225 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.h', 226 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.h',
226 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm', 227 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm',
227 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h', 228 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h',
228 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.mm', 229 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.mm',
229 'browser/ui/cocoa/autofill/layout_view.h', 230 'browser/ui/cocoa/autofill/layout_view.h',
230 'browser/ui/cocoa/autofill/layout_view.mm', 231 'browser/ui/cocoa/autofill/layout_view.mm',
231 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.h', 232 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.h',
232 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.mm', 233 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.mm',
233 'browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h', 234 'browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h',
234 'browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm', 235 'browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm',
(...skipping 2893 matching lines...) Expand 10 before | Expand all | Expand 10 after
3128 ], 3129 ],
3129 'sources': [ 3130 'sources': [
3130 '<@(chrome_browser_ui_non_mobile_sources)', 3131 '<@(chrome_browser_ui_non_mobile_sources)',
3131 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3132 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3132 ], 3133 ],
3133 }], 3134 }],
3134 ], 3135 ],
3135 }, 3136 },
3136 ], 3137 ],
3137 } 3138 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698