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

Unified Diff: chrome/chrome_browser.gypi

Issue 10494004: Implements a zoom icon in the Omnibox for Views. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed comments, improved code executed when a new bubble is opened when another already exists Created 8 years, 6 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/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index f566919275ecba63a1811b02f9dbfffdee609b1e..98cc8180f96d9a2dd83439bc68d0a5dbc5e23e2d 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3669,6 +3669,10 @@
'browser/ui/views/location_bar/suggested_text_view.h',
'browser/ui/views/location_bar/touchable_location_bar_view.cc',
'browser/ui/views/location_bar/touchable_location_bar_view.h',
+ 'browser/ui/views/location_bar/zoom_bubble_view.cc',
+ 'browser/ui/views/location_bar/zoom_bubble_view.h',
+ 'browser/ui/views/location_bar/zoom_view.cc',
+ 'browser/ui/views/location_bar/zoom_view.h',
'browser/ui/views/login_prompt_views.cc',
'browser/ui/views/login_view.cc',
'browser/ui/views/login_view.h',

Powered by Google App Engine
This is Rietveld 408576698