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

Unified Diff: services/device/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/public/app/BUILD.gn ('k') | services/device/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/BUILD.gn
diff --git a/services/ui/test_wm/BUILD.gn b/services/device/BUILD.gn
similarity index 70%
copy from services/ui/test_wm/BUILD.gn
copy to services/device/BUILD.gn
index d8ba438ff6a5a6a990819db081f66f690f4f38eb..e4c33bb4557783168e630f0a5086e2246e37d6e5 100644
--- a/services/ui/test_wm/BUILD.gn
+++ b/services/device/BUILD.gn
@@ -5,27 +5,23 @@
import("//services/service_manager/public/cpp/service.gni")
import("//services/service_manager/public/service_manifest.gni")
-service("test_wm") {
+source_set("lib") {
sources = [
- "test_wm.cc",
+ "device_service.cc",
+ "device_service.h",
]
deps = [
"//base",
"//services/service_manager/public/cpp",
- "//services/ui/public/cpp",
- "//services/ui/public/interfaces",
- "//ui/display",
- "//ui/gfx/geometry/mojo",
]
data_deps = [
":manifest",
- "//services/ui",
]
}
service_manifest("manifest") {
- name = "test_wm"
+ name = "device"
source = "manifest.json"
}
« no previous file with comments | « content/public/app/BUILD.gn ('k') | services/device/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698