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

Unified Diff: content/common/BUILD.gn

Issue 1107333002: Wake Lock API implementation (Chromium part) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 241872a397dd603aa95ddcf51f790f12e81bffd7..4ed1539b0e0ade52707a226b6206bf93d8663dce 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -501,6 +501,7 @@ mojom("mojo_bindings") {
"service_port_service.mojom",
"service_worker/embedded_worker_setup.mojom",
"vr_service.mojom",
+ "wake_lock_service.mojom",
]
import_dirs = [ "//mojo/services" ]

Powered by Google App Engine
This is Rietveld 408576698