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

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: fix onc dep, take 2 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 a5e083518aa583c1f72d8eac204e264bf7296d86..c1daa36ac3979e288fec967f3d56cabd37aae8a7 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',
@@ -42,6 +43,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',
@@ -86,6 +89,7 @@
'arc/common/clipboard.mojom',
'arc/common/ime.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_service_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698