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

Unified Diff: components/arc/BUILD.gn

Issue 1572483002: Implement OnGetNetworks for net.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix more review comments 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
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index e75304112d8cb848e49dc5d180d9a19b3ba0cc00..dc11f1b2fed0fb86537e1870cb29a6d533d0eef9 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -24,6 +24,8 @@ static_library("arc") {
"input/arc_input_bridge.h",
"input/arc_input_bridge_impl.cc",
"input/arc_input_bridge_impl.h",
+ "net/arc_net_host_impl.cc",
stevenjb 2016/01/20 01:43:42 This has chromeos specific code in it, so it needs
cernekee 2016/01/20 01:48:38 Is that true for other modules under components/ar
+ "net/arc_net_host_impl.h",
"power/arc_power_bridge.cc",
"power/arc_power_bridge.h",
"settings/arc_settings_bridge.cc",
@@ -38,6 +40,7 @@ static_library("arc") {
"//base:prefs",
"//chromeos",
"//chromeos:power_manager_proto",
+ "//components/onc",
"//components/signin/core/account_id",
"//ipc:ipc",
"//ipc/mojo:mojo",
@@ -63,6 +66,7 @@ mojom("arc_bindings") {
"common/clipboard.mojom",
"common/ime.mojom",
"common/input.mojom",
+ "common/net.mojom",
"common/notifications.mojom",
"common/power.mojom",
"common/process.mojom",

Powered by Google App Engine
This is Rietveld 408576698