diff options
author | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-25 14:14:14 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-25 14:14:14 +0000 |
commit | ff4beb9af52ee7dbd81bdcea4c5e8386632b4365 (patch) | |
tree | 148491dc578024883e850c2e3a4996e180682da6 /skia/skia.gyp | |
parent | 3a9c10cd71cbfd1d861c5f5c0037f466b11e99e0 (diff) | |
download | chromium_src-ff4beb9af52ee7dbd81bdcea4c5e8386632b4365.zip chromium_src-ff4beb9af52ee7dbd81bdcea4c5e8386632b4365.tar.gz chromium_src-ff4beb9af52ee7dbd81bdcea4c5e8386632b4365.tar.bz2 |
Roll Skia DEPS to r7840
control: https://codereview.chromium.org/12326095/
Review URL: https://codereview.chromium.org/12315072
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184402 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', ], |