summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser_ui.gypi
diff options
context:
space:
mode:
authorblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-07 15:20:46 +0000
committerblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-07 15:20:46 +0000
commit758c70279a6ec477a922d90ec18eb49f71a05ce7 (patch)
tree2593866b0946506225737add43162bce2c293cce /chrome/chrome_browser_ui.gypi
parentf9f4d2d0dbdbd088e565c3fe7fe218b5e7da9748 (diff)
downloadchromium_src-758c70279a6ec477a922d90ec18eb49f71a05ce7.zip
chromium_src-758c70279a6ec477a922d90ec18eb49f71a05ce7.tar.gz
chromium_src-758c70279a6ec477a922d90ec18eb49f71a05ce7.tar.bz2
In components/autofill, move browser/risk/ to content/browser/risk/
This change is part of moving components/autofill into its eventual structure as a layered component. This CL additionally creates the autofill_content_browser target and renames the autofill_risk_proto target to autofill_content_risk_proto. TBR=joi, darin, benm BUG=247015 Review URL: https://chromiumcodereview.appspot.com/16363003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204842 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser_ui.gypi')
-rw-r--r--chrome/chrome_browser_ui.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 5b9d228..371a5ba 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -31,7 +31,6 @@
'feedback_proto',
'variations_seed_proto',
'../components/components.gyp:auto_login_parser',
- '../components/components.gyp:autofill_risk_proto',
'../content/content.gyp:content_browser',
'../content/content.gyp:content_common',
'../crypto/crypto.gyp:crypto',
@@ -2360,6 +2359,7 @@
'common/extensions/api/api.gyp:api',
'debugger',
'installer_util',
+ '../components/components.gyp:autofill_content_risk_proto',
'../components/component_resources.gyp:component_resources',
'../device/bluetooth/bluetooth.gyp:device_bluetooth',
'../net/net.gyp:net_with_v8',