diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-20 19:42:19 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-20 19:42:19 +0000 |
commit | 88f9822ec3e513a19be297e43bcd34cbe233a658 (patch) | |
tree | f03ba75ca1900b1d59d322cc27c9c9b6fa7b7e54 /app | |
parent | 7992883b810d2e6b1570ebc04a9049edab02e733 (diff) | |
download | chromium_src-88f9822ec3e513a19be297e43bcd34cbe233a658.zip chromium_src-88f9822ec3e513a19be297e43bcd34cbe233a658.tar.gz chromium_src-88f9822ec3e513a19be297e43bcd34cbe233a658.tar.bz2 |
Re-landing this. Originally landed as http://codereview.chromium.org/1001003 but reverted due to reliability crashes.
Re-landing so I can see what those crashes are. Please do not revert without informing me.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1655010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45065 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r-- | app/app_base.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/app_base.gypi b/app/app_base.gypi index 802a0d2..c89dcb8 100644 --- a/app/app_base.gypi +++ b/app/app_base.gypi @@ -185,9 +185,6 @@ 'conditions': [ ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 'dependencies': [ - # font_gtk.cc uses fontconfig. - # 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', ], |