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

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: Support new GURL interface at https://chromium.googlesource.com/chromium/src/+/dfbcc3b7926990bbf523… 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
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc.gypi
diff --git a/components/arc.gypi b/components/arc.gypi
index a5e083518aa583c1f72d8eac204e264bf7296d86..5517d2c9dd49657dc7694e6f607979150fcfd7f1 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',
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698