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

Side by Side Diff: media/media.gyp

Issue 8394002: exclude the linux files that are not needed on openbsd (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: use sources! Created 9 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
« no previous file with comments | « content/content_plugin.gypi ('k') | net/net.gyp » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the PulseAudio library. 8 # Override to dynamically link the PulseAudio library.
9 'use_pulseaudio%': 0, 9 'use_pulseaudio%': 0,
10 }, 10 },
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 'sources!': [ 312 'sources!': [
313 'audio/linux/pulse_output.cc', 313 'audio/linux/pulse_output.cc',
314 'audio/linux/pulse_output.h', 314 'audio/linux/pulse_output.h',
315 ], 315 ],
316 }], 316 }],
317 ], 317 ],
318 }], 318 }],
319 ], 319 ],
320 }], 320 }],
321 ['OS=="openbsd"', { 321 ['OS=="openbsd"', {
322 'sources/': [ ['exclude', 'alsa_' ], 322 'sources/': [ ['exclude', '/alsa_' ],
323 ['exclude', 'audio_manager_linux' ], 323 ['exclude', '/audio_manager_linux' ],
324 ['exclude', '\\.mm?$' ] ], 324 ['exclude', '/pulse_' ] ],
325 'link_settings': { 325 'link_settings': {
326 'libraries': [ 326 'libraries': [
327 ], 327 ],
328 }, 328 },
329 }], 329 }],
330 ['OS!="openbsd"', { 330 ['OS!="openbsd"', {
331 'sources!': [ 331 'sources!': [
332 'audio/openbsd/audio_manager_openbsd.cc', 332 'audio/openbsd/audio_manager_openbsd.cc',
333 'audio/openbsd/audio_manager_openbsd.h', 333 'audio/openbsd/audio_manager_openbsd.h',
334 ], 334 ],
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 883 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
884 ], 884 ],
885 'sources': [ 885 'sources': [
886 'tools/media_bench/media_bench.cc', 886 'tools/media_bench/media_bench.cc',
887 ], 887 ],
888 }, 888 },
889 ], 889 ],
890 }] 890 }]
891 ], 891 ],
892 } 892 }
OLDNEW
« no previous file with comments | « content/content_plugin.gypi ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698