Bug 82538

Summary: Chromium duplicates logic to find the build directory in python
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: dpranke, schenney, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.