Roll GTM to 626.

This roll fixes the -Wdeprecated-declarations and -Wenum-conversion
warnings on iOS builds.

r626 Update the line break mode to use the updated constant, NSLineBreakByClipping, instead of UILineBreakModeClip
r625 Fix up some assertions so that they don't run into issues with format strings not being constants.
r624 Fix up build breakage on older compilers in GTMScriptRunner.m
r623 Edited wiki page iPhoneUnitTesting through web user interface.
r622 Edited wiki page iPhoneUnitTesting through web user interface.
r621 Fix for GTMScriptRunner:run:standardError: deadlocks with full error pipe
r620 Adding support for unit tests using ARC.
r619 Fix up some compiler warnings.
r618 Turn on three warnings that were on in Pulse but not on for local development.
r617 Deprecate GTMObjectSingleton for 10.9/iOS 7 to force removal of the dependency from projects using it.

BUG=None
TEST=None

Review URL: https://codereview.chromium.org/150363002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251840 0039d316-1c4b-4281-b951-d872f2087c98
parent 41ab39bf
......@@ -32,7 +32,7 @@ vars = {
# After changing nacl_revision, run 'glient sync' and check native_client/DEPS
# to update other nacl_*_revision's.
"nacl_tools_revision": "12760", # native_client/DEPS: tools_rev
"google_toolbox_for_mac_revision": "616",
"google_toolbox_for_mac_revision": "626",
"libaddressinput_revision": "176",
"libphonenumber_revision": "621",
"libvpx_revision": "248011",
......
Name: Google Toolbox for Mac
Short Name: google-toolbox-for-mac
URL: http://code.google.com/p/google-toolbox-for-mac/
Version: 616
Version: 626
Security Critical: Yes
License: Apache 2.0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment