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

Side by Side Diff: media/media.gyp

Issue 199105: Continue with the FreeBSD port - this version builds and links, though... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 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 | Annotate | Revision Log
« no previous file with comments | « media/audio/freebsd/audio_manager_freebsd.cc ('k') | net/base/address_list.cc » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 17 matching lines...) Expand all
28 'include_dirs': [ 28 'include_dirs': [
29 '..', 29 '..',
30 ], 30 ],
31 'msvs_guid': '6AE76406-B03B-11DD-94B1-80B556D89593', 31 'msvs_guid': '6AE76406-B03B-11DD-94B1-80B556D89593',
32 'sources': [ 32 'sources': [
33 'audio/audio_output.h', 33 'audio/audio_output.h',
34 'audio/audio_util.cc', 34 'audio/audio_util.cc',
35 'audio/audio_util.h', 35 'audio/audio_util.h',
36 'audio/fake_audio_output_stream.cc', 36 'audio/fake_audio_output_stream.cc',
37 'audio/fake_audio_output_stream.h', 37 'audio/fake_audio_output_stream.h',
38 'audio/freebsd/audio_manager_freebsd.cc',
39 'audio/freebsd/audio_manager_freebsd.h',
40 'audio/linux/audio_manager_linux.cc',
41 'audio/linux/audio_manager_linux.h',
38 'audio/linux/audio_manager_linux.cc', 42 'audio/linux/audio_manager_linux.cc',
39 'audio/linux/audio_manager_linux.h', 43 'audio/linux/audio_manager_linux.h',
40 'audio/linux/alsa_output.cc', 44 'audio/linux/alsa_output.cc',
41 'audio/linux/alsa_output.h', 45 'audio/linux/alsa_output.h',
42 'audio/linux/alsa_wrapper.cc', 46 'audio/linux/alsa_wrapper.cc',
43 'audio/linux/alsa_wrapper.h', 47 'audio/linux/alsa_wrapper.h',
44 'audio/mac/audio_manager_mac.cc', 48 'audio/mac/audio_manager_mac.cc',
45 'audio/mac/audio_manager_mac.h', 49 'audio/mac/audio_manager_mac.h',
46 'audio/mac/audio_output_mac.cc', 50 'audio/mac/audio_output_mac.cc',
47 'audio/mac/audio_output_mac.h', 51 'audio/mac/audio_output_mac.h',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 }, 277 },
274 }, 278 },
275 'defines': [ 279 'defines': [
276 '_CRT_SECURE_NO_WARNINGS=1', 280 '_CRT_SECURE_NO_WARNINGS=1',
277 ], 281 ],
278 }, 282 },
279 ], 283 ],
280 }], 284 }],
281 ], 285 ],
282 } 286 }
OLDNEW
« no previous file with comments | « media/audio/freebsd/audio_manager_freebsd.cc ('k') | net/base/address_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698