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

Unified Diff: chrome/common/extensions/BUILD.gn

Issue 2610953003: Convert utility process WiFi Credentials IPC to mojo (Closed)
Patch Set: Add mojom test network name. Created 3 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: chrome/common/extensions/BUILD.gn
diff --git a/chrome/common/extensions/BUILD.gn b/chrome/common/extensions/BUILD.gn
index 763ceb78e3fdf359048275b9d2373c2214e5c3e8..2be3aaafaf4d2cf1cc4ffe96c450671f52c8f177 100644
--- a/chrome/common/extensions/BUILD.gn
+++ b/chrome/common/extensions/BUILD.gn
@@ -28,6 +28,10 @@ mojom("mojo_bindings") {
"media_parser.mojom",
]
+ if (is_win) {
+ sources += [ "wifi_credentials_getter.mojom" ]
+ }
+
public_deps = [
"//mojo/common:common_custom_types",
]

Powered by Google App Engine
This is Rietveld 408576698