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

Unified Diff: components/arc/BUILD.gn

Issue 1754803003: Implement Stub for policy bridge to ARC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove functionality for OnPolicyChanged due to dependency issues Created 4 years, 9 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 fdf007618af4a2a2276e688d333096bd4490ecc7..4ac95755ad2128eab10eea5a51c0536d64c46b16 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -29,6 +29,8 @@ static_library("arc") {
"input/arc_input_bridge.h",
"net/arc_net_host_impl.cc",
"net/arc_net_host_impl.h",
+ "policy/arc_policy_bridge.cc",
+ "policy/arc_policy_bridge.h",
"power/arc_power_bridge.cc",
"power/arc_power_bridge.h",
]
@@ -71,6 +73,7 @@ mojom("arc_bindings") {
"common/intent_helper.mojom",
"common/net.mojom",
"common/notifications.mojom",
+ "common/policy.mojom",
"common/power.mojom",
"common/process.mojom",
"common/video.mojom",

Powered by Google App Engine
This is Rietveld 408576698