From 7beca7d1d2842cf7e5fe799a3f87b1481fa277fa Mon Sep 17 00:00:00 2001 From: "oshima@chromium.org" Date: Mon, 12 Oct 2009 23:57:45 +0000 Subject: Add explicit dependency to x11. This comes from webkit as well, but views/gtk depends on this, and a program that uses views without webkit fails to link. BUG=None TEST=None Review URL: http://codereview.chromium.org/270054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28763 0039d316-1c4b-4281-b951-d872f2087c98 --- views/views.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/views.gyp b/views/views.gyp index 56cfdf3..2b4f84d 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -295,6 +295,7 @@ ['OS=="linux"', { 'dependencies': [ '../build/linux/system.gyp:gtk', + '../build/linux/system.gyp:x11', ], 'sources!': [ 'accelerator.cc', @@ -349,7 +350,6 @@ 'dependencies': [ '../base/base.gyp:base', '../skia/skia.gyp:skia', - '../build/linux/system.gyp:x11', 'views', ], 'include_dirs': [ -- cgit v1.1