Index: third_party/WebKit/Source/web/BUILD.gn |
diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn |
index 149c162e572b64c3bd59cc8de9fd76c2d84b43ff..f652cd2915c1ccda25d4f0135cc8bb6b3e18f228 100644 |
--- a/third_party/WebKit/Source/web/BUILD.gn |
+++ b/third_party/WebKit/Source/web/BUILD.gn |
@@ -51,6 +51,13 @@ component("web") { |
set_sources_assignment_filter(sources_assignment_filter) |
} |
+ if (is_mac) { |
+ libs = [ |
+ "AppKit.framework", |
+ "Foundation.framework", |
+ ] |
+ } |
+ |
if (remove_webcore_debug_symbols) { |
configs -= [ "//build/config/compiler:default_symbols" ] |
configs += [ "//build/config/compiler:no_symbols" ] |