Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index b2709f87c89cb73d3cb7494512ee2d85fbc89dee..c03ec2463d7aa42675fcf75b358346509ac07bdd 100644 |
--- a/content/browser/BUILD.gn |
+++ b/content/browser/BUILD.gn |
@@ -381,11 +381,17 @@ source_set("browser") { |
"geolocation/empty_wifi_data_provider.h", |
] |
deps += [ |
+ "//media", |
"//sandbox/mac:sandbox", |
"//third_party/mozilla", |
"//third_party/sudden_motion_sensor", |
"//ui/accelerated_widget_mac", |
] |
+ libs += [ |
+ "Carbon.framework", |
+ "QuartzCore.framework", |
+ "IOSurface.framework", |
+ ] |
} |
if (is_chromeos) { |