| Index: ios/chrome/browser/BUILD.gn
|
| diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
|
| index 829cd499ed87a373a528611ff340f41569d3f840..d7a8a61effda295d058c4b87bea4c1710c215554 100644
|
| --- a/ios/chrome/browser/BUILD.gn
|
| +++ b/ios/chrome/browser/BUILD.gn
|
| @@ -433,6 +433,7 @@ source_set("browser") {
|
| ]
|
|
|
| deps = [
|
| + ":injected_js",
|
| "//base",
|
| "//base:prefs",
|
| "//breakpad:client",
|
| @@ -514,7 +515,6 @@ source_set("browser") {
|
| "//ui/base",
|
| "//ui/gfx",
|
| "//url",
|
| - ":injected_js",
|
|
|
| # TODO(crbug.com/459705): add support for resource packing and change the
|
| # dependency to be on the packed resources instead of the unpacked ones.
|
| @@ -533,8 +533,8 @@ source_set("browser") {
|
|
|
| if (enable_rlz) {
|
| deps += [
|
| - "//components/rlz",
|
| ":rlz",
|
| + "//components/rlz",
|
| ]
|
| }
|
|
|
|
|