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

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

Issue 1646813004: Reassign all of earthdok's TODOs and remove from OWNERS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reassign Created 4 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
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 'instrumented_libraries_cc%': '<!(cd <(DEPTH) && pwd -P)/<(make_clang_dir)/b in/clang', 9 'instrumented_libraries_cc%': '<!(cd <(DEPTH) && pwd -P)/<(make_clang_dir)/b in/clang',
10 'instrumented_libraries_cxx%': '<!(cd <(DEPTH) && pwd -P)/<(make_clang_dir)/ bin/clang++', 10 'instrumented_libraries_cxx%': '<!(cd <(DEPTH) && pwd -P)/<(make_clang_dir)/ bin/clang++',
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 { 523 {
524 'package_name': 'zlib1g', 524 'package_name': 'zlib1g',
525 'dependencies=': [], 525 'dependencies=': [],
526 # --disable-static is not supported 526 # --disable-static is not supported
527 'patch': 'patches/zlib1g.diff', 527 'patch': 'patches/zlib1g.diff',
528 'includes': ['standard_instrumented_package_target.gypi'], 528 'includes': ['standard_instrumented_package_target.gypi'],
529 }, 529 },
530 { 530 {
531 'package_name': 'nss', 531 'package_name': 'nss',
532 'dependencies=': [ 532 'dependencies=': [
533 # TODO(earthdok): get rid of this dependency 533 # TODO(eugenis): get rid of this dependency
534 '<(_sanitizer_type)-libnspr4', 534 '<(_sanitizer_type)-libnspr4',
535 ], 535 ],
536 'patch': 'patches/nss.diff', 536 'patch': 'patches/nss.diff',
537 'build_method': 'custom_nss', 537 'build_method': 'custom_nss',
538 'includes': ['standard_instrumented_package_target.gypi'], 538 'includes': ['standard_instrumented_package_target.gypi'],
539 }, 539 },
540 { 540 {
541 'package_name': 'pulseaudio', 541 'package_name': 'pulseaudio',
542 'dependencies=': [], 542 'dependencies=': [],
543 'conditions': [ 543 'conditions': [
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 'build_method': 'custom_libcap', 623 'build_method': 'custom_libcap',
624 'includes': ['standard_instrumented_package_target.gypi'], 624 'includes': ['standard_instrumented_package_target.gypi'],
625 }, 625 },
626 { 626 {
627 'package_name': 'udev', 627 'package_name': 'udev',
628 'dependencies=': [], 628 'dependencies=': [],
629 'extra_configure_flags': [ 629 'extra_configure_flags': [
630 '--disable-static', 630 '--disable-static',
631 # Without this flag there's a linking step that doesn't honor LDFLAGS 631 # Without this flag there's a linking step that doesn't honor LDFLAGS
632 # and fails. 632 # and fails.
633 # TODO(earthdok): find a better fix. 633 # TODO(eugenis): find a better fix.
634 '--disable-gudev' 634 '--disable-gudev'
635 ], 635 ],
636 'pre_build': 'scripts/pre-build/udev.sh', 636 'pre_build': 'scripts/pre-build/udev.sh',
637 'includes': ['standard_instrumented_package_target.gypi'], 637 'includes': ['standard_instrumented_package_target.gypi'],
638 }, 638 },
639 { 639 {
640 'package_name': 'libtasn1-3', 640 'package_name': 'libtasn1-3',
641 'dependencies=': [], 641 'dependencies=': [],
642 'extra_configure_flags': [ 642 'extra_configure_flags': [
643 '--disable-static', 643 '--disable-static',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 }, 719 },
720 { 720 {
721 'package_name': 'libdbusmenu-glib4', 721 'package_name': 'libdbusmenu-glib4',
722 'extra_configure_flags': [ 722 'extra_configure_flags': [
723 '--disable-static', 723 '--disable-static',
724 # From debian/rules. 724 # From debian/rules.
725 '--disable-scrollkeeper', 725 '--disable-scrollkeeper',
726 '--enable-gtk-doc', 726 '--enable-gtk-doc',
727 # --enable-introspection introduces a build step that attempts to run 727 # --enable-introspection introduces a build step that attempts to run
728 # a just-built binary and crashes. Vala requires introspection. 728 # a just-built binary and crashes. Vala requires introspection.
729 # TODO(earthdok): find a better fix. 729 # TODO(eugenis): find a better fix.
730 '--disable-introspection', 730 '--disable-introspection',
731 '--disable-vala', 731 '--disable-vala',
732 ], 732 ],
733 'dependencies=': [], 733 'dependencies=': [],
734 'pre_build': 'scripts/pre-build/autogen.sh', 734 'pre_build': 'scripts/pre-build/autogen.sh',
735 'includes': ['standard_instrumented_package_target.gypi'], 735 'includes': ['standard_instrumented_package_target.gypi'],
736 }, 736 },
737 { 737 {
738 'package_name': 'libgconf-2-4', 738 'package_name': 'libgconf-2-4',
739 'extra_configure_flags': [ 739 'extra_configure_flags': [
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 'action': [ 874 'action': [
875 'touch', 875 'touch',
876 '<(PRODUCT_DIR)/instrumented_libraries/<(_sanitizer_type)/lib/libcre dentialkit_pkcs11.so.0', 876 '<(PRODUCT_DIR)/instrumented_libraries/<(_sanitizer_type)/lib/libcre dentialkit_pkcs11.so.0',
877 '<(PRODUCT_DIR)/instrumented_libraries/<(_sanitizer_type)/<(_package _name).txt', 877 '<(PRODUCT_DIR)/instrumented_libraries/<(_sanitizer_type)/<(_package _name).txt',
878 ], 878 ],
879 }, 879 },
880 ], 880 ],
881 }, 881 },
882 ], 882 ],
883 } 883 }
OLDNEW
« no previous file with comments | « printing/backend/print_backend_cups.cc ('k') | third_party/instrumented_libraries/scripts/download_build_install.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698