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

Unified Diff: chrome/chrome.gyp

Issue 165272: Add a first attempt at a compact location bar and a status bar. The status ba... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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/views/location_bar_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 22968)
+++ chrome/chrome.gyp (working copy)
@@ -1732,6 +1732,8 @@
'browser/views/chrome_views_delegate.h',
'browser/views/clear_browsing_data.cc',
'browser/views/clear_browsing_data.h',
+ 'browser/views/compact_navigation_bar.cc',
+ 'browser/views/compact_navigation_bar.h',
'browser/views/constrained_window_win.cc',
'browser/views/constrained_window_win.h',
'browser/views/confirm_message_box_dialog.cc',
@@ -1781,6 +1783,8 @@
'browser/views/frame/glass_browser_frame_view.h',
'browser/views/frame/opaque_browser_frame_view.cc',
'browser/views/frame/opaque_browser_frame_view.h',
+ 'browser/views/frame/status_area_view.cc',
+ 'browser/views/frame/status_area_view.h',
'browser/views/fullscreen_exit_bubble.cc',
'browser/views/fullscreen_exit_bubble.h',
'browser/views/go_button.cc',
@@ -2431,6 +2435,10 @@
'<(INTERMEDIATE_DIR)/chrome',
],
'sources/': [
+ ['include', 'browser/views/compact_navigation_bar.cc'],
+ ['include', 'browser/views/compact_navigation_bar.h'],
+ ['include', 'browser/views/frame/status_area_view.cc'],
+ ['include', 'browser/views/frame/status_area_view.h'],
['include', 'browser/views/new_browser_window_widget.cc'],
['include', 'browser/views/new_browser_window_widget.h'],
['include', 'browser/views/panel_controller.cc'],
« no previous file with comments | « chrome/browser/views/location_bar_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698