Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move glue, appcache, and database targets out of webkit into gypi files. | tony@chromium.org | 2010-03-15 | 2 | -3/+6 |
| | | | | | | | | | | | We include these new gypi files from webkit.gyp (used when building within a chromium checkout) and from webkit_support.gyp (used when building from within a webkit checkout). TEST=everything still compiles Review URL: http://codereview.chromium.org/840003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41563 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Allow including media/ files. | tkent@google.com | 2010-03-04 | 1 | -0/+3 |
| | | | | | | | | | TEST=none BUG=none TBR=darin Review URL: http://codereview.chromium.org/669050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40612 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Initial change for DumpRrenderTree support library | tkent@google.com | 2010-03-04 | 8 | -0/+627 |
This library provides: - An implementation of WebKitClient, - An implementation of WebPlugin, - An implementation of WebMediaPalyer, - Initialization and termination functions, - Two function for database, and - Some functions required by webkit_glue. webkit_support.gyp is not referred by build/all.gyp. A gyp for DRT/chromium in WebKit tree will refer to it. BUG=none TEST=none. This is a part of test code. Review URL: http://codereview.chromium.org/652226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40610 0039d316-1c4b-4281-b951-d872f2087c98 |