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

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

Issue 2123613002: Add a mojom/StructTrait for display::Display. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move unit test target. Created 4 years, 5 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 | « services/ui/public/interfaces/BUILD.gn ('k') | services/ui/public/interfaces/display/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/display/BUILD.gn
diff --git a/ui/events/devices/mojo/BUILD.gn b/services/ui/public/interfaces/display/BUILD.gn
similarity index 78%
copy from ui/events/devices/mojo/BUILD.gn
copy to services/ui/public/interfaces/display/BUILD.gn
index fe65d7d19735568070fee21df3eff6c210f46cfc..265dba3e495f734de1d0f205baf175349178057b 100644
--- a/ui/events/devices/mojo/BUILD.gn
+++ b/services/ui/public/interfaces/display/BUILD.gn
@@ -4,9 +4,9 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("mojo") {
+mojom("display") {
sources = [
- "input_devices.mojom",
+ "display.mojom",
]
public_deps = [
@@ -16,10 +16,10 @@ mojom("mojo") {
mojom("test_interfaces") {
sources = [
- "device_struct_traits_test.mojom",
+ "display_struct_traits_test.mojom",
]
public_deps = [
- ":mojo",
+ ":display",
]
}
« no previous file with comments | « services/ui/public/interfaces/BUILD.gn ('k') | services/ui/public/interfaces/display/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698