diff options
author | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-26 13:22:58 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-26 13:22:58 +0000 |
commit | c330db31c56505c239a06d3bf4271f1d35ef73a9 (patch) | |
tree | 71195df3b839612b3ac477e35a715e83397bf6e0 /skia | |
parent | 2364ee7117c948b080f7c31e68487975a5fda408 (diff) | |
download | chromium_src-c330db31c56505c239a06d3bf4271f1d35ef73a9.zip chromium_src-c330db31c56505c239a06d3bf4271f1d35ef73a9.tar.gz chromium_src-c330db31c56505c239a06d3bf4271f1d35ef73a9.tar.bz2 |
Roll Skia DEPS to r8871 (take 2)
Review URL: https://codereview.chromium.org/14359013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196716 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 011e34d..5f711ac 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -210,6 +210,7 @@ '../third_party/skia/include/effects', '../third_party/skia/include/images', '../third_party/skia/include/lazy', + '../third_party/skia/include/pathops', '../third_party/skia/include/pdf', '../third_party/skia/include/pipe', '../third_party/skia/include/ports', @@ -553,6 +554,7 @@ '../third_party/skia/include/pdf', '../third_party/skia/include/gpu', '../third_party/skia/include/gpu/gl', + '../third_party/skia/include/pathops', '../third_party/skia/include/pipe', '../third_party/skia/include/ports', '../third_party/skia/include/utils', @@ -635,6 +637,7 @@ '../third_party/skia/include/effects', '../third_party/skia/include/images', '../third_party/skia/include/lazy', + '../third_party/skia/include/pathops', '../third_party/skia/include/utils', '../third_party/skia/src/core', ], @@ -754,6 +757,7 @@ 'config', '../third_party/skia/include/config', '../third_party/skia/include/core', + '../third_party/skia/include/pathops', '../third_party/skia/src/core', ], 'conditions': [ @@ -818,6 +822,7 @@ '../third_party/skia/include/effects', '../third_party/skia/include/images', '../third_party/skia/include/lazy', + '../third_party/skia/include/pathops', '../third_party/skia/include/utils', '../third_party/skia/src/core', ], |