aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
authorGravatar benjaminwagner <benjaminwagner@google.com>2016-02-01 09:05:08 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-01 09:05:08 -0800
commitb1fe8f6f6fbd8380f1b55af382213548c2766b77 (patch)
treeeedbadcc6178ff7966cb518597eaba48cf551ddc /public.bzl
parent47d158eb3c50578cf0b2e74d72f8a7d7a73a1aab (diff)
Add dm to DM_INCLUDES to fix Google3 build.
It seems that #including a file in the same directory works without the directory being in INCLUDES, but https://codereview.chromium.org/1631053003 #included DMGpuSupport.h from a test. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1657703002 Review URL: https://codereview.chromium.org/1657703002
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/public.bzl b/public.bzl
index 720a28e63a..83bfc1a490 100644
--- a/public.bzl
+++ b/public.bzl
@@ -430,6 +430,7 @@ DM_SRCS_IOS = struct()
################################################################################
DM_INCLUDES = [
+ "dm",
"gm",
"src/codec",
"src/effects",