Bug 82538
Summary: | Chromium duplicates logic to find the build directory in python | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | dpranke, schenney, tony |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
Right now, chromium_*.py implements _build_path of their own with all fallback paths, etc... However, all other non-Chromium WebKit ports call out to webkit-build-directory, which uses webkitdirs.pm to figure out the build directory. In fact, we even have code for Chromium builds. We should improve the perl version and get rid of the python version to reduce the code duplication.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |