diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-13 10:20:37 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-13 10:20:37 +0000 |
commit | ed8fd9152e0dff6c26f69f968e0d4aa4bd890d57 (patch) | |
tree | 163fe12566ebad286d91d12820f078b240e2db26 /components/autofill.gypi | |
parent | 4795329fcd7308914fcdbee6f824c250cfae2629 (diff) | |
download | chromium_src-ed8fd9152e0dff6c26f69f968e0d4aa4bd890d57.zip chromium_src-ed8fd9152e0dff6c26f69f968e0d4aa4bd890d57.tar.gz chromium_src-ed8fd9152e0dff6c26f69f968e0d4aa4bd890d57.tar.bz2 |
Move ui.gyp into ui/base/ directory.
This follows the rule we setup for //ui which states that each subdir
should be its own component with its own gyp file that lives in its
subdir.
The 'ui' target was renamed to ui_base to match the convention.
BUG=299841
TEST=gyp files.
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/198333004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256788 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/autofill.gypi')
-rw-r--r-- | components/autofill.gypi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi index a190d6c..61496b5 100644 --- a/components/autofill.gypi +++ b/components/autofill.gypi @@ -28,8 +28,8 @@ 'type': 'static_library', 'dependencies': [ '../base/base.gyp:base', + '../ui/base/ui_base.gyp:ui_base', '../ui/gfx/gfx.gyp:gfx', - '../ui/ui.gyp:ui', '../url/url.gyp:url_lib', ], 'conditions': [ @@ -96,8 +96,8 @@ '../third_party/icu/icu.gyp:icuuc', '../third_party/libjingle/libjingle.gyp:libjingle', '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', + '../ui/base/ui_base.gyp:ui_base', '../ui/gfx/gfx.gyp:gfx', - '../ui/ui.gyp:ui', '../url/url.gyp:url_lib', 'autofill_core_common', 'autofill_regexes', @@ -338,9 +338,9 @@ '../third_party/icu/icu.gyp:icuuc', '../third_party/libjingle/libjingle.gyp:libjingle', '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', + '../ui/base/ui_base.gyp:ui_base', '../ui/gfx/gfx.gyp:gfx', '../ui/gfx/gfx.gyp:gfx_geometry', - '../ui/ui.gyp:ui', '../url/url.gyp:url_lib', 'autofill_content_common', 'autofill_content_risk_proto', |