You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
428 B
15 lines
428 B
// Generated by build/write_buildflag_header.py
|
|
// From "//components/zucchini:buildflags"
|
|
|
|
#ifndef COMPONENTS_ZUCCHINI_BUILDFLAGS_H_
|
|
#define COMPONENTS_ZUCCHINI_BUILDFLAGS_H_
|
|
|
|
#include "build/buildflag.h"
|
|
|
|
#define BUILDFLAG_INTERNAL_ENABLE_DEX() (1)
|
|
#define BUILDFLAG_INTERNAL_ENABLE_ELF() (1)
|
|
#define BUILDFLAG_INTERNAL_ENABLE_WIN() (0)
|
|
#define BUILDFLAG_INTERNAL_ENABLE_ZTF() (0)
|
|
|
|
#endif // COMPONENTS_ZUCCHINI_BUILDFLAGS_H_
|