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

Side by Side Diff: content/content_shell.gypi

Issue 13084005: Add WebAudio impulse responses Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add WebAudio impulse responses Created 7 years, 8 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 | « AUTHORS ('k') | webkit/glue/webkitplatformsupport_impl.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 }], # OS=="win" 178 }], # OS=="win"
179 ['OS=="linux"', { 179 ['OS=="linux"', {
180 'dependencies': [ 180 'dependencies': [
181 '../build/linux/system.gyp:fontconfig', 181 '../build/linux/system.gyp:fontconfig',
182 ], 182 ],
183 }], 183 }],
184 ['OS=="android"', { 184 ['OS=="android"', {
185 'dependencies': [ 185 'dependencies': [
186 'content_shell_jni_headers', 186 'content_shell_jni_headers',
187 ], 187 ],
188 'copies': [
189 {
190 'destination': '<(PRODUCT_DIR)/content_shell/assets/webkit/webaudi o',
191 'files': [
192 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T000_P000.wav',
193 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T000_P015.wav',
194 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T000_P030.wav',
195 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T000_P045.wav',
196 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T000_P060.wav',
197 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T000_P075.wav',
198 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T000_P090.wav',
199 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T000_P315.wav',
200 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T000_P330.wav',
201 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T000_P345.wav',
202 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T015_P000.wav',
203 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T015_P015.wav',
204 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T015_P030.wav',
205 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T015_P045.wav',
206 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T015_P060.wav',
207 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T015_P075.wav',
208 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T015_P090.wav',
209 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T015_P315.wav',
210 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T015_P330.wav',
211 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T015_P345.wav',
212 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T030_P000.wav',
213 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T030_P015.wav',
214 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T030_P030.wav',
215 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T030_P045.wav',
216 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T030_P060.wav',
217 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T030_P075.wav',
218 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T030_P090.wav',
219 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T030_P315.wav',
220 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T030_P330.wav',
221 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T030_P345.wav',
222 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T045_P000.wav',
223 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T045_P015.wav',
224 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T045_P030.wav',
225 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T045_P045.wav',
226 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T045_P060.wav',
227 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T045_P075.wav',
228 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T045_P090.wav',
229 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T045_P315.wav',
230 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T045_P330.wav',
231 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T045_P345.wav',
232 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T060_P000.wav',
233 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T060_P015.wav',
234 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T060_P030.wav',
235 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T060_P045.wav',
236 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T060_P060.wav',
237 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T060_P075.wav',
238 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T060_P090.wav',
239 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T060_P315.wav',
240 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T060_P330.wav',
241 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T060_P345.wav',
242 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T075_P000.wav',
243 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T075_P015.wav',
244 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T075_P030.wav',
245 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T075_P045.wav',
246 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T075_P060.wav',
247 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T075_P075.wav',
248 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T075_P090.wav',
249 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T075_P315.wav',
250 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T075_P330.wav',
251 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T075_P345.wav',
252 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T090_P000.wav',
253 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T090_P015.wav',
254 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T090_P030.wav',
255 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T090_P045.wav',
256 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T090_P060.wav',
257 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T090_P075.wav',
258 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T090_P090.wav',
259 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T090_P315.wav',
260 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T090_P330.wav',
261 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T090_P345.wav',
262 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T105_P000.wav',
263 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T105_P015.wav',
264 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T105_P030.wav',
265 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T105_P045.wav',
266 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T105_P060.wav',
267 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T105_P075.wav',
268 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T105_P090.wav',
269 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T105_P315.wav',
270 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T105_P330.wav',
271 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T105_P345.wav',
272 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T120_P000.wav',
273 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T120_P015.wav',
274 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T120_P030.wav',
275 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T120_P045.wav',
276 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T120_P060.wav',
277 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T120_P075.wav',
278 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T120_P090.wav',
279 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T120_P315.wav',
280 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T120_P330.wav',
281 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T120_P345.wav',
282 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T135_P000.wav',
283 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T135_P015.wav',
284 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T135_P030.wav',
285 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T135_P045.wav',
286 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T135_P060.wav',
287 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T135_P075.wav',
288 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T135_P090.wav',
289 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T135_P315.wav',
290 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T135_P330.wav',
291 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T135_P345.wav',
292 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T150_P000.wav',
293 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T150_P015.wav',
294 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T150_P030.wav',
295 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T150_P045.wav',
296 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T150_P060.wav',
297 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T150_P075.wav',
298 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T150_P090.wav',
299 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T150_P315.wav',
300 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T150_P330.wav',
301 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T150_P345.wav',
302 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T165_P000.wav',
303 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T165_P015.wav',
304 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T165_P030.wav',
305 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T165_P045.wav',
306 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T165_P060.wav',
307 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T165_P075.wav',
308 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T165_P090.wav',
309 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T165_P315.wav',
310 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T165_P330.wav',
311 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T165_P345.wav',
312 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T180_P000.wav',
313 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T180_P015.wav',
314 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T180_P030.wav',
315 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T180_P045.wav',
316 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T180_P060.wav',
317 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T180_P075.wav',
318 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T180_P090.wav',
319 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T180_P315.wav',
320 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T180_P330.wav',
321 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T180_P345.wav',
322 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T195_P000.wav',
323 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T195_P015.wav',
324 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T195_P030.wav',
325 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T195_P045.wav',
326 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T195_P060.wav',
327 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T195_P075.wav',
328 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T195_P090.wav',
329 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T195_P315.wav',
330 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T195_P330.wav',
331 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T195_P345.wav',
332 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T210_P000.wav',
333 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T210_P015.wav',
334 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T210_P030.wav',
335 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T210_P045.wav',
336 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T210_P060.wav',
337 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T210_P075.wav',
338 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T210_P090.wav',
339 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T210_P315.wav',
340 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T210_P330.wav',
341 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T210_P345.wav',
342 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T225_P000.wav',
343 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T225_P015.wav',
344 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T225_P030.wav',
345 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T225_P045.wav',
346 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T225_P060.wav',
347 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T225_P075.wav',
348 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T225_P090.wav',
349 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T225_P315.wav',
350 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T225_P330.wav',
351 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T225_P345.wav',
352 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T240_P000.wav',
353 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T240_P015.wav',
354 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T240_P030.wav',
355 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T240_P045.wav',
356 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T240_P060.wav',
357 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T240_P075.wav',
358 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T240_P090.wav',
359 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T240_P315.wav',
360 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T240_P330.wav',
361 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T240_P345.wav',
362 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T255_P000.wav',
363 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T255_P015.wav',
364 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T255_P030.wav',
365 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T255_P045.wav',
366 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T255_P060.wav',
367 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T255_P075.wav',
368 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T255_P090.wav',
369 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T255_P315.wav',
370 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T255_P330.wav',
371 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T255_P345.wav',
372 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T270_P000.wav',
373 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T270_P015.wav',
374 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T270_P030.wav',
375 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T270_P045.wav',
376 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T270_P060.wav',
377 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T270_P075.wav',
378 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T270_P090.wav',
379 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T270_P315.wav',
380 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T270_P330.wav',
381 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T270_P345.wav',
382 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T285_P000.wav',
383 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T285_P015.wav',
384 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T285_P030.wav',
385 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T285_P045.wav',
386 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T285_P060.wav',
387 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T285_P075.wav',
388 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T285_P090.wav',
389 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T285_P315.wav',
390 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T285_P330.wav',
391 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T285_P345.wav',
392 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T300_P000.wav',
393 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T300_P015.wav',
394 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T300_P030.wav',
395 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T300_P045.wav',
396 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T300_P060.wav',
397 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T300_P075.wav',
398 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T300_P090.wav',
399 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T300_P315.wav',
400 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T300_P330.wav',
401 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T300_P345.wav',
402 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T315_P000.wav',
403 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T315_P015.wav',
404 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T315_P030.wav',
405 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T315_P045.wav',
406 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T315_P060.wav',
407 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T315_P075.wav',
408 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T315_P090.wav',
409 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T315_P315.wav',
410 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T315_P330.wav',
411 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T315_P345.wav',
412 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T330_P000.wav',
413 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T330_P015.wav',
414 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T330_P030.wav',
415 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T330_P045.wav',
416 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T330_P060.wav',
417 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T330_P075.wav',
418 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T330_P090.wav',
419 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T330_P315.wav',
420 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T330_P330.wav',
421 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T330_P345.wav',
422 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T345_P000.wav',
423 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T345_P015.wav',
424 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T345_P030.wav',
425 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T345_P045.wav',
426 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T345_P060.wav',
427 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T345_P075.wav',
428 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T345_P090.wav',
429 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T345_P315.wav',
430 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T345_P330.wav',
431 '<(DEPTH)/third_party/WebKit/Source/WebCore/platform/audio/resou rces/IRC_Composite_C_R0195_T345_P345.wav',
432 ],
433 },
434 ],
188 }, { # else: OS!="android" 435 }, { # else: OS!="android"
189 'dependencies': [ 436 'dependencies': [
190 # This dependency is for running DRT against the content shell, and 437 # This dependency is for running DRT against the content shell, and
191 # this combination is not yet supported on Android. 438 # this combination is not yet supported on Android.
192 '../webkit/support/webkit_support.gyp:webkit_support', 439 '../webkit/support/webkit_support.gyp:webkit_support',
193 ], 440 ],
194 }], # OS=="android" 441 }], # OS=="android"
195 ['os_posix==1 and use_aura==1 and linux_use_tcmalloc==1', { 442 ['os_posix==1 and use_aura==1 and linux_use_tcmalloc==1', {
196 'dependencies': [ 443 'dependencies': [
197 # This is needed by content/app/content_main_runner.cc 444 # This is needed by content/app/content_main_runner.cc
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'], 911 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'],
665 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 912 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
666 'asset_location': '<(ant_build_out)/content_shell/assets', 913 'asset_location': '<(ant_build_out)/content_shell/assets',
667 }, 914 },
668 'includes': [ '../build/java_apk.gypi' ], 915 'includes': [ '../build/java_apk.gypi' ],
669 }, 916 },
670 ], 917 ],
671 }], # OS=="android" 918 }], # OS=="android"
672 ] 919 ]
673 } 920 }
OLDNEW
« no previous file with comments | « AUTHORS ('k') | webkit/glue/webkitplatformsupport_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698