| Index: chrome/chrome_browser_ui.gypi
|
| diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
|
| index ea97dd7aef4123a64b9d04faa546060ef693c2c5..53e1f312e3a20f777ec2af2acaa61fd373d74247 100644
|
| --- a/chrome/chrome_browser_ui.gypi
|
| +++ b/chrome/chrome_browser_ui.gypi
|
| @@ -280,6 +280,10 @@
|
| 'browser/ui/autofill/autofill_credit_card_bubble.h',
|
| 'browser/ui/autofill/autofill_credit_card_bubble_controller.cc',
|
| 'browser/ui/autofill/autofill_credit_card_bubble_controller.h',
|
| + 'browser/ui/autofill/autofill_dialog_common.cc',
|
| + 'browser/ui/autofill/autofill_dialog_common.h',
|
| + 'browser/ui/autofill/autofill_dialog_controller.cc',
|
| + 'browser/ui/autofill/autofill_dialog_controller.h',
|
| 'browser/ui/autofill/autofill_dialog_controller_impl.cc',
|
| 'browser/ui/autofill/autofill_dialog_controller_impl.h',
|
| 'browser/ui/autofill/autofill_dialog_models.cc',
|
| @@ -2801,6 +2805,13 @@
|
| 'browser/ui/webui/ntp/android/ntp_resource_cache_android.cc',
|
| ],
|
| 'sources!': [
|
| + # Android uses native UI for Autofill dialog.
|
| + 'browser/ui/autofill/autofill_dialog_controller_impl.cc',
|
| + 'browser/ui/autofill/autofill_dialog_controller_impl.h',
|
| + 'browser/ui/autofill/autofill_dialog_view.h',
|
| + 'browser/ui/autofill/autofill_dialog_view.cc',
|
| + 'browser/ui/autofill/autofill_dialog_view_delegate.h',
|
| +
|
| # Android uses native UI for sync setup.
|
| 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
|
| 'browser/ui/webui/ntp/new_tab_page_sync_handler.h',
|
|
|