Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Android WebView: build fixes for use_system_skia. | torne@chromium.org | 2013-08-16 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | The skia shim headers were not being included at the front of the path because of a gyp processing issue, causing it to pick up the bundled headers instead by mistake; fix the gyp file. Also, some of the chromium code depends on non-public headers; add the required include path for this to work until we can fix the code. BUG=263818,274425 Review URL: https://chromiumcodereview.appspot.com/23064007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218021 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Android WebView: support building against system skia. | torne@chromium.org | 2013-08-12 | 1 | -0/+24 |
Hook up the use_system_skia gyp flag to make it possible to try building against the system version of Skia in the Android WebView. BUG= R=djsollen@google.com, mkosiba@chromium.org, robertphillips@google.com Review URL: https://codereview.chromium.org/22435002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216989 0039d316-1c4b-4281-b951-d872f2087c98 |