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

Unified Diff: chrome/test/BUILD.gn

Issue 2610793002: Add a browser test for the views external protocol dialog. (Closed)
Patch Set: Address nit 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
« no previous file with comments | « chrome/browser/ui/views/external_protocol_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 ab0ced4f1b737e18fd6cfacd1a0c17d2032d36ee..b1e42617b806daeab32a59bd9c4ef8037a872f7e 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2126,7 +2126,10 @@ test("browser_tests") {
]
deps += [ "//ui/views" ]
if (!is_chromeos && (!is_mac || mac_views_browser)) {
- sources += [ "../browser/ui/views/profiles/profile_chooser_view_browsertest.cc" ]
+ sources += [
+ "../browser/ui/views/external_protocol_dialog_browsertest.cc",
+ "../browser/ui/views/profiles/profile_chooser_view_browsertest.cc",
+ ]
}
if (!is_mac || mac_views_browser) {
sources += [
« no previous file with comments | « chrome/browser/ui/views/external_protocol_dialog_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698