| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index b0a2263b513b78b154ca6538742996ba3e771509..4f831f7dc36f894f79b948f3b2ee7a8429aff7c6 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -413,6 +413,8 @@ source_set("browser") {
|
| ]
|
| } else { # Not aura.
|
| sources -= [
|
| + "media/capture/cursor_renderer_aura.cc",
|
| + "media/capture/cursor_renderer_aura.h",
|
| "renderer_host/compositor_resize_lock_aura.cc",
|
| "renderer_host/compositor_resize_lock_aura.h",
|
| "renderer_host/input/synthetic_gesture_target_aura.cc",
|
|
|