| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'verbose_libraries_build%': 0, | 7 'verbose_libraries_build%': 0, |
| 8 'instrumented_libraries_jobs%': 1, | 8 'instrumented_libraries_jobs%': 1, |
| 9 }, | 9 }, |
| 10 | 10 |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 | 76 |
| 77 'targets': [ | 77 'targets': [ |
| 78 { | 78 { |
| 79 'target_name': 'instrumented_libraries', | 79 'target_name': 'instrumented_libraries', |
| 80 'type': 'none', | 80 'type': 'none', |
| 81 'variables': { | 81 'variables': { |
| 82 'prune_self_dependency': 1, | 82 'prune_self_dependency': 1, |
| 83 # Don't add this target to the dependencies of targets with type=none. | 83 # Don't add this target to the dependencies of targets with type=none. |
| 84 'link_dependency': 1, | 84 'link_dependency': 1, |
| 85 }, | 85 }, |
| 86 # NOTE: Please keep install-build-deps.sh in sync with this list. |
| 86 'dependencies': [ | 87 'dependencies': [ |
| 87 '<(_sanitizer_type)-freetype', | 88 '<(_sanitizer_type)-freetype', |
| 88 '<(_sanitizer_type)-libcairo2', | 89 '<(_sanitizer_type)-libcairo2', |
| 89 '<(_sanitizer_type)-libexpat1', | 90 '<(_sanitizer_type)-libexpat1', |
| 90 '<(_sanitizer_type)-libffi6', | 91 '<(_sanitizer_type)-libffi6', |
| 91 '<(_sanitizer_type)-libgcrypt11', | 92 '<(_sanitizer_type)-libgcrypt11', |
| 92 '<(_sanitizer_type)-libgpg-error0', | 93 '<(_sanitizer_type)-libgpg-error0', |
| 93 '<(_sanitizer_type)-libnspr4', | 94 '<(_sanitizer_type)-libnspr4', |
| 94 '<(_sanitizer_type)-libp11-kit0', | 95 '<(_sanitizer_type)-libp11-kit0', |
| 95 '<(_sanitizer_type)-libpcre3', | 96 '<(_sanitizer_type)-libpcre3', |
| (...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 661 'extra_configure_flags': [ | 662 'extra_configure_flags': [ |
| 662 # See above. | 663 # See above. |
| 663 '--disable-introspection', | 664 '--disable-introspection', |
| 664 ], | 665 ], |
| 665 'dependencies=': [], | 666 'dependencies=': [], |
| 666 'run_before_build': 'scripts/autogen.sh', | 667 'run_before_build': 'scripts/autogen.sh', |
| 667 'includes': ['standard_instrumented_package_target.gypi'], | 668 'includes': ['standard_instrumented_package_target.gypi'], |
| 668 }, | 669 }, |
| 669 ], | 670 ], |
| 670 } | 671 } |
| OLD | NEW |