| 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 'build_method': 'custom_nss', | 417 'build_method': 'custom_nss', |
| 418 'includes': ['standard_instrumented_package_target.gypi'], | 418 'includes': ['standard_instrumented_package_target.gypi'], |
| 419 }, | 419 }, |
| 420 { | 420 { |
| 421 'package_name': 'pulseaudio', | 421 'package_name': 'pulseaudio', |
| 422 'dependencies=': [], | 422 'dependencies=': [], |
| 423 'conditions': [ | 423 'conditions': [ |
| 424 ['"<(_ubuntu_release)"=="precise"', { | 424 ['"<(_ubuntu_release)"=="precise"', { |
| 425 'patch': 'patches/pulseaudio.precise.diff', | 425 'patch': 'patches/pulseaudio.precise.diff', |
| 426 'jobs': 1, | 426 'jobs': 1, |
| 427 }, { |
| 428 # New location of libpulsecommon. |
| 429 'package_ldflags': [ '-Wl,-R,XORIGIN/pulseaudio/.' ], |
| 427 }], | 430 }], |
| 428 ], | 431 ], |
| 429 'extra_configure_flags': [ | 432 'extra_configure_flags': [ |
| 430 # From debian/rules. | 433 # From debian/rules. |
| 431 '--enable-x11', | 434 '--enable-x11', |
| 432 '--disable-hal-compat', | 435 '--disable-hal-compat', |
| 433 # Disable some ARM-related code that fails compilation. No idea why | 436 # Disable some ARM-related code that fails compilation. No idea why |
| 434 # this even impacts x86-64 builds. | 437 # this even impacts x86-64 builds. |
| 435 '--disable-neon-opt' | 438 '--disable-neon-opt' |
| 436 ], | 439 ], |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 675 '--with-graphite2=yes', | 678 '--with-graphite2=yes', |
| 676 '--with-gobject', | 679 '--with-gobject', |
| 677 # See above. | 680 # See above. |
| 678 '--disable-introspection', | 681 '--disable-introspection', |
| 679 ], | 682 ], |
| 680 'dependencies=': [], | 683 'dependencies=': [], |
| 681 'includes': ['standard_instrumented_package_target.gypi'], | 684 'includes': ['standard_instrumented_package_target.gypi'], |
| 682 }, | 685 }, |
| 683 ], | 686 ], |
| 684 } | 687 } |
| OLD | NEW |