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 /webkit/child | |
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 'webkit/child')
-rw-r--r-- | webkit/child/webkit_child.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/child/webkit_child.gyp b/webkit/child/webkit_child.gyp index d3dda2a..f8f7256 100644 --- a/webkit/child/webkit_child.gyp +++ b/webkit/child/webkit_child.gyp @@ -42,7 +42,6 @@ '<(DEPTH)/ui/gfx/gfx.gyp:gfx', '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', - '<(DEPTH)/ui/ui.gyp:ui', '<(DEPTH)/url/url.gyp:url_lib', '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', |