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

Unified Diff: components/arc.gypi

Issue 1572483002: Implement OnGetNetworks for net.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | components/arc/BUILD.gn » ('j') | components/arc/arc_bridge_service.h » ('J')
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 1e7a8faf5276e2313f38b8b2f3d194b3df3c48ed..1f5d298f22241eea5c686d99fd2abd9fb2100d70 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -36,6 +36,8 @@
'arc/input/arc_input_bridge.h',
'arc/input/arc_input_bridge_impl.cc',
'arc/input/arc_input_bridge_impl.h',
+ 'arc/net/arc_net_host_impl.cc',
+ 'arc/net/arc_net_host_impl.h',
'arc/settings/arc_settings_bridge.cc',
'arc/settings/arc_settings_bridge.h',
'arc/power/arc_power_bridge.cc',
@@ -76,6 +78,7 @@
'arc/common/auth.mojom',
'arc/common/clipboard.mojom',
'arc/common/input.mojom',
+ 'arc/common/net.mojom',
'arc/common/notifications.mojom',
'arc/common/power.mojom',
'arc/common/process.mojom',
« no previous file with comments | « no previous file | components/arc/BUILD.gn » ('j') | components/arc/arc_bridge_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698