From 267c03d478d9c83ef8c37999f3abb1cd822881ff Mon Sep 17 00:00:00 2001 From: "sail@chromium.org" <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Wed, 2 Feb 2011 23:03:07 +0000 Subject: Move src/gfx/ to src/ui/gfx To reduce the size of this change I've left stub header files in src/gfx/. Once all includes have been updated I'll delete the stub files. BUG=71063 TEST=Still doing test builds. Review URL: http://codereview.chromium.org/6246027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73530 0039d316-1c4b-4281-b951-d872f2087c98 --- app/app_base.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/app_base.gypi b/app/app_base.gypi index 2f0e6d0..944f833 100644 --- a/app/app_base.gypi +++ b/app/app_base.gypi @@ -65,7 +65,7 @@ 'app_strings', '../base/base.gyp:base', '../base/base.gyp:base_i18n', - '../gfx/gfx.gyp:gfx', + '../ui/gfx/gfx.gyp:gfx', '../net/net.gyp:net', '../skia/skia.gyp:skia', '../third_party/icu/icu.gyp:icui18n', -- cgit v1.1