Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(927)

Unified Diff: device/power_save_blocker/BUILD.gn

Issue 2867303003: Generalize the API of WakeLockContext mojo interface. (Closed)
Patch Set: Generalize the API of WakeLockContext mojo interface. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/power_save_blocker/BUILD.gn
diff --git a/device/power_save_blocker/BUILD.gn b/device/power_save_blocker/BUILD.gn
index 93e01d4a72e838284b309b3d38288dd1547417fd..3d5a1273e00f4faecb853ed28ce0c9a15e1d25cc 100644
--- a/device/power_save_blocker/BUILD.gn
+++ b/device/power_save_blocker/BUILD.gn
@@ -54,8 +54,8 @@ component("power_save_blocker") {
}
if (is_android) {
- deps += [
- ":jni_headers",
+ deps += [ ":jni_headers" ]
+ public_deps = [
"//ui/android",
]
}
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | device/wake_lock/public/interfaces/wake_lock_context.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698