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

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

Issue 920543003: Instrumented libraries: work around a build issue in pixman. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'includes': ['standard_instrumented_package_target.gypi'], 310 'includes': ['standard_instrumented_package_target.gypi'],
311 }, 311 },
312 { 312 {
313 'package_name': 'libpixman-1-0', 313 'package_name': 'libpixman-1-0',
314 'dependencies=': [], 314 'dependencies=': [],
315 'extra_configure_flags': [ 315 'extra_configure_flags': [
316 '--disable-static', 316 '--disable-static',
317 # From debian/rules. 317 # From debian/rules.
318 '--disable-gtk', 318 '--disable-gtk',
319 '--disable-silent-rules', 319 '--disable-silent-rules',
320 # Avoid a clang issue. http://crbug.com/449183
321 '--disable-mmx',
320 ], 322 ],
321 'patch': 'patches/libpixman-1-0.diff', 323 'patch': 'patches/libpixman-1-0.diff',
322 'includes': ['standard_instrumented_package_target.gypi'], 324 'includes': ['standard_instrumented_package_target.gypi'],
323 }, 325 },
324 { 326 {
325 'package_name': 'libpng12-0', 327 'package_name': 'libpng12-0',
326 'dependencies=': [], 328 'dependencies=': [],
327 'extra_configure_flags': ['--disable-static'], 329 'extra_configure_flags': ['--disable-static'],
328 'includes': ['standard_instrumented_package_target.gypi'], 330 'includes': ['standard_instrumented_package_target.gypi'],
329 }, 331 },
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 'extra_configure_flags': [ 781 'extra_configure_flags': [
780 '--disable-static', 782 '--disable-static',
781 # See above. 783 # See above.
782 '--disable-introspection', 784 '--disable-introspection',
783 ], 785 ],
784 'run_before_build': 'scripts/autoreconf.sh', 786 'run_before_build': 'scripts/autoreconf.sh',
785 'includes': ['standard_instrumented_package_target.gypi'], 787 'includes': ['standard_instrumented_package_target.gypi'],
786 }, 788 },
787 ], 789 ],
788 } 790 }
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