Chromium Code Reviews| Index: ios/web/BUILD.gn |
| diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn |
| index 207e5b97348de8088db9316302392596a268d5ca..2f858841eb31961340b208c8bdb615d2cb4f28a1 100644 |
| --- a/ios/web/BUILD.gn |
| +++ b/ios/web/BUILD.gn |
| @@ -294,7 +294,10 @@ source_set("web") { |
| "web_state/wk_web_view_security_util.mm", |
| ] |
| - libs = [ "WebKit.framework" ] |
| + libs = [ |
| + "CoreGraphics.framework", |
| + "WebKit.framework", |
| + ] |
| allow_circular_includes_from = [ ":web_arc" ] |
| } |