Bug 28396

Summary: [Chromium] Decouple Chromium WebKit port from Chromium build system.
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: WebKit Misc.Assignee: Dimitri Glazkov (Google) <dglazkov>
Status: RESOLVED FIXED    
Severity: Normal CC: fishd, michelangelo, mrowe
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 28394, 28882, 29617, 29722, 29749, 29969, 31276    
Bug Blocks: 28395, 28398    

Description Dimitri Glazkov (Google) 2009-08-17 10:29:16 PDT
We should be able to build WebKit Chromium port from svn.webkit.org repository.
Comment 1 Dimitri Glazkov (Google) 2009-08-18 13:32:53 PDT
This will involve at least:

* figuring out how to deal with existing project dependencies (icu38, skia libjpeg, v8, etc.)
* moving (splitting out?) webkit.gyp to WebKit/chromium or someplace like it
Comment 2 Dimitri Glazkov (Google) 2009-08-18 14:42:32 PDT
* modifying update-webkit and build-webkit to work with --chromium switch.
Comment 3 Dimitri Glazkov (Google) 2010-03-02 07:29:24 PST
This already works.