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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1570783003: [Autofill] Move functions from the AutofillPopupController to AutofillPopupLayoutModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed nit Created 4 years, 11 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 10 matching lines...) Expand all
21 'browser/ui/app_modal/chrome_javascript_native_dialog_factory.h', 21 'browser/ui/app_modal/chrome_javascript_native_dialog_factory.h',
22 'browser/ui/autofill/autofill_dialog_controller.cc', 22 'browser/ui/autofill/autofill_dialog_controller.cc',
23 'browser/ui/autofill/autofill_dialog_controller.h', 23 'browser/ui/autofill/autofill_dialog_controller.h',
24 'browser/ui/autofill/autofill_dialog_models.cc', 24 'browser/ui/autofill/autofill_dialog_models.cc',
25 'browser/ui/autofill/autofill_dialog_models.h', 25 'browser/ui/autofill/autofill_dialog_models.h',
26 'browser/ui/autofill/autofill_dialog_types.cc', 26 'browser/ui/autofill/autofill_dialog_types.cc',
27 'browser/ui/autofill/autofill_dialog_types.h', 27 'browser/ui/autofill/autofill_dialog_types.h',
28 'browser/ui/autofill/autofill_popup_controller.h', 28 'browser/ui/autofill/autofill_popup_controller.h',
29 'browser/ui/autofill/autofill_popup_controller_impl.cc', 29 'browser/ui/autofill/autofill_popup_controller_impl.cc',
30 'browser/ui/autofill/autofill_popup_controller_impl.h', 30 'browser/ui/autofill/autofill_popup_controller_impl.h',
31 'browser/ui/autofill/autofill_popup_layout_model.cc',
32 'browser/ui/autofill/autofill_popup_layout_model.h',
31 'browser/ui/autofill/autofill_popup_view.h', 33 'browser/ui/autofill/autofill_popup_view.h',
32 'browser/ui/autofill/autofill_popup_view_delegate.h', 34 'browser/ui/autofill/autofill_popup_view_delegate.h',
33 'browser/ui/autofill/chrome_autofill_client.cc', 35 'browser/ui/autofill/chrome_autofill_client.cc',
34 'browser/ui/autofill/chrome_autofill_client.h', 36 'browser/ui/autofill/chrome_autofill_client.h',
35 'browser/ui/autofill/country_combobox_model.cc', 37 'browser/ui/autofill/country_combobox_model.cc',
36 'browser/ui/autofill/country_combobox_model.h', 38 'browser/ui/autofill/country_combobox_model.h',
37 'browser/ui/autofill/create_card_unmask_prompt_view.h', 39 'browser/ui/autofill/create_card_unmask_prompt_view.h',
38 'browser/ui/autofill/credit_card_scanner_controller.cc', 40 'browser/ui/autofill/credit_card_scanner_controller.cc',
39 'browser/ui/autofill/credit_card_scanner_controller.h', 41 'browser/ui/autofill/credit_card_scanner_controller.h',
40 'browser/ui/autofill/credit_card_scanner_view.cc', 42 'browser/ui/autofill/credit_card_scanner_view.cc',
41 'browser/ui/autofill/credit_card_scanner_view.h', 43 'browser/ui/autofill/credit_card_scanner_view.h',
42 'browser/ui/autofill/credit_card_scanner_view_delegate.h', 44 'browser/ui/autofill/credit_card_scanner_view_delegate.h',
43 'browser/ui/autofill/loading_animation.cc', 45 'browser/ui/autofill/loading_animation.cc',
44 'browser/ui/autofill/loading_animation.h', 46 'browser/ui/autofill/loading_animation.h',
45 'browser/ui/autofill/password_generation_popup_controller.h', 47 'browser/ui/autofill/password_generation_popup_controller.h',
46 'browser/ui/autofill/password_generation_popup_controller_impl.cc', 48 'browser/ui/autofill/password_generation_popup_controller_impl.cc',
47 'browser/ui/autofill/password_generation_popup_controller_impl.h', 49 'browser/ui/autofill/password_generation_popup_controller_impl.h',
48 'browser/ui/autofill/password_generation_popup_observer.h', 50 'browser/ui/autofill/password_generation_popup_observer.h',
49 'browser/ui/autofill/password_generation_popup_view.cc', 51 'browser/ui/autofill/password_generation_popup_view.cc',
50 'browser/ui/autofill/password_generation_popup_view.h', 52 'browser/ui/autofill/password_generation_popup_view.h',
51 'browser/ui/autofill/popup_controller_common.cc', 53 'browser/ui/autofill/popup_controller_common.cc',
52 'browser/ui/autofill/popup_controller_common.h', 54 'browser/ui/autofill/popup_controller_common.h',
55 'browser/ui/autofill/popup_view_common.cc',
56 'browser/ui/autofill/popup_view_common.h',
53 'browser/ui/blocked_content/blocked_window_params.cc', 57 'browser/ui/blocked_content/blocked_window_params.cc',
54 'browser/ui/blocked_content/blocked_window_params.h', 58 'browser/ui/blocked_content/blocked_window_params.h',
55 'browser/ui/blocked_content/popup_blocker_tab_helper.cc', 59 'browser/ui/blocked_content/popup_blocker_tab_helper.cc',
56 'browser/ui/blocked_content/popup_blocker_tab_helper.h', 60 'browser/ui/blocked_content/popup_blocker_tab_helper.h',
57 'browser/ui/bookmarks/bookmark_bar.h', 61 'browser/ui/bookmarks/bookmark_bar.h',
58 'browser/ui/bookmarks/bookmark_bar_constants.h', 62 'browser/ui/bookmarks/bookmark_bar_constants.h',
59 'browser/ui/bookmarks/bookmark_bar_instructions_delegate.h', 63 'browser/ui/bookmarks/bookmark_bar_instructions_delegate.h',
60 'browser/ui/bookmarks/bookmark_bubble_observer.h', 64 'browser/ui/bookmarks/bookmark_bubble_observer.h',
61 'browser/ui/bookmarks/bookmark_editor.cc', 65 'browser/ui/bookmarks/bookmark_editor.cc',
62 'browser/ui/bookmarks/bookmark_editor.h', 66 'browser/ui/bookmarks/bookmark_editor.h',
(...skipping 3247 matching lines...) Expand 10 before | Expand all | Expand 10 after
3310 ], 3314 ],
3311 'sources': [ 3315 'sources': [
3312 '<@(chrome_browser_ui_non_mobile_sources)', 3316 '<@(chrome_browser_ui_non_mobile_sources)',
3313 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3317 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3314 ], 3318 ],
3315 }], 3319 }],
3316 ], 3320 ],
3317 }, 3321 },
3318 ], 3322 ],
3319 } 3323 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/autofill/autofill_popup_view_views.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698