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

Unified Diff: services/ui/public/interfaces/BUILD.gn

Issue 2503063003: Add service name constant for UI service. (Closed)
Patch Set: . 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 | « services/ui/public/cpp/window_tree_host_factory.cc ('k') | services/ui/public/interfaces/constants.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/BUILD.gn
diff --git a/services/ui/public/interfaces/BUILD.gn b/services/ui/public/interfaces/BUILD.gn
index 0b2d7bb2ec9d98efcf671e11c22f6bb35fadbbfc..dfd9be4782457a47e451e272e25465b40c9da067 100644
--- a/services/ui/public/interfaces/BUILD.gn
+++ b/services/ui/public/interfaces/BUILD.gn
@@ -34,6 +34,7 @@ mojom("interfaces") {
]
public_deps = [
+ ":constants",
"//cc/ipc:interfaces",
"//gpu/ipc/common:interfaces",
"//services/ui/public/interfaces/display",
@@ -46,6 +47,12 @@ mojom("interfaces") {
use_new_wrapper_types = false
}
+mojom("constants") {
+ sources = [
+ "constants.mojom",
+ ]
+}
+
test("ui_struct_traits_unittests") {
testonly = true
« no previous file with comments | « services/ui/public/cpp/window_tree_host_factory.cc ('k') | services/ui/public/interfaces/constants.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698