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

Unified Diff: components/arc/BUILD.gn

Issue 2511253002: arc: bluetooth: enable use_new_wrapper_types for bluetooth.mojom (Closed)
Patch Set: rebase to ToT 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
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index 8d7adaed7c541750405743d28edaf4d836cf05cf..0deb70ba22c53a805b89b00c0df118b8e9460c8b 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -128,7 +128,6 @@ static_library("arc_base") {
mojom("arc_bindings_old_types") {
sources = [
"common/bitmap.mojom",
- "common/bluetooth.mojom",
"common/net.mojom",
"common/video_accelerator.mojom",
]
@@ -147,6 +146,7 @@ mojom("arc_bindings") {
"common/arc_bridge.mojom",
"common/audio.mojom",
"common/auth.mojom",
+ "common/bluetooth.mojom",
"common/boot_phase_monitor.mojom",
"common/clipboard.mojom",
"common/crash_collector.mojom",

Powered by Google App Engine
This is Rietveld 408576698