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

Unified Diff: content/browser/BUILD.gn

Issue 1087873003: Fix errors found in Mac gn component builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try to fix sandbox_mac_unittests Created 5 years, 8 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 | « no previous file | content/common/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 927906c7dff23e73ff16ac4f4010131292d0e42d..d1e51beb870c267efff0b588d6842826fe360bc1 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -362,8 +362,16 @@ source_set("browser") {
"geolocation/empty_wifi_data_provider.cc",
"geolocation/empty_wifi_data_provider.h",
]
- deps += [ "//ui/accelerated_widget_mac" ]
- libs += [ "bsm" ]
+ deps += [
+ "//sandbox/mac:sandbox",
+ "//third_party/mozilla",
+ "//third_party/sudden_motion_sensor",
+ "//ui/accelerated_widget_mac",
+ ]
+ libs += [
+ "bsm",
+ "QTKit.framework",
+ ]
}
if (is_chromeos) {
@@ -383,6 +391,8 @@ source_set("browser") {
]
} else { # Not aura.
sources -= [
+ "renderer_host/compositor_resize_lock_aura.cc",
+ "renderer_host/compositor_resize_lock_aura.h",
"renderer_host/input/synthetic_gesture_target_aura.cc",
"renderer_host/input/synthetic_gesture_target_aura.h",
"renderer_host/native_web_keyboard_event_aura.cc",
« no previous file with comments | « no previous file | content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698