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

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

Issue 618013002: Instrumented libraries: replace some makefile patches with sed invocations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | third_party/instrumented_libraries/patches/libgdk-pixbuf2.0-0.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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | third_party/instrumented_libraries/patches/libgdk-pixbuf2.0-0.diff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698