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

Unified Diff: chrome/test/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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index f7c7431c3000380cb84893d17bff6f657702c773..75ac630a403927a0211ef050a15e77f5bd656a00 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2528,6 +2528,11 @@ test("browser_tests") {
]
}
}
+ if (is_win) {
+ sources += [
+ "../browser/extensions/api/networking_private/networking_private_credentials_getter_browsertest.cc",
+ ]
+ }
if (is_mac || is_win) {
sources += [
"../browser/extensions/api/networking_private/networking_private_apitest.cc",

Powered by Google App Engine
This is Rietveld 408576698