Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index d1e51beb870c267efff0b588d6842826fe360bc1..927906c7dff23e73ff16ac4f4010131292d0e42d 100644 |
--- a/content/browser/BUILD.gn |
+++ b/content/browser/BUILD.gn |
@@ -362,16 +362,8 @@ |
"geolocation/empty_wifi_data_provider.cc", |
"geolocation/empty_wifi_data_provider.h", |
] |
- deps += [ |
- "//sandbox/mac:sandbox", |
- "//third_party/mozilla", |
- "//third_party/sudden_motion_sensor", |
- "//ui/accelerated_widget_mac", |
- ] |
- libs += [ |
- "bsm", |
- "QTKit.framework", |
- ] |
+ deps += [ "//ui/accelerated_widget_mac" ] |
+ libs += [ "bsm" ] |
} |
if (is_chromeos) { |
@@ -391,8 +383,6 @@ |
] |
} 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", |