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

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

Issue 113443003: Disable library dependencies check by default (instrumented libs). (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years 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 | « third_party/instrumented_libraries/download_build_install.py ('k') | 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 # Default value for all libraries. 6 # Default value for all libraries.
7 'custom_configure_flags': '', 7 'custom_configure_flags': '',
8 8
9 'variables': { 9 'variables': {
10 'verbose_libraries_build%': 0, 10 'verbose_libraries_build%': 0,
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'includes': ['standard_instrumented_library_target.gypi'], 98 'includes': ['standard_instrumented_library_target.gypi'],
99 }, 99 },
100 { 100 {
101 'library_name': 'libffi6', 101 'library_name': 'libffi6',
102 'dependencies=': [], 102 'dependencies=': [],
103 'includes': ['standard_instrumented_library_target.gypi'], 103 'includes': ['standard_instrumented_library_target.gypi'],
104 }, 104 },
105 { 105 {
106 'library_name': 'libfontconfig1', 106 'library_name': 'libfontconfig1',
107 'dependencies=': [], 107 'dependencies=': [],
108 'custom_configure_flags': '--disable-docs',
108 'includes': ['standard_instrumented_library_target.gypi'], 109 'includes': ['standard_instrumented_library_target.gypi'],
109 }, 110 },
110 { 111 {
111 'library_name': 'libcairo2', 112 'library_name': 'libcairo2',
112 'dependencies=': [], 113 'dependencies=': [],
114 'custom_configure_flags': '--disable-gtk-doc',
113 'includes': ['standard_instrumented_library_target.gypi'], 115 'includes': ['standard_instrumented_library_target.gypi'],
114 }, 116 },
115 { 117 {
116 'library_name': 'libpcre3', 118 'library_name': 'libpcre3',
117 'dependencies=': [], 119 'dependencies=': [],
118 'custom_configure_flags': '--enable-utf8 --enable-unicode-properties', 120 'custom_configure_flags': [
121 '--enable-utf8',
122 '--enable-unicode-properties',
123 ],
119 'includes': ['standard_instrumented_library_target.gypi'], 124 'includes': ['standard_instrumented_library_target.gypi'],
120 }, 125 },
121 { 126 {
122 'library_name': 'libxau6', 127 'library_name': 'libxau6',
123 'dependencies=': [], 128 'dependencies=': [],
124 'includes': ['standard_instrumented_library_target.gypi'], 129 'includes': ['standard_instrumented_library_target.gypi'],
125 }, 130 },
126 { 131 {
127 'library_name': 'libglib2.0-0', 132 'library_name': 'libglib2.0-0',
128 'dependencies=': [], 133 'dependencies=': [],
134 'custom_configure_flags': [
135 '--disable-gtk-doc',
136 '--disable-gtk-doc-html',
137 '--disable-gtk-doc-pdf',
138 ],
129 'includes': ['standard_instrumented_library_target.gypi'], 139 'includes': ['standard_instrumented_library_target.gypi'],
130 }, 140 },
131 { 141 {
132 'library_name': 'libxdmcp6', 142 'library_name': 'libxdmcp6',
133 'dependencies=': [], 143 'dependencies=': [],
134 'custom_configure_flags': '--disable-docs', 144 'custom_configure_flags': '--disable-docs',
135 'includes': ['standard_instrumented_library_target.gypi'], 145 'includes': ['standard_instrumented_library_target.gypi'],
136 }, 146 },
137 { 147 {
138 'library_name': 'libx11-6', 148 'library_name': 'libx11-6',
139 'dependencies=': [], 149 'dependencies=': [],
140 'custom_configure_flags': '--disable-specs', 150 'custom_configure_flags': '--disable-specs',
141 'includes': ['standard_instrumented_library_target.gypi'], 151 'includes': ['standard_instrumented_library_target.gypi'],
142 }, 152 },
143 { 153 {
144 'library_name': 'libxcb1', 154 'library_name': 'libxcb1',
145 'dependencies=': [], 155 'dependencies=': [],
156 'custom_configure_flags': '--disable-build-docs',
146 'includes': ['standard_instrumented_library_target.gypi'], 157 'includes': ['standard_instrumented_library_target.gypi'],
147 }, 158 },
148 { 159 {
149 'library_name': 'libxext6', 160 'library_name': 'libxext6',
150 'dependencies=': [], 161 'dependencies=': [],
151 'custom_configure_flags': '--disable-specs', 162 'custom_configure_flags': '--disable-specs',
152 'includes': ['standard_instrumented_library_target.gypi'], 163 'includes': ['standard_instrumented_library_target.gypi'],
153 }, 164 },
154 { 165 {
155 'library_name': 'libxi6', 166 'library_name': 'libxi6',
156 'dependencies=': [], 167 'dependencies=': [],
157 'custom_configure_flags': '--disable-specs --disable-docs', 168 'custom_configure_flags': [
169 '--disable-specs',
170 '--disable-docs',
171 ],
158 'includes': ['standard_instrumented_library_target.gypi'], 172 'includes': ['standard_instrumented_library_target.gypi'],
159 }, 173 },
160 { 174 {
161 'library_name': 'libxrandr2', 175 'library_name': 'libxrandr2',
162 'dependencies=': [], 176 'dependencies=': [],
163 'includes': ['standard_instrumented_library_target.gypi'], 177 'includes': ['standard_instrumented_library_target.gypi'],
164 }, 178 },
165 { 179 {
166 'library_name': 'libxrender1', 180 'library_name': 'libxrender1',
167 'dependencies=': [], 181 'dependencies=': [],
168 'includes': ['standard_instrumented_library_target.gypi'], 182 'includes': ['standard_instrumented_library_target.gypi'],
169 }, 183 },
170 { 184 {
171 'library_name': 'libxtst6', 185 'library_name': 'libxtst6',
172 'dependencies=': [], 186 'dependencies=': [],
173 'custom_configure_flags': '--disable-specs', 187 'custom_configure_flags': '--disable-specs',
174 'includes': ['standard_instrumented_library_target.gypi'], 188 'includes': ['standard_instrumented_library_target.gypi'],
175 }, 189 },
176 ], 190 ],
177 } 191 }
OLDNEW
« no previous file with comments | « third_party/instrumented_libraries/download_build_install.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698