aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-01-10 09:24:56 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-10 16:25:10 +0000
commitc0a7a0835905e02ba234ddc4bc2229e7806ba0ef (patch)
tree14abe880a75fa7460f10904ff492d5daf3d8ac15 /public.bzl
parente2609594466336305bedfa61f98510d127a8ec85 (diff)
remove xbyak experiment
SkSplicer is better. CQ_INCLUDE_TRYBOTS=skia.primary:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD Change-Id: I014ec0e9fb00a8a4694d442e672c65402621dc67 Reviewed-on: https://skia-review.googlesource.com/6830 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl6
1 files changed, 0 insertions, 6 deletions
diff --git a/public.bzl b/public.bzl
index 1a959b2c1d..ce01b7d350 100644
--- a/public.bzl
+++ b/public.bzl
@@ -172,8 +172,6 @@ BASE_SRCS_UNIX = struct(
"src/opts/SkBitmapProcState_opts_none.cpp",
"src/opts/SkBlitMask_opts_none.cpp",
"src/opts/SkBlitRow_opts_none.cpp",
- # Experiment. Google3 doesn't have the library it needs.
- "src/opts/SkXbyak.cpp",
"src/ports/*CG*",
"src/ports/*WIC*",
"src/ports/*android*",
@@ -218,8 +216,6 @@ BASE_SRCS_ANDROID = struct(
"src/opts/*x86*",
"src/opts/SkBlitMask_opts_none.cpp",
"src/opts/SkBlitRow_opts_none.cpp",
- # Experiment. Google3 doesn't have the library it needs.
- "src/opts/SkXbyak.cpp",
"src/ports/*CG*",
"src/ports/*FontConfig*",
"src/ports/*WIC*",
@@ -271,8 +267,6 @@ BASE_SRCS_IOS = struct(
"src/opts/*x86*",
"src/opts/SkBlitMask_opts_arm*.cpp",
"src/opts/SkBlitRow_opts_arm*.cpp",
- # Experiment. Google3 doesn't have the library it needs.
- "src/opts/SkXbyak.cpp",
"src/ports/*CG*",
"src/ports/*FontConfig*",
"src/ports/*FreeType*",