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

Unified Diff: chrome/test/BUILD.gn

Issue 2701313002: Adds a modal dialog implementation of the settings reset prompt. (Closed)
Patch Set: Fix constness in mock test class Created 3 years, 10 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
« no previous file with comments | « chrome/browser/ui/views/settings_reset_prompt_dialog_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index ec513c1744853230ffdd9fd1616838555f388c86..20cd282c11fdb979b154e2de2dbbffea8ae9f552 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2560,7 +2560,10 @@ test("browser_tests") {
}
}
if (is_win) {
- sources += [ "../browser/extensions/api/networking_private/networking_private_credentials_getter_browsertest.cc" ]
+ sources += [
+ "../browser/extensions/api/networking_private/networking_private_credentials_getter_browsertest.cc",
+ "../browser/ui/views/settings_reset_prompt_dialog_browsertest.cc",
+ ]
}
if (is_mac || is_win) {
sources += [
« no previous file with comments | « chrome/browser/ui/views/settings_reset_prompt_dialog_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698