From 9e7a916001ca82d2b4fcfb8380efa66a4f9e97fb Mon Sep 17 00:00:00 2001 From: "sadrul@chromium.org" Date: Mon, 12 May 2014 17:31:44 +0000 Subject: x11: Split the gfx_x11 target into its own gyp file. Add a gfx_x11.gyp in //ui/gfx/x/ and define the gfx_x11 target in there, instead of defining it conditionally in //ui/gfx/gfx.gyp. This allows including this code from particular components even when X11 is turned off. BUG=361137 R=piman@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/275273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269804 0039d316-1c4b-4281-b951-d872f2087c98 --- ui/gl/gl.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/gl') diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp index 219f2a7..6a9bf13 100644 --- a/ui/gl/gl.gyp +++ b/ui/gl/gl.gyp @@ -222,7 +222,7 @@ '<(DEPTH)/build/linux/system.gyp:x11', '<(DEPTH)/build/linux/system.gyp:xcomposite', '<(DEPTH)/build/linux/system.gyp:xext', - '<(DEPTH)/ui/gfx/gfx.gyp:gfx_x11', + '<(DEPTH)/ui/gfx/x/gfx_x11.gyp:gfx_x11', ], }], ['OS=="win"', { -- cgit v1.1