Bug 34496 - Clean up WebCore's IDL/script copying
Summary: Clean up WebCore's IDL/script copying
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-02 12:36 PST by Adam Roben (:aroben)
Modified: 2010-02-02 12:55 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.19 KB, patch)
2010-02-02 12:36 PST, Adam Roben (:aroben)
sfalken: review+
Details | Formatted Diff | Diff
Stop copying IDL files into $(WebKitOutputDir) (6.22 KB, patch)
2010-02-02 12:37 PST, Adam Roben (:aroben)
sfalken: review+
Details | Formatted Diff | Diff
Rename the scripts used to copy WebCore's bindings generation scripts (16.94 KB, patch)
2010-02-02 12:38 PST, Adam Roben (:aroben)
sfalken: review+
Details | Formatted Diff | Diff
Copy WebCore's bindings generation scripts to a more sensible location (8.96 KB, patch)
2010-02-02 12:38 PST, Adam Roben (:aroben)
sfalken: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2010-02-02 12:36:26 PST
Created attachment 47965 [details]
Patch

WebCore currently copies all its IDL files and generation scripts to $(WebKitOutputDir). But we don't need to copy the IDL files anymore. Let's clean this up!
Comment 1 Adam Roben (:aroben) 2010-02-02 12:37:58 PST
Created attachment 47966 [details]
Stop copying IDL files into $(WebKitOutputDir)
Comment 2 Adam Roben (:aroben) 2010-02-02 12:38:06 PST
Created attachment 47967 [details]
Rename the scripts used to copy WebCore's bindings generation scripts
Comment 3 Adam Roben (:aroben) 2010-02-02 12:38:12 PST
Created attachment 47968 [details]
Copy WebCore's bindings generation scripts to a more sensible location
Comment 4 Adam Roben (:aroben) 2010-02-02 12:55:42 PST
Landed in r54246 - r54249.