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

Unified Diff: components/arc/BUILD.gn

Issue 2507543003: arc: enable use_new_wrapper_types for {scale_factor,screen_rect}.mojom (Closed)
Patch Set: move screen_rect too 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index 7f7752d4b11dda1c7cf4b7efe608e36136bdd6cd..fb0b1cbfa7640bc70d2ec9df152ab241615d4863 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -131,8 +131,6 @@ mojom("arc_bindings_old_types") {
"common/enterprise_reporting.mojom",
"common/intent_helper.mojom",
"common/net.mojom",
- "common/scale_factor.mojom",
- "common/screen_rect.mojom",
"common/video_accelerator.mojom",
]
@@ -161,6 +159,8 @@ mojom("arc_bindings") {
"common/power.mojom",
"common/print.mojom",
"common/process.mojom",
+ "common/scale_factor.mojom",
+ "common/screen_rect.mojom",
"common/storage_manager.mojom",
"common/tts.mojom",
"common/video.mojom",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698