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

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

Issue 2610953003: Convert utility process WiFi Credentials IPC to mojo (Closed)
Patch Set: Delete the credentials getter_ early in the browser test. 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..953377fd93d3ecf4e978f219da120ad9bd908999 100644
--- a/chrome/common/extensions/BUILD.gn
+++ b/chrome/common/extensions/BUILD.gn
@@ -26,6 +26,7 @@ group("test_features") {
mojom("mojo_bindings") {
sources = [
"media_parser.mojom",
+ "wifi_credentials.mojom",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698