Lines Matching +full:minimal +full:- +full:versions
2 # Use of this source code is governed by a BSD-style license that can be
17 source_set("minimal") {
35 "//components/nacl/common:minimal",
62 # This exists just to make 'gn check' happy with :minimal and
65 # as "minimal" (stuff that should not be in the nacl64.exe build).
80 public_deps = [ ":minimal" ]
134 # NaCl is not working with compiler-rt in ChromeOS.
137 "-rtlib=libgcc",
138 "--unwindlib=libgcc",
141 # nacl_helper needs to link with libgcc_s. We already have -lgcc_s in
142 # the final link command line, but it was placed within "--as-needed"
145 # the latter are also placed within an "--as-needed"'.
147 ldflags += [ "-lgcc_s" ]
151 # its direct dependencies, so -rdynamic would only serve to unnecessarily
154 configs -= [ "//build/config/compiler:export_dynamic" ]
184 # In ARM64 Chrome, use the ARM32 versions of nacl_helper and
223 ":minimal",