Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index 85d74f3fc5dafb6643909aee6d6ebaaa61b85dd1..d2bed80298969d274d85eba189780280546124d7 100644 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.gyp |
@@ -2261,6 +2261,15 @@ |
}, |
], |
}], |
+ ['OS=="linux"', { |
+ 'conditions': [ |
+ ['branding=="Chrome"', { |
+ 'dependencies': [ |
+ 'installer/installer.gyp:installer_util', |
+ ], |
+ }], |
+ ], |
+ }], |
['OS=="win"', { |
'dependencies': [ |
# On Windows, make sure we've built chrome.dll, which |