diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-20 15:48:54 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-20 15:48:54 +0000 |
commit | 6f180a803b3352ca18739c9df81c2baf12e65449 (patch) | |
tree | f1042a8f432e19facc5c527614f11782b6ee4406 /app | |
parent | 289b93d79e3e7a55553ae0c41fd48461e43e9d8e (diff) | |
download | chromium_src-6f180a803b3352ca18739c9df81c2baf12e65449.zip chromium_src-6f180a803b3352ca18739c9df81c2baf12e65449.tar.gz chromium_src-6f180a803b3352ca18739c9df81c2baf12e65449.tar.bz2 |
app depends on x11 because of active_window_watcher_x.
Review URL: http://codereview.chromium.org/300017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29514 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r-- | app/app.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/app.gyp b/app/app.gyp index 09add61..7e883f0 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -178,6 +178,7 @@ # TODO(evanm): I think this is wrong; it should just use GTK. '../build/linux/system.gyp:fontconfig', '../build/linux/system.gyp:gtk', + '../build/linux/system.gyp:x11', ], 'conditions': [ ['toolkit_views==0 and chromeos==0', { |