[Webkit-unassigned] [Bug 36578] [chromium] update chromium DEPS for upstream compile

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 11 18:17:04 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36578





--- Comment #14 from Tony Chang (Google) <tony at chromium.org>  2010-04-11 18:17:02 PST ---
(In reply to comment #13)
> Created an attachment (id=53122)
 --> (https://bugs.webkit.org/attachment.cgi?id=53122) [details]
> Patch

This patch fixes compile on linux by adding
third_party/yasm/source/patched-yasm and
third_party/ffmpeg/source/patched-ffmpeg-mt to the checkout.

Mac broke because it the new gclient File() syntax uses svn checkout --depth
which is available in svn 1.5+.  It looks like OSX 10.5 comes with svn 1.4.4.

Windows broke because we need to rm -rf third_party/ffmpeg before updating
(we're checkout out some files there, but a subdirectory already has files
checkout there).


Linux and Windows should be fixable, but I'm not sure about Mac.  I don't want
to require new subversion to be installed.  I will talk with MA and maybe we
can get a newer subversion included in depot tools on mac.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list