summaryrefslogtreecommitdiffstats
path: root/components/autofill.gypi
diff options
context:
space:
mode:
authorblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-15 17:03:03 +0000
committerblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-15 17:03:03 +0000
commitfeb7b45c4e7bf1b6d3b3f76209fa80e1a6403411 (patch)
treed4b3b7ad23f884e108873f6c7e949eec45c3c8c9 /components/autofill.gypi
parentfa7602c91a1ddcff0bd5056ae88596dfd86ef0f0 (diff)
downloadchromium_src-feb7b45c4e7bf1b6d3b3f76209fa80e1a6403411.zip
chromium_src-feb7b45c4e7bf1b6d3b3f76209fa80e1a6403411.tar.gz
chromium_src-feb7b45c4e7bf1b6d3b3f76209fa80e1a6403411.tar.bz2
Revert "In components/autofill, move common/ to shared/"
This reverts commit fe014d19c0bac2bb05701ddb0d32119fe4f17c9f. This change broke compile on the win_split bot: http://build.chromium.org/p/chromium/buildstatus?builder=Win%20Split&number=690 TBR=blundell Review URL: https://codereview.chromium.org/17165002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206602 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/autofill.gypi')
-rw-r--r--components/autofill.gypi56
1 files changed, 28 insertions, 28 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi
index a61cf07..3d2f446 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -27,7 +27,7 @@
['OS != "ios"', {
'targets': [
{
- 'target_name': 'autofill_shared',
+ 'target_name': 'autofill_common',
'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/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',
+ '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',
],
},
@@ -93,7 +93,7 @@
'..',
],
'dependencies': [
- 'autofill_shared',
+ 'autofill_common',
'autofill_regexes',
'encryptor',
'user_prefs',
@@ -246,7 +246,7 @@
],
'dependencies': [
'autofill_browser',
- 'autofill_shared',
+ 'autofill_common',
'autofill_content_risk_proto',
'autofill_regexes',
'encryptor',
@@ -317,7 +317,7 @@
'..',
],
'dependencies': [
- 'autofill_shared',
+ 'autofill_common',
'../base/base.gyp:base',
'../content/content.gyp:content_renderer',
'../content/content.gyp:content_common',