Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(371)

Unified Diff: ios/web/BUILD.gn

Issue 2443373002: Split //ios/chrome/browser in multiple targets. (Closed)
Patch Set: Rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/public/provider/chrome/browser/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
}
« no previous file with comments | « ios/public/provider/chrome/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698