Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: third_party/instrumented_libraries/instrumented_libraries.gyp

Issue 719083002: Instrumented libraries: fix pulseaudio on Trusty, again. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698