diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-13 23:22:33 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-13 23:22:33 +0000 |
commit | 0735266658f996210b6f43142ce7f4c55f47ae13 (patch) | |
tree | d4e2c01970b8c7df5f6428f2aac188515a4ea509 /DEPS | |
parent | 9993401b31ffd1b18f100982f8d75824019f9a11 (diff) | |
download | chromium_src-0735266658f996210b6f43142ce7f4c55f47ae13.zip chromium_src-0735266658f996210b6f43142ce7f4c55f47ae13.tar.gz chromium_src-0735266658f996210b6f43142ce7f4c55f47ae13.tar.bz2 |
Initial support for theming on Mac OS X.
Patch by alcor.
Original review: http://codereview.chromium.org/149204
BUG=http://crbug.com/14451
TEST=Open a theme, watch it apply.
Review URL: http://codereview.chromium.org/155355
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20560 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -57,7 +57,7 @@ deps = { "src/tools/page_cycler/acid3": "/trunk/deps/page_cycler/acid3@19546", - + # TODO(jianli): Remove this once we do not need to run worker's layout tests # in ui test. "src/chrome/test/data/workers/LayoutTests/fast/workers": @@ -81,7 +81,7 @@ deps_os = { }, "mac": { "src/third_party/GTM": - "http://google-toolbox-for-mac.googlecode.com/svn/trunk@119", + "http://google-toolbox-for-mac.googlecode.com/svn/trunk@154", "src/third_party/pdfsqueeze": "http://pdfsqueeze.googlecode.com/svn/trunk@2", "src/third_party/WebKit/WebKit/mac": |