aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn5
1 files changed, 1 insertions, 4 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 76cfbd295f..539767aa99 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -139,10 +139,7 @@ config("skia_private") {
"third_party/gif",
]
- defines = [
- "SK_GAMMA_APPLY_TO_A8",
- "SK_INTERNAL",
- ]
+ defines = [ "SK_GAMMA_APPLY_TO_A8" ]
if (is_android) {
defines += [
"SK_GAMMA_EXPONENT=1.4",