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

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: added visibility check to browsertest Created 5 years, 3 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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/common/wake_lock_service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 17113e25a06a8099d7765d9d69f7964705dd648d..6c9902826536fc99bb011b99950b3b08ba2b2ad9 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -502,6 +502,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" ]
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/common/wake_lock_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698