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

Unified Diff: components/arc/BUILD.gn

Issue 2511253002: arc: bluetooth: enable use_new_wrapper_types for bluetooth.mojom (Closed)
Patch Set: Rebase again 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 | components/arc/bluetooth/arc_bluetooth_bridge.h » ('j') | 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 ce6677c7cd3ae0de99e83a9f3ffc23f4a620ae9d..08e868b28eb98d6765d45ce6e1e4dfb4d33daccf 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -127,7 +127,6 @@ static_library("arc_base") {
# TODO(crbug.com/662510): Remove this altogether.
mojom("arc_bindings_old_types") {
sources = [
- "common/bluetooth.mojom",
"common/net.mojom",
]
@@ -146,6 +145,7 @@ mojom("arc_bindings") {
"common/audio.mojom",
"common/auth.mojom",
"common/bitmap.mojom",
+ "common/bluetooth.mojom",
"common/boot_phase_monitor.mojom",
"common/clipboard.mojom",
"common/crash_collector.mojom",
« no previous file with comments | « no previous file | components/arc/bluetooth/arc_bluetooth_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698