Add dependency on :settings_resources.

As the downstream code has been updated to use the upstream version
of the resources (and there is no risk of multiple targets creating
the same file in the application bundle), add the dependency to the
:settings_resources upstream.

BUG=672516

Review-Url: https://codereview.chromium.org/2557393002
Cr-Commit-Position: refs/heads/master@{#437525}
diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
index 7f25195..11d23191 100644
--- a/ios/chrome/browser/BUILD.gn
+++ b/ios/chrome/browser/BUILD.gn
@@ -74,6 +74,7 @@
     "xcallback_parameters.mm",
   ]
   deps = [
+    ":settings_resources",
     "//base",
     "//components/autofill/core/browser",
     "//components/autofill/core/common",