diff options
author | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-10 00:17:21 +0000 |
---|---|---|
committer | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-10 00:17:21 +0000 |
commit | 344d0edac02c960d117c5ae97bd65cf02689013a (patch) | |
tree | 585d83463337fdb6bf1ebdd1ca483ee39a12d5d7 /views | |
parent | c1d28586adf85047f150cc033110ae8ce6e4834f (diff) | |
download | chromium_src-344d0edac02c960d117c5ae97bd65cf02689013a.zip chromium_src-344d0edac02c960d117c5ae97bd65cf02689013a.tar.gz chromium_src-344d0edac02c960d117c5ae97bd65cf02689013a.tar.bz2 |
Add a gyp target for Xext to linux/system so that Views can depend on it. A recent change added a code dependency within Views on linux on this library. Chrome was linking with it but other Views apps (candidate_window) weren't
Review URL: http://codereview.chromium.org/758002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41097 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r-- | views/views.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/views.gyp b/views/views.gyp index dfa8b7a..91b6b60 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -305,6 +305,7 @@ 'dependencies': [ '../build/linux/system.gyp:gtk', '../build/linux/system.gyp:x11', + '../build/linux/system.gyp:xext', ], 'sources!': [ 'accessibility/accessible_wrapper.cc', |