diff options
-rw-r--r-- | DEPS | 4 | ||||
-rw-r--r-- | skia/skia_library_opts.gyp | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -44,8 +44,8 @@ vars = { "sfntly_revision": "228", "lighttpd_revision": "33737", - "skia_revision": "13156", - "skia_hash": "f6f56878bc96386882721b15ba610984185d3dc9", + "skia_revision": "13188", + "skia_hash": "e8989578cd05d4bf6ebe35f0d49afbc3d3bef2ed", # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Skia # and V8 without interference from each other. 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', ], |