summaryrefslogtreecommitdiffstats
path: root/components/arc.gypi
diff options
context:
space:
mode:
authoryusukes <yusukes@chromium.org>2016-01-19 16:39:09 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-20 00:41:29 +0000
commit379e0814ff680203c0b4d88cc77d339f0d03f70f (patch)
treec81199f7f04db93729e4a009bad83ec54997e478 /components/arc.gypi
parent44384461e5c09949119390beaa045b68c88681a1 (diff)
downloadchromium_src-379e0814ff680203c0b4d88cc77d339f0d03f70f.zip
chromium_src-379e0814ff680203c0b4d88cc77d339f0d03f70f.tar.gz
chromium_src-379e0814ff680203c0b4d88cc77d339f0d03f70f.tar.bz2
Host-side implementation of ARC Intent handler
The new interface, OnOpenUrl(), is implemented in arc_intent_helper_bridge_impl.cc. ARC-side CLs for the interfacve are ag/845051/ and ag/845044/. BUG=577929 TEST=http, https, and mailto URLs are passed from ARC Review URL: https://codereview.chromium.org/1590723003 Cr-Commit-Position: refs/heads/master@{#370240}
Diffstat (limited to 'components/arc.gypi')
-rw-r--r--components/arc.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/arc.gypi b/components/arc.gypi
index a5e0835..5517d2c 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -42,6 +42,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',
@@ -86,6 +88,7 @@
'arc/common/clipboard.mojom',
'arc/common/ime.mojom',
'arc/common/input.mojom',
+ 'arc/common/intent_helper.mojom',
'arc/common/notifications.mojom',
'arc/common/power.mojom',
'arc/common/process.mojom',