Commit 17fc388f authored by Makoto Shimazu's avatar Makoto Shimazu Committed by Commit Bot

Add //ui/base:features as the dep of power_save_blocker

Ozone also includes ui/base/ui_base_features.h. Added a dependency of
//ui/base:features.

TBR=hashimoto@chromium.org

Bug: 1136388
Change-Id: I2a8f4f3ba449f089b46710dc52562ab6b5898f80
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2460255Reviewed-by: default avatarRyo Hashimoto <hashimoto@chromium.org>
Reviewed-by: default avatarMakoto Shimazu <shimazu@chromium.org>
Commit-Queue: Makoto Shimazu <shimazu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#815056}
parent 99092392
...@@ -54,7 +54,10 @@ source_set("power_save_blocker") { ...@@ -54,7 +54,10 @@ source_set("power_save_blocker") {
] ]
} }
if (use_ozone) { if (use_ozone) {
deps += [ "//ui/display:display" ] deps += [
"//ui/base:features",
"//ui/display:display",
]
} }
} else if (is_mac) { } else if (is_mac) {
sources += [ "power_save_blocker_mac.cc" ] sources += [ "power_save_blocker_mac.cc" ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment