| Index: content/child/BUILD.gn
|
| diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
|
| index 873c13b8779b42c1cc98df112a291b0115ffbca0..8374bd579097a15bbd24cf36e5ed245584acc37b 100644
|
| --- a/content/child/BUILD.gn
|
| +++ b/content/child/BUILD.gn
|
| @@ -87,11 +87,11 @@ source_set("child") {
|
| sources = []
|
| } else {
|
| deps += [
|
| + "//content/app/strings",
|
| "//crypto:platform",
|
| "//third_party/WebKit/public:blink",
|
| "//third_party/npapi",
|
| "//webkit:resources",
|
| - "//webkit:strings",
|
| "//webkit/child",
|
| "//webkit/common",
|
| ]
|
|
|