summaryrefslogtreecommitdiffstats
path: root/components/autofill.gypi
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-08 20:39:44 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-08 20:39:44 +0000
commitf08c3c2c018c361315d8130453adaadeb11d3a58 (patch)
tree71e4276ed031de1729c7d32331e31bf4335dc128 /components/autofill.gypi
parentf12a60ed176609d26478008b922c2886f86b4138 (diff)
downloadchromium_src-f08c3c2c018c361315d8130453adaadeb11d3a58.zip
chromium_src-f08c3c2c018c361315d8130453adaadeb11d3a58.tar.gz
chromium_src-f08c3c2c018c361315d8130453adaadeb11d3a58.tar.bz2
Move Autofill-specific switches and pref names into files within the component.
Since these are new files, they are placed in what will be their final location. There is another change in flight that establishes the .gypi file for this component, so to avoid conflicts, continue building these files in chrome_common.gypi, and switch them over later. Also nail down dependencies on chrome/common, listing the ones that are OK (files that will move into the Autofill component) and ones we still need to eliminate. TBR=ben@chromium.org BUG=140037 Review URL: https://chromiumcodereview.appspot.com/12433022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187035 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/autofill.gypi')
-rw-r--r--components/autofill.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 26b480f..7b180af 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -23,6 +23,10 @@
'sources': [
'autofill/common/autocheckout_status.h',
'autofill/common/autofill_messages.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',