diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-12 19:52:32 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-12 19:52:32 +0000 |
commit | e8c7a833772c375257edf5b4710ca801ecfa9a84 (patch) | |
tree | a1abb33dab594ccbeeb7a15cc150662cd2beeca8 /DEPS | |
parent | f00b882516bb2e063d9669874a76d950bcad7c94 (diff) | |
download | chromium_src-e8c7a833772c375257edf5b4710ca801ecfa9a84.zip chromium_src-e8c7a833772c375257edf5b4710ca801ecfa9a84.tar.gz chromium_src-e8c7a833772c375257edf5b4710ca801ecfa9a84.tar.bz2 |
[Mac] GTMTheme is going to die!
- DEPS roll to pick up new GTM without GTMTheme
- GTMTheme within chrome until someone gets the cycles to completely remove it and use the core chrome theme objects
- Update all the includes of GTMTheme for the new copy.
BUG=35554
TEST=everything still builds/works
Review URL: http://codereview.chromium.org/596095
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38921 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ deps_os = { "/trunk/deps/reference_builds/chrome_mac@35421", "src/third_party/GTM": - "http://google-toolbox-for-mac.googlecode.com/svn/trunk@293", + "http://google-toolbox-for-mac.googlecode.com/svn/trunk@297", "src/third_party/pdfsqueeze": "http://pdfsqueeze.googlecode.com/svn/trunk@2", "src/third_party/lighttpd": |