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

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

Issue 2610953003: Convert utility process WiFi Credentials IPC to mojo (Closed)
Patch Set: Review comments round #2. 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..55a9e5d4600e8fea77e38e6e4100d07b9ac2a39a 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_getter.mojom",
dcheng 2017/01/18 00:39:22 Should we only conditionally compile this interfac
Noel Gordon 2017/01/18 01:47:14 Yes, seems to work. Done.
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698