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

Unified Diff: components/arc/BUILD.gn

Issue 1534423002: Revert of arc-bridge: Move most methods to Mojo interfaces (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 5 years 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 b854d600bb41f0e0b3d2d98f7d3d3edd0b7ab17f..4f96906afccc50e2b64bb596e579912cac3b37be 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -40,21 +40,13 @@
mojom("arc_bindings") {
sources = [
- "common/app.mojom",
"common/arc_bridge.mojom",
- "common/input.mojom",
- "common/notifications.mojom",
- "common/power.mojom",
- "common/process.mojom",
- "common/settings.mojom",
]
}
static_library("arc_test_support") {
testonly = true
sources = [
- "test/fake_app_instance.cc",
- "test/fake_app_instance.h",
"test/fake_arc_bridge_instance.cc",
"test/fake_arc_bridge_instance.h",
"test/fake_arc_bridge_service.cc",
@@ -65,7 +57,6 @@
":arc",
":arc_bindings",
"//base",
- "//mojo/common:common_base",
]
}
« 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