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

Unified Diff: chrome/test/BUILD.gn

Issue 2650583012: MacViews: Enable views based Ask Google For Suggestions dialog behind secondary-ui-md flag. (Closed)
Patch Set: Rebase. 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/confirm_bubble_views.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 3ed441162b39d3a81f9376f78073233dedeb5a56..59eddeb59fb4a60203bc53bf92b0aa490be7a9c9 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1715,6 +1715,7 @@ test("browser_tests") {
"../browser/sessions/session_restore_browsertest_chromeos.cc",
"../browser/sessions/tab_restore_browsertest.cc",
"../browser/site_details_browsertest.cc",
+ "../browser/ui/ask_google_for_suggestions_dialog_browsertest.cc",
# If this list is used on Android in the future, these browser/speech/*
# files will probably not be applicable.
@@ -4783,6 +4784,7 @@ test("unit_tests") {
"../../ui/views/controls/webview/webview_unittest.cc",
"../browser/ui/views/apps/app_info_dialog/app_info_dialog_views_unittest.cc",
"../browser/ui/views/apps/app_info_dialog/app_info_permissions_panel_unittest.cc",
+ "../browser/ui/views/confirm_bubble_views_unittest.cc",
"../browser/ui/views/website_settings/website_settings_popup_view_unittest.cc",
]
if (is_chromeos) {
@@ -4803,7 +4805,6 @@ test("unit_tests") {
"../browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc",
"../browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc",
"../browser/ui/views/bookmarks/bookmark_menu_delegate_unittest.cc",
- "../browser/ui/views/confirm_bubble_views_unittest.cc",
"../browser/ui/views/device_chooser_content_view_unittest.cc",
"../browser/ui/views/download/download_item_view_unittest.cc",
"../browser/ui/views/extensions/chooser_dialog_view_unittest.cc",
« no previous file with comments | « chrome/browser/ui/views/confirm_bubble_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698