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

Unified Diff: components/arc/BUILD.gn

Issue 1523643002: arc-bridge: Move most methods to Mojo interfaces (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Fixed GN build 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
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index 0a518f5c55120d16f7feebc61c529d510603edd5..041c56b30fcad1a558e21ebe946411bb47a13224 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -35,13 +35,20 @@ static_library("arc") {
mojom("arc_bindings") {
sources = [
+ "common/app.mojom",
"common/arc_bridge.mojom",
+ "common/input.mojom",
+ "common/notifications.mojom",
+ "common/power.mojom",
+ "common/process_list.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",
@@ -52,6 +59,7 @@ static_library("arc_test_support") {
":arc",
":arc_bindings",
"//base",
+ "//mojo/common:common_base",
]
}

Powered by Google App Engine
This is Rietveld 408576698