diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-07 20:52:22 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-07 20:52:22 +0000 |
commit | 4bfc422918b7b416e7303e1013b1e08a5f1c9ae4 (patch) | |
tree | 207a842aace475977d96d97b3d3064970c38f672 | |
parent | f5f185314fe42b243b4738972e14d0d0c6b00981 (diff) | |
download | chromium_src-4bfc422918b7b416e7303e1013b1e08a5f1c9ae4.zip chromium_src-4bfc422918b7b416e7303e1013b1e08a5f1c9ae4.tar.gz chromium_src-4bfc422918b7b416e7303e1013b1e08a5f1c9ae4.tar.bz2 |
Provide not-a-Mac stubs for Chromium on the Mac. This is a temporary
local-only change that should not be upstreamed, and will go away when our
Mac build does not use PLATFORM(MAC). DEPS change corresponds to local
WebKit r2963.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2964 0039d316-1c4b-4281-b951-d872f2087c98
-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@2957", + "/trunk/deps/third_party/WebKit@2963", "src/third_party/cygwin": "/trunk/deps/third_party/cygwin@1788", |