aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-01-06 14:13:28 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-06 20:39:07 +0000
commitfa710670328ec80bb553dcce8ff9ef41b60e60e3 (patch)
tree9f1dc48e06d574be54c758b3df18fff1ce951b01 /public.bzl
parentf04c50ab9491b28aceb9d43acbf02b4f5d577ba7 (diff)
exclude src/opts/SkXbyak.cpp from g3 build
Change-Id: I5027275446ab9cc7fc7b12b2236a9d85ac50bef1 Reviewed-on: https://skia-review.googlesource.com/6695 Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl3
1 files changed, 3 insertions, 0 deletions
diff --git a/public.bzl b/public.bzl
index ff2dc1f5b6..4577ab3d7b 100644
--- a/public.bzl
+++ b/public.bzl
@@ -139,6 +139,9 @@ BASE_SRCS_ALL = struct(
# Defines main.
"src/sksl/SkSLMain.cpp",
+
+ # Experiment. Google3 doesn't have the library it needs.
+ "src/opts/SkXbyak.cpp",
],
)