summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-06 21:08:09 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-06 21:08:09 +0000
commitf6d426fc52a90ad2dd55e1847aa7212a5bc918bf (patch)
tree92ab34b255f23e67ed01776eb4e05259b8062b6b /chrome/chrome.gyp
parent481e1a439c0cb4272746873c3244f8a42c72c94e (diff)
downloadchromium_src-f6d426fc52a90ad2dd55e1847aa7212a5bc918bf.zip
chromium_src-f6d426fc52a90ad2dd55e1847aa7212a5bc918bf.tar.gz
chromium_src-f6d426fc52a90ad2dd55e1847aa7212a5bc918bf.tar.bz2
linux: make fontconfig deps explicit.
Review URL: http://codereview.chromium.org/113052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15457 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp9
1 files changed, 6 insertions, 3 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index aa7e215..82ff2d0 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -141,7 +141,7 @@
'../app/gfx/favicon_size.h',
'../app/gfx/icon_util.cc',
'../app/gfx/icon_util.h',
- '../app/gfx/insets.h',
+ '../app/gfx/insets.h',
'../app/gfx/path_gtk.cc',
'../app/gfx/path_win.cc',
'../app/gfx/path.h',
@@ -149,7 +149,7 @@
'../app/l10n_util.h',
'../app/l10n_util_posix.cc',
'../app/l10n_util_win.cc',
- '../app/l10n_util_win.h',
+ '../app/l10n_util_win.h',
'../app/message_box_flags.h',
'../app/os_exchange_data.cc',
'../app/os_exchange_data.h',
@@ -171,6 +171,9 @@
'conditions': [
['OS=="linux"', {
'dependencies': [
+ # chrome_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',
],
}],
@@ -183,7 +186,7 @@
'../app/os_exchange_data.cc',
'../app/os_exchange_data.h',
],
- }],
+ }],
],
},
{