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

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: 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 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) {

Powered by Google App Engine
This is Rietveld 408576698