| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 '<(_sanitizer_type)-libgdk-pixbuf2.0-0', | 126 '<(_sanitizer_type)-libgdk-pixbuf2.0-0', |
| 127 '<(_sanitizer_type)-libpci3', | 127 '<(_sanitizer_type)-libpci3', |
| 128 '<(_sanitizer_type)-libdbusmenu-glib4', | 128 '<(_sanitizer_type)-libdbusmenu-glib4', |
| 129 '<(_sanitizer_type)-overlay-scrollbar', | 129 '<(_sanitizer_type)-overlay-scrollbar', |
| 130 '<(_sanitizer_type)-libgconf-2-4', | 130 '<(_sanitizer_type)-libgconf-2-4', |
| 131 '<(_sanitizer_type)-libappindicator1', | 131 '<(_sanitizer_type)-libappindicator1', |
| 132 '<(_sanitizer_type)-libdbusmenu', | 132 '<(_sanitizer_type)-libdbusmenu', |
| 133 '<(_sanitizer_type)-atk1.0', | 133 '<(_sanitizer_type)-atk1.0', |
| 134 '<(_sanitizer_type)-libunity9', | 134 '<(_sanitizer_type)-libunity9', |
| 135 '<(_sanitizer_type)-dee', | 135 '<(_sanitizer_type)-dee', |
| 136 '<(_sanitizer_type)-libpixman-1-0', |
| 136 ], | 137 ], |
| 137 'conditions': [ | 138 'conditions': [ |
| 138 ['asan==1', { | |
| 139 'dependencies': [ | |
| 140 '<(_sanitizer_type)-libpixman-1-0', | |
| 141 ], | |
| 142 }], | |
| 143 ['msan==1', { | 139 ['msan==1', { |
| 144 'dependencies': [ | 140 'dependencies': [ |
| 145 '<(_sanitizer_type)-libcups2', | 141 '<(_sanitizer_type)-libcups2', |
| 146 ], | 142 ], |
| 147 }], | 143 }], |
| 148 ['tsan==1', { | 144 ['tsan==1', { |
| 149 'dependencies!': [ | 145 'dependencies!': [ |
| 150 '<(_sanitizer_type)-libpng12-0', | 146 '<(_sanitizer_type)-libpng12-0', |
| 151 ], | 147 ], |
| 152 }], | 148 }], |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 'dependencies=': [], | 282 'dependencies=': [], |
| 287 'extra_configure_flags': [ | 283 'extra_configure_flags': [ |
| 288 '--enable-utf8', | 284 '--enable-utf8', |
| 289 '--enable-unicode-properties', | 285 '--enable-unicode-properties', |
| 290 ], | 286 ], |
| 291 'includes': ['standard_instrumented_package_target.gypi'], | 287 'includes': ['standard_instrumented_package_target.gypi'], |
| 292 }, | 288 }, |
| 293 { | 289 { |
| 294 'package_name': 'libpixman-1-0', | 290 'package_name': 'libpixman-1-0', |
| 295 'dependencies=': [], | 291 'dependencies=': [], |
| 292 'extra_configure_flags': [ |
| 293 # From debian/rules. |
| 294 '--disable-gtk', |
| 295 '--disable-silent-rules', |
| 296 ], |
| 296 'patch': 'patches/libpixman-1-0.diff', | 297 'patch': 'patches/libpixman-1-0.diff', |
| 297 'includes': ['standard_instrumented_package_target.gypi'], | 298 'includes': ['standard_instrumented_package_target.gypi'], |
| 298 }, | 299 }, |
| 299 { | 300 { |
| 300 'package_name': 'libpng12-0', | 301 'package_name': 'libpng12-0', |
| 301 'dependencies=': [], | 302 'dependencies=': [], |
| 302 'includes': ['standard_instrumented_package_target.gypi'], | 303 'includes': ['standard_instrumented_package_target.gypi'], |
| 303 }, | 304 }, |
| 304 { | 305 { |
| 305 'package_name': 'libx11-6', | 306 'package_name': 'libx11-6', |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 'extra_configure_flags': [ | 628 'extra_configure_flags': [ |
| 628 # See above. | 629 # See above. |
| 629 '--disable-introspection', | 630 '--disable-introspection', |
| 630 ], | 631 ], |
| 631 'dependencies=': [], | 632 'dependencies=': [], |
| 632 'run_before_build': 'scripts/autogen.sh', | 633 'run_before_build': 'scripts/autogen.sh', |
| 633 'includes': ['standard_instrumented_package_target.gypi'], | 634 'includes': ['standard_instrumented_package_target.gypi'], |
| 634 }, | 635 }, |
| 635 ], | 636 ], |
| 636 } | 637 } |
| OLD | NEW |