Index: trunk/src/chrome/chrome_exe.gypi |
=================================================================== |
--- trunk/src/chrome/chrome_exe.gypi (revision 198835) |
+++ trunk/src/chrome/chrome_exe.gypi (working copy) |
@@ -142,8 +142,7 @@ |
'dependencies': [ |
# On Linux, link the dependencies (libraries) that make up actual |
# Chromium functionality directly into the executable. |
- '<@(chromium_browser_dependencies)', |
- '<@(chromium_child_dependencies)', |
+ '<@(chromium_dependencies)', |
# Needed for chrome_main.cc initialization of libraries. |
'../build/linux/system.gyp:gtk', |
# Needed to use the master_preferences functions |
@@ -153,8 +152,7 @@ |
'dependencies': [ |
# On Linux, link the dependencies (libraries) that make up actual |
# Chromium functionality directly into the executable. |
- '<@(chromium_browser_dependencies)', |
- '<@(chromium_child_dependencies)', |
+ '<@(chromium_dependencies)', |
# Needed for chrome_main.cc initialization of libraries. |
'../build/linux/system.gyp:x11', |
'../build/linux/system.gyp:pangocairo', |