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

Unified Diff: content/public/app/BUILD.gn

Issue 2451413003: Introduce Device Service (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/browser_context.cc ('k') | services/device/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/BUILD.gn
diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
index 4a7c3a846da43a2c8e790eba69f11ac509fdbfe6..620f170618c97393351e840fd0f89a7ac6ed6ef0 100644
--- a/content/public/app/BUILD.gn
+++ b/content/public/app/BUILD.gn
@@ -170,11 +170,13 @@ service_manifest("browser_manifest") {
name = "content_browser"
source = "mojo/content_browser_manifest.json"
packaged_services = [
+ "device",
"file",
"media",
]
deps = [
"//media/mojo/services:media_manifest",
+ "//services/device:manifest",
"//services/file:manifest",
]
}
« no previous file with comments | « content/browser/browser_context.cc ('k') | services/device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698