| 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 608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 619 }, | 619 }, |
| 620 { | 620 { |
| 621 'package_name': 'libgdk-pixbuf2.0-0', | 621 'package_name': 'libgdk-pixbuf2.0-0', |
| 622 'extra_configure_flags': [ | 622 'extra_configure_flags': [ |
| 623 '--disable-static', | 623 '--disable-static', |
| 624 # From debian/rules. | 624 # From debian/rules. |
| 625 '--with-libjasper', | 625 '--with-libjasper', |
| 626 '--with-x11', | 626 '--with-x11', |
| 627 # Make the build less problematic. | 627 # Make the build less problematic. |
| 628 '--disable-introspection', | 628 '--disable-introspection', |
| 629 # Do not use loadable modules. Same as with Pango, there's no easy way |
| 630 # to make gdk-pixbuf pick instrumented versions over system-installed |
| 631 # ones. |
| 632 '--disable-modules', |
| 629 ], | 633 ], |
| 630 'dependencies=': [], | 634 'dependencies=': [], |
| 631 'run_before_build': 'scripts/libgdk-pixbuf2.0-0.sh', | 635 'run_before_build': 'scripts/libgdk-pixbuf2.0-0.sh', |
| 632 'includes': ['standard_instrumented_package_target.gypi'], | 636 'includes': ['standard_instrumented_package_target.gypi'], |
| 633 }, | 637 }, |
| 634 { | 638 { |
| 635 'package_name': 'libpci3', | 639 'package_name': 'libpci3', |
| 636 'dependencies=': [], | 640 'dependencies=': [], |
| 637 'extra_configure_flags': ['--disable-static'], | 641 'extra_configure_flags': ['--disable-static'], |
| 638 'build_method': 'custom_libpci3', | 642 'build_method': 'custom_libpci3', |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 775 'extra_configure_flags': [ | 779 'extra_configure_flags': [ |
| 776 '--disable-static', | 780 '--disable-static', |
| 777 # See above. | 781 # See above. |
| 778 '--disable-introspection', | 782 '--disable-introspection', |
| 779 ], | 783 ], |
| 780 'run_before_build': 'scripts/autoreconf.sh', | 784 'run_before_build': 'scripts/autoreconf.sh', |
| 781 'includes': ['standard_instrumented_package_target.gypi'], | 785 'includes': ['standard_instrumented_package_target.gypi'], |
| 782 }, | 786 }, |
| 783 ], | 787 ], |
| 784 } | 788 } |
| OLD | NEW |