diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-03 14:14:11 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-03 14:14:11 +0000 |
commit | 89dd579780fe211a4faaada2f37ffbd15165597c (patch) | |
tree | 98ad4daf1dcf5d64e38c997d793dd5feb36cae8e /DEPS | |
parent | 60ca728e2e754338c26c4484826d237791750685 (diff) | |
download | chromium_src-89dd579780fe211a4faaada2f37ffbd15165597c.zip chromium_src-89dd579780fe211a4faaada2f37ffbd15165597c.tar.gz chromium_src-89dd579780fe211a4faaada2f37ffbd15165597c.tar.bz2 |
Re-fork Platform.h to add a couple really simple #ifndef checks to help the
Mac build. These changes should be easy to upstream. Corresponds to local
WebKit change r2828.
Review URL: http://codereview.chromium.org/6238
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2829 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ deps = { "http://googletest.googlecode.com/svn/trunk@63", "src/third_party/WebKit": - "/trunk/deps/third_party/WebKit@2802", + "/trunk/deps/third_party/WebKit@2828", "src/third_party/cygwin": "/trunk/deps/third_party/cygwin@1788", |