| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index a334f00988be6911cb0f0cbd305478fd40a10d6a..c2542cc1a57f33dd8ac164fff25a685e160edff0 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",
|
|
|