| 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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 501 { | 501 { |
| 502 'package_name': 'libgdk-pixbuf2.0-0', | 502 'package_name': 'libgdk-pixbuf2.0-0', |
| 503 'extra_configure_flags': [ | 503 'extra_configure_flags': [ |
| 504 # From debian/rules. | 504 # From debian/rules. |
| 505 '--with-libjasper', | 505 '--with-libjasper', |
| 506 '--with-x11', | 506 '--with-x11', |
| 507 # Make the build less problematic. | 507 # Make the build less problematic. |
| 508 '--disable-introspection', | 508 '--disable-introspection', |
| 509 ], | 509 ], |
| 510 'dependencies=': [], | 510 'dependencies=': [], |
| 511 'patch': 'patches/libgdk-pixbuf2.0-0.diff', | |
| 512 'run_before_build': 'scripts/libgdk-pixbuf2.0-0.sh', | 511 'run_before_build': 'scripts/libgdk-pixbuf2.0-0.sh', |
| 513 'includes': ['standard_instrumented_package_target.gypi'], | 512 'includes': ['standard_instrumented_package_target.gypi'], |
| 514 }, | 513 }, |
| 515 { | 514 { |
| 516 'package_name': 'libpci3', | 515 'package_name': 'libpci3', |
| 517 'dependencies=': [], | 516 'dependencies=': [], |
| 518 'build_method': 'custom_libpci3', | 517 'build_method': 'custom_libpci3', |
| 519 'jobs': 1, | 518 'jobs': 1, |
| 520 'includes': ['standard_instrumented_package_target.gypi'], | 519 'includes': ['standard_instrumented_package_target.gypi'], |
| 521 }, | 520 }, |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 595 'package_name': 'dee', | 594 'package_name': 'dee', |
| 596 'extra_configure_flags': [ | 595 'extra_configure_flags': [ |
| 597 # See above. | 596 # See above. |
| 598 '--disable-introspection', | 597 '--disable-introspection', |
| 599 ], | 598 ], |
| 600 'dependencies=': [], | 599 'dependencies=': [], |
| 601 'includes': ['standard_instrumented_package_target.gypi'], | 600 'includes': ['standard_instrumented_package_target.gypi'], |
| 602 }, | 601 }, |
| 603 ], | 602 ], |
| 604 } | 603 } |
| OLD | NEW |