# Copyright 2013 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. { # Default value for all libraries. 'extra_configure_flags': '', 'extra_cflags': '', 'extra_cxxflags': '', 'extra_ldflags': '', 'run_before_build': '', 'build_method': 'destdir', 'variables': { 'verbose_libraries_build%': 0, 'instrumented_libraries_jobs%': 1, }, 'jobs': '<(instrumented_libraries_jobs)', 'conditions': [ ['asan==1', { 'sanitizer_type': 'asan', 'sanitizer_blacklist': '', }], ['msan==1', { 'sanitizer_type': 'msan', 'sanitizer_blacklist': '<(msan_blacklist)', }], ['tsan==1', { 'sanitizer_type': 'tsan', 'sanitizer_blacklist': '<(tsan_blacklist)', }], ['use_goma==1', { 'cc': '<(gomadir)/gomacc