Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: components/autofill.gypi

Issue 17084005: In components/autofill, move common/ to shared/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase to fix conflict Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/autofill/password_generation_manager_browsertest.cc ('k') | components/autofill/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « chrome/renderer/autofill/password_generation_manager_browsertest.cc ('k') | components/autofill/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698