Bug 28396
Summary: | [Chromium] Decouple Chromium WebKit port from Chromium build system. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dimitri Glazkov (Google) <dglazkov> |
Component: | WebKit Misc. | Assignee: | Dimitri Glazkov (Google) <dglazkov> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | fishd, michelangelo, mrowe |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 28394, 28882, 29617, 29722, 29749, 29969, 31276 | ||
Bug Blocks: | 28395, 28398 |
Dimitri Glazkov (Google)
We should be able to build WebKit Chromium port from svn.webkit.org repository.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dimitri Glazkov (Google)
This will involve at least:
* figuring out how to deal with existing project dependencies (icu38, skia libjpeg, v8, etc.)
* moving (splitting out?) webkit.gyp to WebKit/chromium or someplace like it
Dimitri Glazkov (Google)
* modifying update-webkit and build-webkit to work with --chromium switch.
Dimitri Glazkov (Google)
This already works.