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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2834493007: MacViews: Allows the toolkit-views Zoom Dialog to be used (Closed)
Patch Set: MacViews: Allows the toolkit-views Zoom Dialog to be used (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/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 377aee28839aa43828419c9a67a8f9885d799c1d..680d4234e8b3da613832da64918a137e4a702810 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1514,6 +1514,8 @@ split_static_library("ui") {
"views/harmony/harmony_typography_provider.h",
"views/location_bar/location_bar_bubble_delegate_view.cc",
"views/location_bar/location_bar_bubble_delegate_view.h",
+ "views/location_bar/zoom_bubble_view.cc",
+ "views/location_bar/zoom_bubble_view.h",
"views/login_handler_views.cc",
"views/login_view.cc",
"views/login_view.h",
@@ -1824,8 +1826,6 @@ split_static_library("ui") {
"views/location_bar/selected_keyword_view.h",
"views/location_bar/star_view.cc",
"views/location_bar/star_view.h",
- "views/location_bar/zoom_bubble_view.cc",
- "views/location_bar/zoom_bubble_view.h",
"views/location_bar/zoom_view.cc",
"views/location_bar/zoom_view.h",
"views/omnibox/omnibox_popup_contents_view.cc",

Powered by Google App Engine
This is Rietveld 408576698