diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-22 13:02:07 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-22 13:02:07 +0000 |
commit | b7e6c909d97ae845718453961b234cfd181702b3 (patch) | |
tree | b8591fd4463f000fc48db24e752d7be55da654c5 | |
parent | 512fb63473f240681f41db64de547227c6348a5e (diff) | |
download | chromium_src-b7e6c909d97ae845718453961b234cfd181702b3.zip chromium_src-b7e6c909d97ae845718453961b234cfd181702b3.tar.gz chromium_src-b7e6c909d97ae845718453961b234cfd181702b3.tar.bz2 |
[Mac] GTM role to pick up a newer GTM that include a workaround for when Cocoa lies on sizing checkboxes.
TBR=pinkerton
BUG=37743
TEST=en startup wrapps correctly
Review URL: http://codereview.chromium.org/1092006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42211 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ deps_os = { "/trunk/deps/reference_builds/chrome_mac@41963", "src/third_party/GTM": - "http://google-toolbox-for-mac.googlecode.com/svn/trunk@310", + "http://google-toolbox-for-mac.googlecode.com/svn/trunk@312", "src/third_party/pdfsqueeze": "http://pdfsqueeze.googlecode.com/svn/trunk@2", "src/third_party/lighttpd": |