From 7ef4b74e57a143e4e586e577e9b7c11c3aab472d Mon Sep 17 00:00:00 2001 From: Ethan Nicholas Date: Fri, 11 Nov 2016 15:16:46 -0500 Subject: re-re-land of skslc now uses standard Skia caps BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4732 Change-Id: I144110bf66f67a28da7ad333173db43bddf9e8d0 Reviewed-on: https://skia-review.googlesource.com/4732 Reviewed-by: Ethan Nicholas Commit-Queue: Ethan Nicholas --- gyp/fuzz.gyp | 1 + gyp/sksl.gyp | 3 +++ gyp/skslc.gyp | 6 ++++++ 3 files changed, 10 insertions(+) (limited to 'gyp') diff --git a/gyp/fuzz.gyp b/gyp/fuzz.gyp index d96feec216..27b4d8ac58 100644 --- a/gyp/fuzz.gyp +++ b/gyp/fuzz.gyp @@ -22,6 +22,7 @@ 'include_dirs': [ '../include/private', '../src/core', + '../src/gpu', '../src/pathops', ], }], diff --git a/gyp/sksl.gyp b/gyp/sksl.gyp index c2fbbdd8cd..5ec29796bf 100644 --- a/gyp/sksl.gyp +++ b/gyp/sksl.gyp @@ -12,7 +12,10 @@ 'include_dirs': [ '../include/config', '../include/core', + '../include/gpu', '../include/private', + '../include/utils', + '../src/gpu', '../src/sksl', ], 'defines': [ diff --git a/gyp/skslc.gyp b/gyp/skslc.gyp index c465aa4772..6f9ed608b7 100644 --- a/gyp/skslc.gyp +++ b/gyp/skslc.gyp @@ -13,13 +13,19 @@ 'include_dirs': [ '../include/config', '../include/core', + '../include/gpu', '../include/private', + '../include/utils', + '../src/gpu', '../src/sksl', ], 'sources': [ '