diff options
author | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-25 17:20:28 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-25 17:20:28 +0000 |
commit | 0fdd086ce3dd6fa5e0829be0c1c7c9b019397926 (patch) | |
tree | 9f321c9263d4ec96b0b37da0e087a11228d58875 /skia/skia.gyp | |
parent | 85d983901debfc73020e79faf6bb8bb06310cb2f (diff) | |
download | chromium_src-0fdd086ce3dd6fa5e0829be0c1c7c9b019397926.zip chromium_src-0fdd086ce3dd6fa5e0829be0c1c7c9b019397926.tar.gz chromium_src-0fdd086ce3dd6fa5e0829be0c1c7c9b019397926.tar.bz2 |
Relanding Skia DEPS roll (reverted in 184418)
> Revert 184402 due to .DEPS.git SNAFU
>
> > Roll Skia DEPS to r7840
> >
> > control: https://codereview.chromium.org/12326095/
> > Review URL: https://codereview.chromium.org/12315072
>
> TBR=robertphillips@google.com
> Review URL: https://codereview.chromium.org/12317099
TBR=robertphillips@google.com
Review URL: https://codereview.chromium.org/12314098
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184426 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 2bb2b4c2..fe02a50 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -202,6 +202,7 @@ '../third_party/skia/include/core', '../third_party/skia/include/effects', '../third_party/skia/include/images', + '../third_party/skia/include/lazy', '../third_party/skia/include/pdf', '../third_party/skia/include/pipe', '../third_party/skia/include/ports', @@ -657,6 +658,7 @@ '../third_party/skia/include/core', '../third_party/skia/include/effects', '../third_party/skia/include/images', + '../third_party/skia/include/lazy', '../third_party/skia/include/utils', '../third_party/skia/src/core', ], @@ -843,6 +845,7 @@ '../third_party/skia/include/core', '../third_party/skia/include/effects', '../third_party/skia/include/images', + '../third_party/skia/include/lazy', '../third_party/skia/include/utils', '../third_party/skia/src/core', ], |