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

Unified Diff: content/browser/BUILD.gn

Issue 1755973002: Move non-content specific parts of content::MachBroker into base::MachPortBroker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove libbsm from content build rules. Created 4 years, 10 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 | « base/mac/mach_port_broker_unittest.cc ('k') | content/browser/mach_broker_mac.h » ('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 96e7070f49fe04d95609704d7d1dbcaea4250943..623364835530264f4770a6e2950f33f68a0d0884 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -403,10 +403,7 @@ source_set("browser") {
"//third_party/sudden_motion_sensor",
"//ui/accelerated_widget_mac",
]
- libs += [
- "bsm",
- "QTKit.framework",
- ]
+ libs += [ "QTKit.framework" ]
}
if (is_chromeos) {
« no previous file with comments | « base/mac/mach_port_broker_unittest.cc ('k') | content/browser/mach_broker_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698