summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-09 05:40:43 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-09 05:40:43 +0000
commit09f1e97c9849196d1675a81f5bb505544d085d53 (patch)
tree9fc5c0bbf3c6a1e0ddbdb1efe8111e287b7a006d /chrome/chrome.gyp
parent25964ef7c3b8913992d295c3d48fc227a614ed42 (diff)
downloadchromium_src-09f1e97c9849196d1675a81f5bb505544d085d53.zip
chromium_src-09f1e97c9849196d1675a81f5bb505544d085d53.tar.gz
chromium_src-09f1e97c9849196d1675a81f5bb505544d085d53.tar.bz2
Mac: Make download shelf use GTM ui stuff.
xib changes (a bit more complicated than anticipated, because GTMUI decided to resize the image view to 0x0, since its image is only loaded in DownloadShelfController's awakeFromNib -- hence I couldn't make the image view a child of the width-based resizer): * Replace text view with a button that has a HyperlinkView cell * Change its text to ^IDS_SHOW_ALL_DOWNLOADS * Add localizer and ui localizer/layout tweaker objects * Put close button and new button into a width-based tweaker * Put item container and image view into a box * Let width-based tweaker resize said box No intended functionality change. This is a prerequisite for http://codereview.chromium.org/371059 . BUG=None TEST=download shelf still looks like it did before, resizing hides download items when the icon would touch them. Review URL: http://codereview.chromium.org/377026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31421 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-xchrome/chrome.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index a876f40..51dc100 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -2659,6 +2659,7 @@
'app/nibs/BookmarkNameFolder.xib',
'app/nibs/ClearBrowsingData.xib',
'app/nibs/DownloadItem.xib',
+ 'app/nibs/DownloadShelf.xib',
'app/nibs/EditSearchEngine.xib',
'app/nibs/FirstRunDialog.xib',
'app/nibs/HttpAuthLoginSheet.xib',