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

Side by Side Diff: remoting/remoting.gyp

Issue 11189047: Add opus audio codec support in remoting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « remoting/protocol/session_config.cc ('k') | third_party/opus/opus.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) 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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 10
(...skipping 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after
1368 'target_name': 'remoting_base', 1368 'target_name': 'remoting_base',
1369 'type': 'static_library', 1369 'type': 'static_library',
1370 'variables': { 'enable_wexit_time_destructors': 1, }, 1370 'variables': { 'enable_wexit_time_destructors': 1, },
1371 'dependencies': [ 1371 'dependencies': [
1372 '../base/base.gyp:base', 1372 '../base/base.gyp:base',
1373 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1373 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1374 '../ui/ui.gyp:ui', 1374 '../ui/ui.gyp:ui',
1375 '../net/net.gyp:net', 1375 '../net/net.gyp:net',
1376 '../skia/skia.gyp:skia', 1376 '../skia/skia.gyp:skia',
1377 '../third_party/libvpx/libvpx.gyp:libvpx', 1377 '../third_party/libvpx/libvpx.gyp:libvpx',
1378 '../third_party/opus/opus.gyp:opus',
1378 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 1379 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
1379 '../third_party/speex/speex.gyp:libspeex', 1380 '../third_party/speex/speex.gyp:libspeex',
1381 '../media/media.gyp:media',
1382 '../media/media.gyp:shared_memory_support',
1380 '../media/media.gyp:yuv_convert', 1383 '../media/media.gyp:yuv_convert',
1381 'remoting_jingle_glue', 1384 'remoting_jingle_glue',
1382 'remoting_resources', 1385 'remoting_resources',
1383 'proto/chromotocol.gyp:chromotocol_proto_lib', 1386 'proto/chromotocol.gyp:chromotocol_proto_lib',
1384 ], 1387 ],
1385 'export_dependent_settings': [ 1388 'export_dependent_settings': [
1386 '../base/base.gyp:base', 1389 '../base/base.gyp:base',
1387 '../net/net.gyp:net', 1390 '../net/net.gyp:net',
1388 '../skia/skia.gyp:skia', 1391 '../skia/skia.gyp:skia',
1389 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 1392 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
(...skipping 22 matching lines...) Expand all
1412 'base/resources.cc', 1415 'base/resources.cc',
1413 'base/resources.h', 1416 'base/resources.h',
1414 'base/running_average.cc', 1417 'base/running_average.cc',
1415 'base/running_average.h', 1418 'base/running_average.h',
1416 'base/stoppable.cc', 1419 'base/stoppable.cc',
1417 'base/stoppable.h', 1420 'base/stoppable.h',
1418 'base/util.cc', 1421 'base/util.cc',
1419 'base/util.h', 1422 'base/util.h',
1420 'codec/audio_decoder.cc', 1423 'codec/audio_decoder.cc',
1421 'codec/audio_decoder.h', 1424 'codec/audio_decoder.h',
1425 'codec/audio_decoder_opus.cc',
1426 'codec/audio_decoder_opus.h',
1422 'codec/audio_decoder_speex.cc', 1427 'codec/audio_decoder_speex.cc',
1423 'codec/audio_decoder_speex.h', 1428 'codec/audio_decoder_speex.h',
1424 'codec/audio_decoder_verbatim.cc', 1429 'codec/audio_decoder_verbatim.cc',
1425 'codec/audio_decoder_verbatim.h', 1430 'codec/audio_decoder_verbatim.h',
1426 'codec/audio_encoder.h', 1431 'codec/audio_encoder.h',
1432 'codec/audio_encoder_opus.cc',
1433 'codec/audio_encoder_opus.h',
1427 'codec/audio_encoder_speex.cc', 1434 'codec/audio_encoder_speex.cc',
1428 'codec/audio_encoder_speex.h', 1435 'codec/audio_encoder_speex.h',
1429 'codec/audio_encoder_verbatim.cc', 1436 'codec/audio_encoder_verbatim.cc',
1430 'codec/audio_encoder_verbatim.h', 1437 'codec/audio_encoder_verbatim.h',
1431 'codec/video_decoder.h', 1438 'codec/video_decoder.h',
1432 'codec/video_decoder_verbatim.cc', 1439 'codec/video_decoder_verbatim.cc',
1433 'codec/video_decoder_verbatim.h', 1440 'codec/video_decoder_verbatim.h',
1434 'codec/video_decoder_vp8.cc', 1441 'codec/video_decoder_vp8.cc',
1435 'codec/video_decoder_vp8.h', 1442 'codec/video_decoder_vp8.h',
1436 'codec/video_encoder.h', 1443 'codec/video_encoder.h',
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
2057 'base/auth_token_util_unittest.cc', 2064 'base/auth_token_util_unittest.cc',
2058 'base/auto_thread_unittest.cc', 2065 'base/auto_thread_unittest.cc',
2059 'base/auto_thread_task_runner_unittest.cc', 2066 'base/auto_thread_task_runner_unittest.cc',
2060 'base/breakpad_win_unittest.cc', 2067 'base/breakpad_win_unittest.cc',
2061 'base/compound_buffer_unittest.cc', 2068 'base/compound_buffer_unittest.cc',
2062 'base/resources_unittest.cc', 2069 'base/resources_unittest.cc',
2063 'base/util_unittest.cc', 2070 'base/util_unittest.cc',
2064 'client/audio_player_unittest.cc', 2071 'client/audio_player_unittest.cc',
2065 'client/key_event_mapper_unittest.cc', 2072 'client/key_event_mapper_unittest.cc',
2066 'client/plugin/mac_key_event_processor_unittest.cc', 2073 'client/plugin/mac_key_event_processor_unittest.cc',
2074 'codec/audio_encoder_opus_unittest.cc',
2067 'codec/codec_test.cc', 2075 'codec/codec_test.cc',
2068 'codec/codec_test.h', 2076 'codec/codec_test.h',
2069 'codec/video_decoder_vp8_unittest.cc', 2077 'codec/video_decoder_vp8_unittest.cc',
2070 'codec/video_encoder_verbatim_unittest.cc', 2078 'codec/video_encoder_verbatim_unittest.cc',
2071 'codec/video_encoder_vp8_unittest.cc', 2079 'codec/video_encoder_vp8_unittest.cc',
2072 'host/audio_capturer_win_unittest.cc', 2080 'host/audio_capturer_win_unittest.cc',
2073 'host/branding.cc', 2081 'host/branding.cc',
2074 'host/branding.h', 2082 'host/branding.h',
2075 'host/chromoting_host_context_unittest.cc', 2083 'host/chromoting_host_context_unittest.cc',
2076 'host/chromoting_host_unittest.cc', 2084 'host/chromoting_host_unittest.cc',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
2209 '../base/allocator/allocator.gyp:allocator', 2217 '../base/allocator/allocator.gyp:allocator',
2210 ], 2218 ],
2211 }, 2219 },
2212 ], 2220 ],
2213 ], 2221 ],
2214 }], # end of 'toolkit_uses_gtk == 1' 2222 }], # end of 'toolkit_uses_gtk == 1'
2215 ], # end of 'conditions' 2223 ], # end of 'conditions'
2216 }, # end of target 'remoting_unittests' 2224 }, # end of target 'remoting_unittests'
2217 ], # end of targets 2225 ], # end of targets
2218 } 2226 }
OLDNEW
« no previous file with comments | « remoting/protocol/session_config.cc ('k') | third_party/opus/opus.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698