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

Unified Diff: components/arc/BUILD.gn

Issue 1610813003: Merge arc/common/settings.mojom into intent_helper.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index e71c8b0809347a4abdf3cc8e283c5291d1d6ddec..8cc10e70412db65384a43953a0e666a5843aae49 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -28,8 +28,6 @@ static_library("arc") {
"intent_helper/arc_intent_helper_bridge.h",
"power/arc_power_bridge.cc",
"power/arc_power_bridge.h",
- "settings/arc_settings_bridge.cc",
- "settings/arc_settings_bridge.h",
"video/arc_video_bridge.cc",
"video/arc_video_bridge.h",
"video/video_host_delegate.h",
@@ -69,7 +67,6 @@ mojom("arc_bindings") {
"common/notifications.mojom",
"common/power.mojom",
"common/process.mojom",
- "common/settings.mojom",
"common/video.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698