| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index ad6af0bef30e6ede1e7675275ea3646bfae22810..187dc010e093fe2f068997c31e2dc6df13d0cfdc 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -379,11 +379,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) {
|
|
|