diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-23 22:07:52 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-23 22:07:52 +0000 |
commit | 971a718b11f22967bf573dae5dcb351782ea908c (patch) | |
tree | aa113e34462b325ec5b3f3a5da0878fd9111915e /chrome/chrome_exe.gypi | |
parent | 07fb7246ace233e9193f347891f65daf280e5d09 (diff) | |
download | chromium_src-971a718b11f22967bf573dae5dcb351782ea908c.zip chromium_src-971a718b11f22967bf573dae5dcb351782ea908c.tar.gz chromium_src-971a718b11f22967bf573dae5dcb351782ea908c.tar.bz2 |
linux: build fix
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50653 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index df88ce6..16547a4 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -183,7 +183,8 @@ # On Linux, link the dependencies (libraries) that make up actual # Chromium functionality directly into the executable. '<@(chromium_dependencies)', - # Needed for chrome_dll_main.cc #include of gtk/gtk.h + # Needed for chrome_dll_main.cc initialization of libraries. + '../build/linux/system.gyp:dbus-glib', '../build/linux/system.gyp:gtk', 'packed_resources', # Needed to use the master_preferences functions |