diff options
author | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-23 14:52:40 +0000 |
---|---|---|
committer | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-23 14:52:40 +0000 |
commit | 8eb0eeb9f703499723f8a57ece452f44ac8722e9 (patch) | |
tree | f7cbe819af7ac082ff90fa438e7e6e98ea60c424 | |
parent | a17601f3d3af6ffd29d9a2ab1fbc47cfcea94c39 (diff) | |
download | chromium_src-8eb0eeb9f703499723f8a57ece452f44ac8722e9.zip chromium_src-8eb0eeb9f703499723f8a57ece452f44ac8722e9.tar.gz chromium_src-8eb0eeb9f703499723f8a57ece452f44ac8722e9.tar.bz2 |
Retrieve only what we need from the skia repo: src and include directories. This shaves about 38MB off each checkout.
NOTE: svn will nag you about your existing skia dir, which is no longer versioned (only the subdirs skia/src and skia/include are). The warning is benign, but in order to silence this nagging, remove the src/third_party/skia line from .gclient_entries.
TEST=will it blend--i mean, build?
BUG=none
Review URL: http://codereview.chromium.org/320007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29892 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -45,8 +45,11 @@ deps = { "src/native_client": "http://nativeclient.googlecode.com/svn/trunk/src/native_client@894", - "src/third_party/skia": - "http://skia.googlecode.com/svn/trunk@404", + "src/third_party/skia/src": + "http://skia.googlecode.com/svn/trunk/src@404", + + "src/third_party/skia/include": + "http://skia.googlecode.com/svn/trunk/include@404", "src/third_party/WebKit/LayoutTests": Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |