diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-09 20:41:32 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-09 20:41:32 +0000 |
commit | 16bcfa59e15fdd69ac98f44fb54c29eccd8305e8 (patch) | |
tree | f70759972b7d29cd6fcc2a627579d9799a305988 /DEPS | |
parent | d6773feb98254f837edcad81ad122959322fcb1b (diff) | |
download | chromium_src-16bcfa59e15fdd69ac98f44fb54c29eccd8305e8.zip chromium_src-16bcfa59e15fdd69ac98f44fb54c29eccd8305e8.tar.gz chromium_src-16bcfa59e15fdd69ac98f44fb54c29eccd8305e8.tar.bz2 |
[Mac] Polish the infobars.
This makes sure all the text sizes and baselines are correct. Roll GTM DEPS
r452:453 to pick up a fix for sizeToFit on rounded texture buttons.
BUG=86410
TEST=Anal polish.
Review URL: http://codereview.chromium.org/7601028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96058 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -323,7 +323,7 @@ deps_os = { "/trunk/deps/reference_builds/chrome_mac@89574", "src/third_party/GTM": - (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@452", + (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@453", "src/third_party/pdfsqueeze": (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4", "src/third_party/lighttpd": |