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

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: rebase + incorporate code review feedback 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 0a5501de2c78b0ae79d61c0035b9db2cb3a98519..a4a0f93f55c3243bc347d0bdac66bb33a31b51a0 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -25,6 +25,8 @@ static_library("arc") {
"ime/arc_ime_ipc_host_impl.h",
"input/arc_input_bridge.cc",
"input/arc_input_bridge.h",
+ "net/arc_net_host_impl.cc",
+ "net/arc_net_host_impl.h",
"power/arc_power_bridge.cc",
"power/arc_power_bridge.h",
"video/arc_video_bridge.cc",
@@ -37,6 +39,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/ime.mojom",
"common/input.mojom",
"common/intent_helper.mojom",
+ "common/net.mojom",
"common/notifications.mojom",
"common/power.mojom",
"common/process.mojom",

Powered by Google App Engine
This is Rietveld 408576698