diff options
author | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-27 13:29:19 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-27 13:29:19 +0000 |
commit | b3b0ac84984cab8b4e487dafc9956dd20924892c (patch) | |
tree | 929224d90b17026ca1910f7639d7ca53f761a946 /skia/skia_library_opts.gyp | |
parent | f62684811d2e6aefbbd1723ec7f3f2bd7b5b8a27 (diff) | |
download | chromium_src-b3b0ac84984cab8b4e487dafc9956dd20924892c.zip chromium_src-b3b0ac84984cab8b4e487dafc9956dd20924892c.tar.gz chromium_src-b3b0ac84984cab8b4e487dafc9956dd20924892c.tar.bz2 |
Roll Skia DEPS to r13188
R=reed@google.com
Review URL: https://codereview.chromium.org/147983002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247228 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia_library_opts.gyp')
-rw-r--r-- | skia/skia_library_opts.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skia/skia_library_opts.gyp b/skia/skia_library_opts.gyp index 5e93c6d..9b0b93e 100644 --- a/skia/skia_library_opts.gyp +++ b/skia/skia_library_opts.gyp @@ -32,6 +32,7 @@ ], 'include_dirs': [ '../third_party/skia/include/core', + '../third_party/skia/include/effects', '../third_party/skia/src/core', '../third_party/skia/src/opts', ], @@ -150,6 +151,7 @@ ], 'include_dirs': [ '../third_party/skia/include/core', + '../third_party/skia/include/effects', '../third_party/skia/src/core', ], 'conditions': [ @@ -188,6 +190,7 @@ ], 'include_dirs': [ '../third_party/skia/include/core', + '../third_party/skia/include/effects', '../third_party/skia/src/core', ], 'sources': [ @@ -216,6 +219,7 @@ ], 'include_dirs': [ '../third_party/skia/include/core', + '../third_party/skia/include/effects', '../third_party/skia/src/core', '../third_party/skia/src/opts', ], |