Remove installer_util_strings.rc from chrome.dll.
These strings are also in the locale pak files, so this is a duplicate
of >250k of data. Add the ability to provide a different string
provider for BrowserDistribution.
BUG=128056
TEST=chrome --first-run still works
Review URL: https://chromiumcodereview.appspot.com/10386217
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138859 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index eee85c0de..80a96fd 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -12,6 +12,7 @@
"+content/public/browser",
"+google_update",
"+grit", # For generated headers
+ "+installer_util_strings", # For generated headers
"+policy", # For generated headers and source
"+ppapi/c", # For various types.
"+ppapi/proxy",