RESOLVED WONTFIX 82538
Chromium duplicates logic to find the build directory in python
https://bugs.webkit.org/show_bug.cgi?id=82538
Summary Chromium duplicates logic to find the build directory in python
Ryosuke Niwa
Reported 2012-03-28 15:07:33 PDT
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
Note You need to log in before you can comment on or make changes to this bug.