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

Unified Diff: chrome/test/BUILD.gn

Issue 2675213002: [Mac] DialogBrowserTest implementation to invoke Content settings bubble dialogs. (Closed)
Patch Set: Gets it working on Mac 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 7233b8a312e6596448cb199693e4ff8c40d6f663..4d8e0131fdc36c83f8fabb6eebc8cd2814ead038 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2143,6 +2143,7 @@ test("browser_tests") {
"../browser/ui/views/external_protocol_dialog_browsertest.cc",
"../browser/ui/views/frame/browser_non_client_frame_view_browsertest_win.cc",
"../browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc",
+ "../browser/ui/views/location_bar/content_setting_bubble_dialog_browsertest.cc",
"../browser/ui/views/select_file_dialog_extension_browsertest.cc",
]
deps += [ "//ui/views" ]

Powered by Google App Engine
This is Rietveld 408576698