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

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: Comment and 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
« no previous file with comments | « components/wifi/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 62a7d2af1d285fbc6c4b0e74418cc28d75103fa1..fd51e05ec5b903248742c6a11fa776b8e4b8d076 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -374,11 +374,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698