RESOLVED FIXED 52935
[chromium] turn off gyp circular dependency checking and roll chromium deps
https://bugs.webkit.org/show_bug.cgi?id=52935
Summary [chromium] turn off gyp circular dependency checking and roll chromium deps
Tony Chang
Reported 2011-01-21 15:41:03 PST
[chromium] turn off gyp circular dependency checking and roll chromium deps
Attachments
Patch (2.49 KB, patch)
2011-01-21 15:42 PST, Tony Chang
jamesr: review+
Tony Chang
Comment 1 2011-01-21 15:42:09 PST
Tony Chang
Comment 2 2011-01-21 15:43:05 PST
Turning off gyp circular dependencies is needed to get us to roll past chromium@72103.
James Robinson
Comment 3 2011-01-21 16:08:34 PST
Are you sure we don't have the circular dependency on mac as well? Which part of the cycle exists only on mac? Would it be better to just fix the dependency issue?
James Robinson
Comment 4 2011-01-21 16:08:45 PST
(In reply to comment #3) > Are you sure we don't have the circular dependency on mac as well? Which part of the cycle exists only on mac? exists only on !mac, that is
Tony Chang
Comment 5 2011-01-21 16:17:43 PST
(In reply to comment #4) > (In reply to comment #3) > > Are you sure we don't have the circular dependency on mac as well? Which part of the cycle exists only on mac? > > exists only on !mac, that is Yes, if it existed on mac, gyp_chromium would have failed. The dependency is here in a *nix only section: http://git.chromium.org/gitweb/?p=chromium.git;a=blob;f=skia/skia.gyp;h=4c51e8aed406af1293e4168899f65d4755fdc815;hb=HEAD#l714 I've notified the original authors (thakis and reed) of the circular dependency and I think they're going to fix it. They'll have to fix it if we need this on mac.
Tony Chang
Comment 6 2011-01-21 16:18:35 PST
James Robinson
Comment 7 2011-01-21 16:53:01 PST
Comment on attachment 79805 [details] Patch T.T
Tony Chang
Comment 8 2011-01-24 09:37:56 PST
Note You need to log in before you can comment on or make changes to this bug.