Andrew Beveridge <[email protected]> writes: > Hi All, > > I'm trying to build the crosswalk-16 branch from source so I can apply some > patches I've previously been using for custom functionality in chromium. > > However before I even get to the point of customisation, gclient sync is > failing half way through with errors which I'm not sure how to solve. > To me it looks like there's something missing at chromium project's end, as > this produces a 404: > https://chromium.googlesource.com/chromiumos/platform/system_api/ > > However before I report this upstream I'd appreciate if a crosswalk dev > could take a look at these first, in case this is a known issue or I'm > doing something stupid.
I've spoken to Andrew on IRC. This seems to be a problem on Google's side, and I've reported http://crbug.com/563389 upstream. > [...] > Any suggestions would be greatly appreciated - is there any way to > configure gclient to skip this dependency, or is it essential? I could be wrong, but I don't think this is needed by Crosswalk. What you can do temporarily is skip the dependency by adding its path to Crosswalk's DEPS.xwalk (see the part saying "These directories are not relevant to Crosswalk") and gclient sync'ing again. If you are using a managed Crosswalk checkout (i.e. your .gclient contains the line "managed: True"), you need to commit your change first. If you are not using a managed checkout, you can just call `gclient sync'. _______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
