1 // DO NOT MODIFY! This file is autogenerated by gn_to_bp.py.
2 // If need to change a define, modify SkUserConfigManual.h
3 #pragma once
4 #include "SkUserConfigManual.h"
5 
6 #ifndef SK_ENCODE_PNG
7 #define SK_ENCODE_PNG
8 #endif
9 
10 #ifndef SK_GAMMA_APPLY_TO_A8
11 #define SK_GAMMA_APPLY_TO_A8
12 #endif
13 
14 #ifndef SK_GL
15 #define SK_GL
16 #endif
17 
18 #ifndef SK_HAS_ANDROID_CODEC
19 #define SK_HAS_ANDROID_CODEC
20 #endif
21 
22 #ifndef SK_USE_VMA
23 #define SK_USE_VMA
24 #endif
25 
26 #ifndef SK_VULKAN
27 #define SK_VULKAN
28 #endif
29 
30 #ifndef SK_BUILD_FOR_ANDROID
31     #error "SK_BUILD_FOR_ANDROID must be defined!"
32 #endif
33 #if defined(SK_BUILD_FOR_IOS) || defined(SK_BUILD_FOR_MAC) || \
34     defined(SK_BUILD_FOR_UNIX) || defined(SK_BUILD_FOR_WIN)
35     #error "Only SK_BUILD_FOR_ANDROID should be defined!"
36 #endif
37