Lines Matching full:defines
31 # Legacy feature defines applied to all targets.
37 # To pass defines to source code from the build, use the buildflag system which
38 # will write headers containing the defines you need. This isolates the define
49 defines = []
51 defines += [ "DCHECK_ALWAYS_ON=1" ]
55 defines += [ "USE_UDEV" ]
58 defines += [ "USE_AURA=1" ]
61 defines += [ "USE_GLIB=1" ]
73 defines += [ "USE_OZONE=1" ]
76 defines += [ "MEMORY_TOOL_REPLACES_ALLOCATOR" ]
79 defines += [ "ADDRESS_SANITIZER" ]
82 defines += [ "LEAK_SANITIZER" ]
85 defines += [
91 defines += [ "MEMORY_SANITIZER" ]
94 defines += [ "UNDEFINED_SANITIZER" ]
97 defines += [ "OFFICIAL_BUILD" ]
110 defines = [
116 defines += [ "DYNAMIC_ANNOTATIONS_PREFIX=NACL_" ]
123 defines += [ "_HAS_ITERATOR_DEBUGGING=0" ]
130 defines += [ "_GLIBCXX_DEBUG=1" ]
135 defines = [ "NDEBUG" ]
139 defines += [ "DYNAMIC_ANNOTATIONS_ENABLED=1" ]
141 defines += [ "NVALGRIND" ]
145 defines += [ "DYNAMIC_ANNOTATIONS_ENABLED=0" ]
152 defines += [ "NS_BLOCK_ASSERTIONS=1" ]
158 # This config defines the default libraries applied to all targets.
314 # This config defines the configs applied to all executables.
346 # This config defines the configs applied to all shared libraries.