Index: content/child/BUILD.gn |
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn |
index fc0237897167b4cbd2f978e48102c63f97e77344..d9b9a5b81728120bdb1d6d105d959f57c3ebc506 100644 |
--- a/content/child/BUILD.gn |
+++ b/content/child/BUILD.gn |
@@ -87,6 +87,7 @@ source_set("child") { |
sources = [] |
} else { |
deps += [ |
+ "//content/app/resources", |
"//content/app/strings", |
"//crypto:platform", |
"//third_party/WebKit/public:blink", |
@@ -94,7 +95,6 @@ source_set("child") { |
"//third_party/npapi", |
"//webkit/child", |
"//webkit/common", |
- "//webkit/glue/resources", |
] |
} |