chromium/out/Default/gen/ui/ozone/platform_list.h

// DO NOT MODIFY. GENERATED BY generate_ozone_platform_list.py

#ifndef UI_OZONE_PLATFORM_LIST_H_
#define UI_OZONE_PLATFORM_LIST_H_

namespace ui {

const int kPlatformX11 =;
const int kPlatformHeadless =;
const int kPlatformWayland =;

const int kPlatformCount =;

extern const char* kPlatformNames[kPlatformCount];

}  // namespace ui

#endif  // UI_OZONE_PLATFORM_LIST_H_