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

Unified Diff: content/browser/BUILD.gn

Issue 1961473003: [Mac/GN] Set up the component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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
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) {
« no previous file with comments | « components/wifi/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | content/shell/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698