1 # Copyright 2014 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 # This file is meant to be included into a target for instrumented dynamic
6 # packages and describes standard build action for most of the packages.
9 'target_name': '<(_sanitizer_type)-<(_package_name)',
13 'action_name': '<(_package_name)',
15 # TODO(earthdok): reintroduce some sort of dependency
16 # See http://crbug.com/343515
17 #'download_build_install.py',
20 '<(PRODUCT_DIR)/instrumented_libraries/<(_sanitizer_type)/<(_package_name).txt',
22 'action': ['<(DEPTH)/third_party/instrumented_libraries/download_build_install.py',
23 '--product-directory=<(PRODUCT_DIR)',
24 '--package=<(_package_name)',
25 '--intermediate-directory=<(INTERMEDIATE_DIR)',
26 '--sanitizer-type=<(_sanitizer_type)',
27 '--extra-configure-flags=>(_extra_configure_flags)',
28 '--cflags=>(_package_cflags)',
29 '--ldflags=>(_package_ldflags)',
31 '--run-before-build=>(_run_before_build)',
35 '--build-method=>(_build_method)',
36 '--sanitizer-blacklist=>(_sanitizer_blacklist)',
39 ['verbose_libraries_build==1', {
45 'target_conditions': [
51 ['">(_run_before_build)"!=""', {
53 '>(_run_before_build)',