Index: components/autofill.gypi |
diff --git a/components/autofill.gypi b/components/autofill.gypi |
index 3d2f446d7fb61487c28be37439338f84e14640e2..a61cf0737918138e647369a6ef13acb8a7dd32a0 100644 |
--- a/components/autofill.gypi |
+++ b/components/autofill.gypi |
@@ -27,7 +27,7 @@ |
['OS != "ios"', { |
'targets': [ |
{ |
- 'target_name': 'autofill_common', |
+ 'target_name': 'autofill_shared', |
'type': 'static_library', |
'dependencies': [ |
'../base/base.gyp:base', |
@@ -56,30 +56,30 @@ |
'autofill/browser/android/component_jni_registrar.cc', |
'autofill/browser/android/component_jni_registrar.h', |
'autofill/browser/android/personal_data_manager_android.cc', |
- 'autofill/common/autocheckout_status.h', |
- 'autofill/common/autofill_constants.cc', |
- 'autofill/common/autofill_constants.h', |
- 'autofill/common/autofill_messages.h', |
- 'autofill/common/autofill_message_generator.cc', |
- 'autofill/common/autofill_message_generator.h', |
- 'autofill/common/autofill_pref_names.cc', |
- 'autofill/common/autofill_pref_names.h', |
- 'autofill/common/autofill_switches.cc', |
- 'autofill/common/autofill_switches.h', |
- 'autofill/common/form_data.cc', |
- 'autofill/common/form_data.h', |
- 'autofill/common/form_data_predictions.cc', |
- 'autofill/common/form_data_predictions.h', |
- 'autofill/common/form_field_data.cc', |
- 'autofill/common/form_field_data.h', |
- 'autofill/common/form_field_data_predictions.cc', |
- 'autofill/common/form_field_data_predictions.h', |
- 'autofill/common/password_form_fill_data.cc', |
- 'autofill/common/password_form_fill_data.h', |
- 'autofill/common/password_generation_util.cc', |
- 'autofill/common/password_generation_util.h', |
- 'autofill/common/web_element_descriptor.cc', |
- 'autofill/common/web_element_descriptor.h', |
+ 'autofill/shared/autocheckout_status.h', |
+ 'autofill/shared/autofill_constants.cc', |
+ 'autofill/shared/autofill_constants.h', |
+ 'autofill/shared/autofill_messages.h', |
+ 'autofill/shared/autofill_message_generator.cc', |
+ 'autofill/shared/autofill_message_generator.h', |
+ 'autofill/shared/autofill_pref_names.cc', |
+ 'autofill/shared/autofill_pref_names.h', |
+ 'autofill/shared/autofill_switches.cc', |
+ 'autofill/shared/autofill_switches.h', |
+ 'autofill/shared/form_data.cc', |
+ 'autofill/shared/form_data.h', |
+ 'autofill/shared/form_data_predictions.cc', |
+ 'autofill/shared/form_data_predictions.h', |
+ 'autofill/shared/form_field_data.cc', |
+ 'autofill/shared/form_field_data.h', |
+ 'autofill/shared/form_field_data_predictions.cc', |
+ 'autofill/shared/form_field_data_predictions.h', |
+ 'autofill/shared/password_form_fill_data.cc', |
+ 'autofill/shared/password_form_fill_data.h', |
+ 'autofill/shared/password_generation_util.cc', |
+ 'autofill/shared/password_generation_util.h', |
+ 'autofill/shared/web_element_descriptor.cc', |
+ 'autofill/shared/web_element_descriptor.h', |
], |
}, |
@@ -93,7 +93,7 @@ |
'..', |
], |
'dependencies': [ |
- 'autofill_common', |
+ 'autofill_shared', |
'autofill_regexes', |
'encryptor', |
'user_prefs', |
@@ -246,7 +246,7 @@ |
], |
'dependencies': [ |
'autofill_browser', |
- 'autofill_common', |
+ 'autofill_shared', |
'autofill_content_risk_proto', |
'autofill_regexes', |
'encryptor', |
@@ -317,7 +317,7 @@ |
'..', |
], |
'dependencies': [ |
- 'autofill_common', |
+ 'autofill_shared', |
'../base/base.gyp:base', |
'../content/content.gyp:content_renderer', |
'../content/content.gyp:content_common', |