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

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

Issue 711283003: Instrumented libraries: rewrite install-build-deps.sh. (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
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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 76
77 'targets': [ 77 'targets': [
78 { 78 {
79 'target_name': 'instrumented_libraries', 79 'target_name': 'instrumented_libraries',
80 'type': 'none', 80 'type': 'none',
81 'variables': { 81 'variables': {
82 'prune_self_dependency': 1, 82 'prune_self_dependency': 1,
83 # Don't add this target to the dependencies of targets with type=none. 83 # Don't add this target to the dependencies of targets with type=none.
84 'link_dependency': 1, 84 'link_dependency': 1,
85 }, 85 },
86 # NOTE: Please keep install-build-deps.sh in sync with this list.
86 'dependencies': [ 87 'dependencies': [
87 '<(_sanitizer_type)-freetype', 88 '<(_sanitizer_type)-freetype',
88 '<(_sanitizer_type)-libcairo2', 89 '<(_sanitizer_type)-libcairo2',
89 '<(_sanitizer_type)-libexpat1', 90 '<(_sanitizer_type)-libexpat1',
90 '<(_sanitizer_type)-libffi6', 91 '<(_sanitizer_type)-libffi6',
91 '<(_sanitizer_type)-libgcrypt11', 92 '<(_sanitizer_type)-libgcrypt11',
92 '<(_sanitizer_type)-libgpg-error0', 93 '<(_sanitizer_type)-libgpg-error0',
93 '<(_sanitizer_type)-libnspr4', 94 '<(_sanitizer_type)-libnspr4',
94 '<(_sanitizer_type)-libp11-kit0', 95 '<(_sanitizer_type)-libp11-kit0',
95 '<(_sanitizer_type)-libpcre3', 96 '<(_sanitizer_type)-libpcre3',
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 'extra_configure_flags': [ 662 'extra_configure_flags': [
662 # See above. 663 # See above.
663 '--disable-introspection', 664 '--disable-introspection',
664 ], 665 ],
665 'dependencies=': [], 666 'dependencies=': [],
666 'run_before_build': 'scripts/autogen.sh', 667 'run_before_build': 'scripts/autogen.sh',
667 'includes': ['standard_instrumented_package_target.gypi'], 668 'includes': ['standard_instrumented_package_target.gypi'],
668 }, 669 },
669 ], 670 ],
670 } 671 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698