OLD | NEW |
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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 'browser/ui/autofill/autofill_dialog_controller.h', | 90 'browser/ui/autofill/autofill_dialog_controller.h', |
91 'browser/ui/autofill/autofill_dialog_models.cc', | 91 'browser/ui/autofill/autofill_dialog_models.cc', |
92 'browser/ui/autofill/autofill_dialog_models.h', | 92 'browser/ui/autofill/autofill_dialog_models.h', |
93 'browser/ui/autofill/autofill_dialog_types.cc', | 93 'browser/ui/autofill/autofill_dialog_types.cc', |
94 'browser/ui/autofill/autofill_dialog_types.h', | 94 'browser/ui/autofill/autofill_dialog_types.h', |
95 'browser/ui/autofill/autofill_popup_controller.h', | 95 'browser/ui/autofill/autofill_popup_controller.h', |
96 'browser/ui/autofill/autofill_popup_controller_impl.cc', | 96 'browser/ui/autofill/autofill_popup_controller_impl.cc', |
97 'browser/ui/autofill/autofill_popup_controller_impl.h', | 97 'browser/ui/autofill/autofill_popup_controller_impl.h', |
98 'browser/ui/autofill/autofill_popup_view.h', | 98 'browser/ui/autofill/autofill_popup_view.h', |
99 'browser/ui/autofill/autofill_popup_view_delegate.h', | 99 'browser/ui/autofill/autofill_popup_view_delegate.h', |
100 'browser/ui/autofill/card_unmask_prompt_controller.h', | |
101 'browser/ui/autofill/card_unmask_prompt_controller_impl.cc', | |
102 'browser/ui/autofill/card_unmask_prompt_controller_impl.h', | |
103 'browser/ui/autofill/card_unmask_prompt_view.h', | |
104 'browser/ui/autofill/chrome_autofill_client.cc', | 100 'browser/ui/autofill/chrome_autofill_client.cc', |
105 'browser/ui/autofill/chrome_autofill_client.h', | 101 'browser/ui/autofill/chrome_autofill_client.h', |
106 'browser/ui/autofill/chrome_autofill_client_mac.mm', | 102 'browser/ui/autofill/chrome_autofill_client_mac.mm', |
107 'browser/ui/autofill/country_combobox_model.cc', | 103 'browser/ui/autofill/country_combobox_model.cc', |
108 'browser/ui/autofill/country_combobox_model.h', | 104 'browser/ui/autofill/country_combobox_model.h', |
| 105 'browser/ui/autofill/create_unmask_prompt_view.h', |
109 'browser/ui/autofill/credit_card_scanner_controller.cc', | 106 'browser/ui/autofill/credit_card_scanner_controller.cc', |
110 'browser/ui/autofill/credit_card_scanner_controller.h', | 107 'browser/ui/autofill/credit_card_scanner_controller.h', |
111 'browser/ui/autofill/credit_card_scanner_view.cc', | 108 'browser/ui/autofill/credit_card_scanner_view.cc', |
112 'browser/ui/autofill/credit_card_scanner_view.h', | 109 'browser/ui/autofill/credit_card_scanner_view.h', |
113 'browser/ui/autofill/credit_card_scanner_view_delegate.h', | 110 'browser/ui/autofill/credit_card_scanner_view_delegate.h', |
114 'browser/ui/autofill/loading_animation.cc', | 111 'browser/ui/autofill/loading_animation.cc', |
115 'browser/ui/autofill/loading_animation.h', | 112 'browser/ui/autofill/loading_animation.h', |
116 'browser/ui/autofill/password_generation_popup_controller.h', | 113 'browser/ui/autofill/password_generation_popup_controller.h', |
117 'browser/ui/autofill/password_generation_popup_controller_impl.cc', | 114 'browser/ui/autofill/password_generation_popup_controller_impl.cc', |
118 'browser/ui/autofill/password_generation_popup_controller_impl.h', | 115 'browser/ui/autofill/password_generation_popup_controller_impl.h', |
(...skipping 3076 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3195 ], | 3192 ], |
3196 'sources': [ | 3193 'sources': [ |
3197 '<@(chrome_browser_ui_non_mobile_sources)', | 3194 '<@(chrome_browser_ui_non_mobile_sources)', |
3198 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3195 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3199 ], | 3196 ], |
3200 }], | 3197 }], |
3201 ], | 3198 ], |
3202 }, | 3199 }, |
3203 ], | 3200 ], |
3204 } | 3201 } |
OLD | NEW |