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

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: Fixed messed up indentation 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 f7badfd3dcf4326490336e2f519566ff413e013b..411984b7ccee5f72b0e825afc66e4f5b6e8c0127 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3586,6 +3586,10 @@
'browser/ui/views/location_bar/star_view.h',
'browser/ui/views/location_bar/suggested_text_view.cc',
'browser/ui/views/location_bar/suggested_text_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