1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # A tool that removes all non-interface-specific parts from a .jar file.
7 if (current_toolchain == host_toolchain) {
17 # Always build release since this is a build tool.
19 configs -= [ "//build/config:debug" ]
20 configs += [ "//build/config:release" ]
24 "//build/config/sanitizers:deps",