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

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

Issue 528053003: Instrumented libraries: build freetype again. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'targets': [ 74 'targets': [
75 { 75 {
76 'target_name': 'instrumented_libraries', 76 'target_name': 'instrumented_libraries',
77 'type': 'none', 77 'type': 'none',
78 'variables': { 78 'variables': {
79 'prune_self_dependency': 1, 79 'prune_self_dependency': 1,
80 # Don't add this target to the dependencies of targets with type=none. 80 # Don't add this target to the dependencies of targets with type=none.
81 'link_dependency': 1, 81 'link_dependency': 1,
82 }, 82 },
83 'dependencies': [ 83 'dependencies': [
84 '<(_sanitizer_type)-freetype',
84 '<(_sanitizer_type)-libcairo2', 85 '<(_sanitizer_type)-libcairo2',
85 '<(_sanitizer_type)-libexpat1', 86 '<(_sanitizer_type)-libexpat1',
86 '<(_sanitizer_type)-libffi6', 87 '<(_sanitizer_type)-libffi6',
87 '<(_sanitizer_type)-libgcrypt11', 88 '<(_sanitizer_type)-libgcrypt11',
88 '<(_sanitizer_type)-libgpg-error0', 89 '<(_sanitizer_type)-libgpg-error0',
89 '<(_sanitizer_type)-libnspr4', 90 '<(_sanitizer_type)-libnspr4',
90 '<(_sanitizer_type)-libp11-kit0', 91 '<(_sanitizer_type)-libp11-kit0',
91 '<(_sanitizer_type)-libpcre3', 92 '<(_sanitizer_type)-libpcre3',
92 '<(_sanitizer_type)-libpng12-0', 93 '<(_sanitizer_type)-libpng12-0',
93 '<(_sanitizer_type)-libx11-6', 94 '<(_sanitizer_type)-libx11-6',
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 'package_name': 'dee', 595 'package_name': 'dee',
595 'extra_configure_flags': [ 596 'extra_configure_flags': [
596 # See above. 597 # See above.
597 '--disable-introspection', 598 '--disable-introspection',
598 ], 599 ],
599 'dependencies=': [], 600 'dependencies=': [],
600 'includes': ['standard_instrumented_package_target.gypi'], 601 'includes': ['standard_instrumented_package_target.gypi'],
601 }, 602 },
602 ], 603 ],
603 } 604 }
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