Bug 104078 - [Chromium] webkit_unit_tests should depends on target DumpRenderTree for DumpRenderTree.pak
Summary: [Chromium] webkit_unit_tests should depends on target DumpRenderTree for Dump...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Wei James (wistoch)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-04 19:19 PST by Wei James (wistoch)
Modified: 2013-04-08 17:24 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.54 KB, patch)
2012-12-04 19:21 PST, Wei James (wistoch)
abarth: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wei James (wistoch) 2012-12-04 19:19:31 PST
[Chromium] webkit_unit_tests should depends on target DumpRenderTree for DumpRenderTree.pak
Comment 1 Wei James (wistoch) 2012-12-04 19:21:32 PST
Created attachment 177650 [details]
Patch
Comment 2 Wei James (wistoch) 2012-12-04 19:29:34 PST
webkit_unit_tests will load DumpRenderTree.pak to get localized string.
Comment 3 Adam Barth 2012-12-04 20:10:52 PST
Comment on attachment 177650 [details]
Patch

This dependency doesn't really make sense.  There must be another way to get the required pak file or to make the pak file not required.
Comment 4 Wei James (wistoch) 2012-12-04 20:34:28 PST
(In reply to comment #3)
> (From update of attachment 177650 [details])
> This dependency doesn't really make sense.  There must be another way to get the required pak file or to make the pak file not required.

got it. I will try to fix it in this way. thanks