Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index 02efe32b1767100280d005ee3771393953420393..ecb31be1019814f94f2328627497c320c134c245 100644 |
--- a/content/common/BUILD.gn |
+++ b/content/common/BUILD.gn |
@@ -95,8 +95,9 @@ source_set("common") { |
] |
deps += [ |
- "//webkit:resources", |
"//content:resources", |
+ "//third_party/WebKit/public:resources", |
+ "//webkit/glue/resources", |
] |
libs += [ "QuartzCore.framework" ] |
} |