Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index 75adb4e7f9466dfd82b511be810d7bbd55660fc1..1b3ef30684a820614ff8ebf91c9833a365bd6aed 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -148,6 +148,7 @@ |
# Chromium functionality directly into the executable. |
'<@(chromium_browser_dependencies)', |
'<@(chromium_child_dependencies)', |
+ '../content/content.gyp:content_app_both', |
# Needed for chrome_main.cc initialization of libraries. |
'../build/linux/system.gyp:gtk', |
# Needed to use the master_preferences functions |
@@ -159,6 +160,7 @@ |
# Chromium functionality directly into the executable. |
'<@(chromium_browser_dependencies)', |
'<@(chromium_child_dependencies)', |
+ '../content/content.gyp:content_app_both', |
# Needed for chrome_main.cc initialization of libraries. |
'../build/linux/system.gyp:x11', |
'../build/linux/system.gyp:pangocairo', |