WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Tony Chang
Comment 1
2011-01-21 15:42:09 PST
Created
attachment 79805
[details]
Patch
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
Here's the same logic in gyp_chromium that would fail for the same reason:
http://git.chromium.org/gitweb/?p=chromium.git;a=blob;f=build/gyp_chromium;h=21717705f30340011f5128ff3f7439955812d8ea;hb=HEAD#l107
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
Committed
r76527
: <
http://trac.webkit.org/changeset/76527
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug