| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 5d9e588933e47cbab845f1cfec3cfb3e6ce30ee8..48c6404bc32be3940f924ca9349564819aef84a6 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -406,6 +406,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",
|
|
|