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

Unified Diff: components/arc/BUILD.gn

Issue 2168533002: Remove window_manager.mojom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « components/arc.gypi ('k') | components/arc/arc_bridge_service.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 c4c870a71cf71a0344fcbcb1ccc8adfab6fd10ff..e0ebe6182b771763d7a8681b11b2bf12fecb8783 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -56,8 +56,6 @@ static_library("arc") {
"storage_manager/arc_storage_manager.h",
"user_data/arc_user_data_service.cc",
"user_data/arc_user_data_service.h",
- "window_manager/arc_window_manager_bridge.cc",
- "window_manager/arc_window_manager_bridge.h",
]
deps = [
@@ -153,7 +151,6 @@ mojom("arc_bindings") {
"common/storage_manager.mojom",
"common/video.mojom",
"common/video_accelerator.mojom",
- "common/window_manager.mojom",
]
deps = [
« no previous file with comments | « components/arc.gypi ('k') | components/arc/arc_bridge_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698