• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1"""
2THIS IS THE EXTERNAL-ONLY VERSION OF THIS FILE. G3 HAS ITS OWN.
3
4This file contains customizable C++ defines.
5
6The primary use case for this file is to have defines we can control when rolling into G3.
7"""
8
9EXTRA_DEFINES = []  # This should always be empty externally. Add new defines in //bazel/BUILD.bazel
10