summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-05 02:15:30 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-05 02:15:30 +0000
commit7bdf2af136fb28fcf7795ad8989842cf0f316091 (patch)
tree9c08c77b94e150854f3b0853951f95bce19df296 /chrome
parent91c57362babd7c141ad896240221749482cc460c (diff)
downloadchromium_src-7bdf2af136fb28fcf7795ad8989842cf0f316091.zip
chromium_src-7bdf2af136fb28fcf7795ad8989842cf0f316091.tar.gz
chromium_src-7bdf2af136fb28fcf7795ad8989842cf0f316091.tar.bz2
Bustage fix - forgot to merge this over onto my windows machine from my linux box.
Make sure we include gtk as a dependency on Linux. Review URL: http://codereview.chromium.org/105006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15266 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/chrome.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index c2afd27..788d445 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -135,6 +135,13 @@
'..',
],
},
+ 'conditions': [
+ ['OS=="linux"', {
+ 'dependencies': [
+ '../build/linux/system.gyp:gtk',
+ ],
+ }],
+ ],
},
{
# theme_resources also generates a .cc file, so it can't use the rules above.