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

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

Issue 796553002: Instrumented libraries: attempt to fix a deadlock in libxcb1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | third_party/instrumented_libraries/patches/libxcb1.precise.diff » ('j') | 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 }, 314 },
315 { 315 {
316 'package_name': 'libxau6', 316 'package_name': 'libxau6',
317 'dependencies=': [], 317 'dependencies=': [],
318 'includes': ['standard_instrumented_package_target.gypi'], 318 'includes': ['standard_instrumented_package_target.gypi'],
319 }, 319 },
320 { 320 {
321 'package_name': 'libxcb1', 321 'package_name': 'libxcb1',
322 'dependencies=': [], 322 'dependencies=': [],
323 'extra_configure_flags': ['--disable-build-docs'], 323 'extra_configure_flags': ['--disable-build-docs'],
324 'conditions': [
325 ['"<(_ubuntu_release)"=="precise"', {
326 # Backport fix for https://bugs.freedesktop.org/show_bug.cgi?id=54671
327 'patch': 'patches/libxcb1.precise.diff',
328 }],
329 ],
324 # Required on Trusty due to autoconf version mismatch. 330 # Required on Trusty due to autoconf version mismatch.
325 'run_before_build': 'scripts/autoreconf.sh', 331 'run_before_build': 'scripts/autoreconf.sh',
326 'includes': ['standard_instrumented_package_target.gypi'], 332 'includes': ['standard_instrumented_package_target.gypi'],
327 }, 333 },
328 { 334 {
329 'package_name': 'libxcomposite1', 335 'package_name': 'libxcomposite1',
330 'dependencies=': [], 336 'dependencies=': [],
331 'includes': ['standard_instrumented_package_target.gypi'], 337 'includes': ['standard_instrumented_package_target.gypi'],
332 }, 338 },
333 { 339 {
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 'package_name': 'libva1', 704 'package_name': 'libva1',
699 'dependencies=': [], 705 'dependencies=': [],
700 # Backport a use-after-free fix: 706 # Backport a use-after-free fix:
701 # http://cgit.freedesktop.org/libva/diff/va/va.c?h=staging&id=d4988142a3f2 256e38c5c5cdcdfc1b4f5f3c1ea9 707 # http://cgit.freedesktop.org/libva/diff/va/va.c?h=staging&id=d4988142a3f2 256e38c5c5cdcdfc1b4f5f3c1ea9
702 'patch': 'patches/libva1.diff', 708 'patch': 'patches/libva1.diff',
703 'run_before_build': 'scripts/libva1.sh', 709 'run_before_build': 'scripts/libva1.sh',
704 'includes': ['standard_instrumented_package_target.gypi'], 710 'includes': ['standard_instrumented_package_target.gypi'],
705 }, 711 },
706 ], 712 ],
707 } 713 }
OLDNEW
« no previous file with comments | « no previous file | third_party/instrumented_libraries/patches/libxcb1.precise.diff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698