| Index: components/autofill/core/common/BUILD.gn
|
| diff --git a/components/autofill/core/common/BUILD.gn b/components/autofill/core/common/BUILD.gn
|
| index 094388169c8441ed3e4ac15e0e366c7c7b4e0d0c..570ba55e4d4498f7708b8e5eebf1b010317bb169 100644
|
| --- a/components/autofill/core/common/BUILD.gn
|
| +++ b/components/autofill/core/common/BUILD.gn
|
| @@ -4,14 +4,6 @@
|
|
|
| static_library("common") {
|
| sources = [
|
| - # TODO(brettw) why are these "browser" files in the "common" target?
|
| - "../browser/android/auxiliary_profile_loader_android.cc",
|
| - "../browser/android/auxiliary_profile_loader_android.h",
|
| - "../browser/android/auxiliary_profiles_android.cc",
|
| - "../browser/android/auxiliary_profiles_android.h",
|
| - "../browser/android/component_jni_registrar.cc",
|
| - "../browser/android/component_jni_registrar.h",
|
| - "../browser/android/personal_data_manager_android.cc",
|
| "autofill_constants.cc",
|
| "autofill_constants.h",
|
| "autofill_data_validation.cc",
|
|
|