1*a03ca8b9SKrzysztof Kosiński // Generated by build/write_buildflag_header.py 2*a03ca8b9SKrzysztof Kosiński // From "//components/zucchini:buildflags" 3*a03ca8b9SKrzysztof Kosiński 4*a03ca8b9SKrzysztof Kosiński #ifndef COMPONENTS_ZUCCHINI_BUILDFLAGS_H_ 5*a03ca8b9SKrzysztof Kosiński #define COMPONENTS_ZUCCHINI_BUILDFLAGS_H_ 6*a03ca8b9SKrzysztof Kosiński 7*a03ca8b9SKrzysztof Kosiński #include "build/buildflag.h" 8*a03ca8b9SKrzysztof Kosiński 9*a03ca8b9SKrzysztof Kosiński #define BUILDFLAG_INTERNAL_ENABLE_DEX() (1) 10*a03ca8b9SKrzysztof Kosiński #define BUILDFLAG_INTERNAL_ENABLE_ELF() (1) 11*a03ca8b9SKrzysztof Kosiński #define BUILDFLAG_INTERNAL_ENABLE_WIN() (0) 12*a03ca8b9SKrzysztof Kosiński #define BUILDFLAG_INTERNAL_ENABLE_ZTF() (0) 13*a03ca8b9SKrzysztof Kosiński 14*a03ca8b9SKrzysztof Kosiński #endif // COMPONENTS_ZUCCHINI_BUILDFLAGS_H_ 15