From 5ae0b28229648b8b5d26624a45f3fffca4e545fd Mon Sep 17 00:00:00 2001 From: "backer@chromium.org" Date: Mon, 28 Mar 2011 19:24:49 +0000 Subject: Refactor: Move app/gfx/gl ==> ui/gfx/gl This is the final patch in the sequence. Note that gl.gyp is introduced because dependency checking on the Mac is done on a per file (rather than per target) basis. BUG=none TEST=trybots Review URL: http://codereview.chromium.org/6722026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79599 0039d316-1c4b-4281-b951-d872f2087c98 --- content/content_gpu.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/content_gpu.gypi') diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi index fec3a08..74ab725 100644 --- a/content/content_gpu.gypi +++ b/content/content_gpu.gypi @@ -13,10 +13,10 @@ 'msvs_guid': 'F10F1ECD-D84D-4C33-8468-9DDFE19F4D8A', 'dependencies': [ 'content_common', - '../app/app.gyp:app_base', '../base/base.gyp:base', '../media/media.gyp:media', '../skia/skia.gyp:skia', + '../ui/gfx/gl/gl.gyp:gl', ], 'sources': [ 'gpu/content_gpu_client.h', -- cgit v1.1