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

Unified Diff: components/arc.gypi

Issue 1590723003: Host-side implementation of ARC Intent handler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 4 years, 11 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 cb38d2997bc14f3f75fab9fd015ed404470a61ba..8a6debe5fed228c5cf59e6f40af2a33d5b214e23 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -37,6 +37,8 @@
'arc/input/arc_input_bridge.h',
'arc/input/arc_input_bridge_impl.cc',
'arc/input/arc_input_bridge_impl.h',
+ 'arc/intent_helper/arc_intent_helper_bridge.cc',
+ 'arc/intent_helper/arc_intent_helper_bridge.h',
'arc/settings/arc_settings_bridge.cc',
'arc/settings/arc_settings_bridge.h',
'arc/power/arc_power_bridge.cc',
@@ -80,6 +82,7 @@
'arc/common/auth.mojom',
'arc/common/clipboard.mojom',
'arc/common/input.mojom',
+ 'arc/common/intent.mojom',
'arc/common/notifications.mojom',
'arc/common/power.mojom',
'arc/common/process.mojom',

Powered by Google App Engine
This is Rietveld 408576698