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

Unified Diff: chrome/test/BUILD.gn

Issue 2795133002: Chrome Cleaner UI: Add a dialog class for the new UI (Closed)
Patch Set: Addressed Fabio's comments Created 3 years, 8 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 e1f2c4217bfc16f33af8b13aaa302121795f299a..374925dad0aef502b0c6296d44701fd297bcf26c 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2589,6 +2589,7 @@ test("browser_tests") {
sources += [
"../browser/extensions/api/networking_private/networking_private_credentials_getter_browsertest.cc",
"../browser/ui/views/settings_reset_prompt_dialog_browsertest.cc",
+ "../browser/ui/views/srt_prompt_dialog_browsertest.cc",
]
}
if (is_mac || is_win) {

Powered by Google App Engine
This is Rietveld 408576698