| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 1a4df4bc3cde9815e76f6f9ac26fff43f0881558..04655ef1995efc99ffd11a45f3e168c29c84ef93 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -379,16 +379,16 @@ source_set("browser") {
|
| "compositor/software_output_device_x11.h",
|
| ]
|
| }
|
| - deps += [ "//ui/compositor" ]
|
| - }
|
|
|
| - if (!use_ozone) {
|
| - sources -= [
|
| - "compositor/overlay_candidate_validator_ozone.cc",
|
| - "compositor/overlay_candidate_validator_ozone.h",
|
| - "compositor/software_output_device_ozone.cc",
|
| - "compositor/software_output_device_ozone.h",
|
| - ]
|
| + if (!use_ozone) {
|
| + sources -= [
|
| + "compositor/overlay_candidate_validator_ozone.cc",
|
| + "compositor/overlay_candidate_validator_ozone.h",
|
| + "compositor/software_output_device_ozone.cc",
|
| + "compositor/software_output_device_ozone.h",
|
| + ]
|
| + }
|
| + deps += [ "//ui/compositor" ]
|
| }
|
|
|
| if (enable_web_speech) {
|
|
|