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

Unified Diff: components/arc/BUILD.gn

Issue 2495913002: arc: Convert more Mojo types to STL (Closed)
Patch Set: Rebased 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 7bb6f39296edeeb41b1985172bd94373f96ce3df..7b1908db86878cf4133bc130d089bdb93413693b 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -129,23 +129,12 @@ mojom("arc_bindings_old_types") {
"common/bitmap.mojom",
"common/bluetooth.mojom",
"common/enterprise_reporting.mojom",
- "common/ime.mojom",
"common/intent_helper.mojom",
- "common/metrics.mojom",
"common/net.mojom",
"common/notifications.mojom",
- "common/obb_mounter.mojom",
- "common/policy.mojom",
- "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",
"common/video_accelerator.mojom",
- "common/wallpaper.mojom",
]
public_deps = [
@@ -165,6 +154,17 @@ mojom("arc_bindings") {
"common/clipboard.mojom",
"common/crash_collector.mojom",
"common/file_system.mojom",
+ "common/ime.mojom",
+ "common/metrics.mojom",
+ "common/obb_mounter.mojom",
+ "common/policy.mojom",
+ "common/power.mojom",
+ "common/print.mojom",
+ "common/process.mojom",
+ "common/storage_manager.mojom",
+ "common/tts.mojom",
+ "common/video.mojom",
+ "common/wallpaper.mojom",
]
public_deps = [
« no previous file with comments | « chrome/browser/chromeos/arc/wallpaper/arc_wallpaper_service.cc ('k') | components/arc/ime/arc_ime_bridge_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698