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

Unified Diff: ash/mus/BUILD.gn

Issue 2411223002: chromeos: Refactor system tray Wi-Fi connect dialog so it works with mash (Closed)
Patch Set: NON_EXPORTED_BASE Created 4 years, 2 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: ash/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index da85a6768f90c529206dbbf2db265147a3ec1f3d..aa20c13a148b5298609b0764ce9c5888f2c2493e 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -131,6 +131,8 @@ source_set("lib") {
if (is_chromeos) {
sources += [
+ "network_connect_delegate_mus.cc",
+ "network_connect_delegate_mus.h",
"system_tray_delegate_mus.cc",
"system_tray_delegate_mus.h",
"vpn_delegate_mus.cc",

Powered by Google App Engine
This is Rietveld 408576698