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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 24 22:44:35 PDT 2010


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





--- Comment #6 from Tony Chang (Google) <tony at chromium.org>  2010-03-24 22:44:35 PST ---
(In reply to comment #5)
> can we avoid the wtl dependencies?

This is only needed by webkit/default_plugin/plugin_impl_win.h, which inherits
from app/win/window_impl.h to pop up the dialog about installing plugins.  I'm
not sure how much effort it would be to re-write this or to make a stub
implementation since we don't actually need it for DRT.

> would it be possible for some of these dependencies to be expressed
> through a GYP variable that is defined within the chromium repository?
> 
> it seems like it would be very nice if chromium/DEPS only mentioned
> the things that are directly used by WebKit.  then, if we could
> somehow infer the dependencies that those things require, we could
> greatly minimize what gets hard coded into chromium/DEPS.  That
> would help minimize the cost associated with changing the set of
> dependencies.

fishd just reminded me on chat that gclient supports "From" to include version
from other DEPS files.  I'm going to try to rewrite the DEPS file using "From"

-- 
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