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

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

Issue 2415163002: Expand and split DisplayController mojom. (Closed)
Patch Set: Actually fix case statements. Created 4 years, 2 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/manifest.json ('k') | services/ui/public/interfaces/display/display_controller.mojom » ('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/services/ui/public/interfaces/display/BUILD.gn b/services/ui/public/interfaces/display/BUILD.gn
index e46e418acb7c343edd8deb794bd4a6586dcfdff6..02e9cc0aae0b121b3c7746ac667241bafa32d9bd 100644
--- a/services/ui/public/interfaces/display/BUILD.gn
+++ b/services/ui/public/interfaces/display/BUILD.gn
@@ -8,13 +8,12 @@ mojom("display") {
sources = [
"display.mojom",
"display_controller.mojom",
+ "test_display_controller.mojom",
]
public_deps = [
"//ui/gfx/geometry/mojo",
]
-
- use_new_wrapper_types = false
}
mojom("test_interfaces") {
@@ -25,6 +24,4 @@ mojom("test_interfaces") {
public_deps = [
":display",
]
-
- use_new_wrapper_types = false
}
« no previous file with comments | « services/ui/manifest.json ('k') | services/ui/public/interfaces/display/display_controller.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698