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

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: Remove view_tester files and don't return WeakPtrs. 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'browser/ui/autofill/autofill_dialog_types.cc', 77 'browser/ui/autofill/autofill_dialog_types.cc',
78 'browser/ui/autofill/autofill_dialog_types.h', 78 'browser/ui/autofill/autofill_dialog_types.h',
79 'browser/ui/autofill/autofill_popup_controller.h', 79 'browser/ui/autofill/autofill_popup_controller.h',
80 'browser/ui/autofill/autofill_popup_controller_impl.cc', 80 'browser/ui/autofill/autofill_popup_controller_impl.cc',
81 'browser/ui/autofill/autofill_popup_controller_impl.h', 81 'browser/ui/autofill/autofill_popup_controller_impl.h',
82 'browser/ui/autofill/autofill_popup_view.h', 82 'browser/ui/autofill/autofill_popup_view.h',
83 'browser/ui/autofill/autofill_popup_view_delegate.h', 83 'browser/ui/autofill/autofill_popup_view_delegate.h',
84 'browser/ui/autofill/card_unmask_prompt_controller.h', 84 'browser/ui/autofill/card_unmask_prompt_controller.h',
85 'browser/ui/autofill/card_unmask_prompt_controller_impl.cc', 85 'browser/ui/autofill/card_unmask_prompt_controller_impl.cc',
86 'browser/ui/autofill/card_unmask_prompt_controller_impl.h', 86 'browser/ui/autofill/card_unmask_prompt_controller_impl.h',
87 'browser/ui/autofill/card_unmask_prompt_view.cc',
88 'browser/ui/autofill/card_unmask_prompt_view.h', 87 'browser/ui/autofill/card_unmask_prompt_view.h',
89 'browser/ui/autofill/chrome_autofill_client.cc', 88 'browser/ui/autofill/chrome_autofill_client.cc',
90 'browser/ui/autofill/chrome_autofill_client.h', 89 'browser/ui/autofill/chrome_autofill_client.h',
91 'browser/ui/autofill/chrome_autofill_client_mac.mm', 90 'browser/ui/autofill/chrome_autofill_client_mac.mm',
92 'browser/ui/autofill/country_combobox_model.cc', 91 'browser/ui/autofill/country_combobox_model.cc',
93 'browser/ui/autofill/country_combobox_model.h', 92 'browser/ui/autofill/country_combobox_model.h',
94 'browser/ui/autofill/credit_card_scanner_controller.cc', 93 'browser/ui/autofill/credit_card_scanner_controller.cc',
95 'browser/ui/autofill/credit_card_scanner_controller.h', 94 'browser/ui/autofill/credit_card_scanner_controller.h',
96 'browser/ui/autofill/credit_card_scanner_view.cc', 95 'browser/ui/autofill/credit_card_scanner_view.cc',
97 'browser/ui/autofill/credit_card_scanner_view.h', 96 'browser/ui/autofill/credit_card_scanner_view.h',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'browser/ui/cocoa/autofill/autofill_section_view.h', 215 'browser/ui/cocoa/autofill/autofill_section_view.h',
217 'browser/ui/cocoa/autofill/autofill_section_view.mm', 216 'browser/ui/cocoa/autofill/autofill_section_view.mm',
218 'browser/ui/cocoa/autofill/autofill_sign_in_container.h', 217 'browser/ui/cocoa/autofill/autofill_sign_in_container.h',
219 'browser/ui/cocoa/autofill/autofill_sign_in_container.mm', 218 'browser/ui/cocoa/autofill/autofill_sign_in_container.mm',
220 'browser/ui/cocoa/autofill/autofill_suggestion_container.h', 219 'browser/ui/cocoa/autofill/autofill_suggestion_container.h',
221 'browser/ui/cocoa/autofill/autofill_suggestion_container.mm', 220 'browser/ui/cocoa/autofill/autofill_suggestion_container.mm',
222 'browser/ui/cocoa/autofill/autofill_textfield.h', 221 'browser/ui/cocoa/autofill/autofill_textfield.h',
223 'browser/ui/cocoa/autofill/autofill_textfield.mm', 222 'browser/ui/cocoa/autofill/autofill_textfield.mm',
224 'browser/ui/cocoa/autofill/autofill_tooltip_controller.h', 223 'browser/ui/cocoa/autofill/autofill_tooltip_controller.h',
225 'browser/ui/cocoa/autofill/autofill_tooltip_controller.mm', 224 'browser/ui/cocoa/autofill/autofill_tooltip_controller.mm',
225 'browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h',
226 'browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm',
226 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.h', 227 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.h',
227 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm', 228 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm',
228 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h', 229 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h',
229 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.mm', 230 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.mm',
230 'browser/ui/cocoa/autofill/layout_view.h', 231 'browser/ui/cocoa/autofill/layout_view.h',
231 'browser/ui/cocoa/autofill/layout_view.mm', 232 'browser/ui/cocoa/autofill/layout_view.mm',
232 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.h', 233 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.h',
233 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.mm', 234 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.mm',
234 'browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h', 235 'browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h',
235 'browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm', 236 'browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm',
(...skipping 2883 matching lines...) Expand 10 before | Expand all | Expand 10 after
3119 ], 3120 ],
3120 'sources': [ 3121 'sources': [
3121 '<@(chrome_browser_ui_non_mobile_sources)', 3122 '<@(chrome_browser_ui_non_mobile_sources)',
3122 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3123 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3123 ], 3124 ],
3124 }], 3125 }],
3125 ], 3126 ],
3126 }, 3127 },
3127 ], 3128 ],
3128 } 3129 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698