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

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: add missing OnNetInstanceReady and CloseNetChannel calls 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_service_manager.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 20dbad60a7327a49d60e77ad49eb5f3953df5805..6b328df80d0a8cee98fb80f6f7df4040af882481 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -13,6 +13,7 @@
],
'dependencies': [
'arc_mojo_bindings',
+ 'components.gyp:onc_component',
'../base/base.gyp:base',
'../chromeos/chromeos.gyp:chromeos',
'../chromeos/chromeos.gyp:power_manager_proto',
@@ -43,6 +44,8 @@
'arc/ime/arc_ime_ipc_host_impl.h',
'arc/input/arc_input_bridge.cc',
'arc/input/arc_input_bridge.h',
+ 'arc/net/arc_net_host_impl.cc',
+ 'arc/net/arc_net_host_impl.h',
'arc/power/arc_power_bridge.cc',
'arc/power/arc_power_bridge.h',
'arc/video/arc_video_bridge.cc',
@@ -86,6 +89,7 @@
'arc/common/ime.mojom',
'arc/common/input.mojom',
'arc/common/intent_helper.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_service_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698