diff options
author | blundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-07 15:20:46 +0000 |
---|---|---|
committer | blundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-07 15:20:46 +0000 |
commit | 758c70279a6ec477a922d90ec18eb49f71a05ce7 (patch) | |
tree | 2593866b0946506225737add43162bce2c293cce /android_webview | |
parent | f9f4d2d0dbdbd088e565c3fe7fe218b5e7da9748 (diff) | |
download | chromium_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 'android_webview')
-rw-r--r-- | android_webview/native/webview_native.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/native/webview_native.gyp b/android_webview/native/webview_native.gyp index b0af7e4..0ef141d 100644 --- a/android_webview/native/webview_native.gyp +++ b/android_webview/native/webview_native.gyp @@ -13,6 +13,7 @@ '../../base/base.gyp:base_static', '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../../components/components.gyp:autofill_browser', + '../../components/components.gyp:autofill_content_browser', '../../components/components.gyp:web_contents_delegate_android', '../../cc/cc.gyp:cc', '../../net/net.gyp:net', |