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

Unified Diff: components/arc.gypi

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.gypi
diff --git a/components/arc.gypi b/components/arc.gypi
index 63e0236a8ce22eec233911474142ef207e000fe2..f67dac76ce1a683afed8c29e7f2ad9776fa61bb7 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -50,6 +50,8 @@
'arc/input/arc_input_bridge.h',
'arc/net/arc_net_host_impl.cc',
'arc/net/arc_net_host_impl.h',
+ 'arc/policy/arc_policy_bridge.cc',
+ 'arc/policy/arc_policy_bridge.h',
'arc/power/arc_power_bridge.cc',
'arc/power/arc_power_bridge.h',
],
@@ -112,6 +114,7 @@
'arc/common/intent_helper.mojom',
'arc/common/net.mojom',
'arc/common/notifications.mojom',
+ 'arc/common/policy.mojom',
'arc/common/power.mojom',
'arc/common/process.mojom',
'arc/common/video.mojom',

Powered by Google App Engine
This is Rietveld 408576698