| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index f4a48e9a60ddf5cfd5bad8ca6752d8cfe96d2041..bfc1ebe7a9fb40eedeae88600ec17ee0708c215d 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -525,21 +525,11 @@ source_set("ui") {
|
| ".",
|
| "//chrome")
|
| }
|
| - if (enable_autofill_dialog) {
|
| - sources +=
|
| - rebase_path(gypi_values.chrome_browser_ui_autofill_dialog_sources,
|
| - ".",
|
| - "//chrome")
|
| - if (!android_java_ui && !is_ios) {
|
| - sources += rebase_path(
|
| - gypi_values.chrome_browser_ui_autofill_dialog_non_mobile_sources,
|
| - ".",
|
| - "//chrome")
|
| - deps += [
|
| - "//third_party/libaddressinput",
|
| - "//third_party/libaddressinput:strings",
|
| - ]
|
| - }
|
| + if (!android_java_ui && !is_ios) {
|
| + deps += [
|
| + "//third_party/libaddressinput",
|
| + "//third_party/libaddressinput:strings",
|
| + ]
|
| }
|
| if (enable_extensions) {
|
| deps += [
|
|
|