[Webkit-unassigned] [Bug 82538] New: Chromium duplicates logic to find the build directory in python
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 28 15:07:33 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=82538
Summary: Chromium duplicates logic to find the build directory
in python
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rniwa at webkit.org
CC: tony at chromium.org, dpranke at chromium.org
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list