diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-12 23:57:45 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-12 23:57:45 +0000 |
commit | 7beca7d1d2842cf7e5fe799a3f87b1481fa277fa (patch) | |
tree | 9d3ea64fe16228565da4ccd44fa06475eea4f08a /views/views.gyp | |
parent | 19eef14a9c8d939a82fa262633927968a33daf6e (diff) | |
download | chromium_src-7beca7d1d2842cf7e5fe799a3f87b1481fa277fa.zip chromium_src-7beca7d1d2842cf7e5fe799a3f87b1481fa277fa.tar.gz chromium_src-7beca7d1d2842cf7e5fe799a3f87b1481fa277fa.tar.bz2 |
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
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
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': [ |