OLD | NEW |
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 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1336 'target_name': 'remoting_base', | 1336 'target_name': 'remoting_base', |
1337 'type': 'static_library', | 1337 'type': 'static_library', |
1338 'variables': { 'enable_wexit_time_destructors': 1, }, | 1338 'variables': { 'enable_wexit_time_destructors': 1, }, |
1339 'dependencies': [ | 1339 'dependencies': [ |
1340 '../base/base.gyp:base', | 1340 '../base/base.gyp:base', |
1341 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 1341 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
1342 '../ui/ui.gyp:ui', | 1342 '../ui/ui.gyp:ui', |
1343 '../net/net.gyp:net', | 1343 '../net/net.gyp:net', |
1344 '../skia/skia.gyp:skia', | 1344 '../skia/skia.gyp:skia', |
1345 '../third_party/libvpx/libvpx.gyp:libvpx', | 1345 '../third_party/libvpx/libvpx.gyp:libvpx', |
| 1346 '../third_party/opus/opus.gyp:opus', |
1346 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 1347 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
1347 '../third_party/speex/speex.gyp:libspeex', | 1348 '../third_party/speex/speex.gyp:libspeex', |
1348 '../third_party/zlib/zlib.gyp:zlib', | 1349 '../third_party/zlib/zlib.gyp:zlib', |
| 1350 '../media/media.gyp:media', |
| 1351 '../media/media.gyp:shared_memory_support', |
1349 '../media/media.gyp:yuv_convert', | 1352 '../media/media.gyp:yuv_convert', |
1350 'remoting_jingle_glue', | 1353 'remoting_jingle_glue', |
1351 'remoting_resources', | 1354 'remoting_resources', |
1352 'proto/chromotocol.gyp:chromotocol_proto_lib', | 1355 'proto/chromotocol.gyp:chromotocol_proto_lib', |
1353 ], | 1356 ], |
1354 'export_dependent_settings': [ | 1357 'export_dependent_settings': [ |
1355 '../base/base.gyp:base', | 1358 '../base/base.gyp:base', |
1356 '../net/net.gyp:net', | 1359 '../net/net.gyp:net', |
1357 '../skia/skia.gyp:skia', | 1360 '../skia/skia.gyp:skia', |
1358 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 1361 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1391 'base/resources.cc', | 1394 'base/resources.cc', |
1392 'base/resources.h', | 1395 'base/resources.h', |
1393 'base/running_average.cc', | 1396 'base/running_average.cc', |
1394 'base/running_average.h', | 1397 'base/running_average.h', |
1395 'base/stoppable.cc', | 1398 'base/stoppable.cc', |
1396 'base/stoppable.h', | 1399 'base/stoppable.h', |
1397 'base/util.cc', | 1400 'base/util.cc', |
1398 'base/util.h', | 1401 'base/util.h', |
1399 'codec/audio_decoder.cc', | 1402 'codec/audio_decoder.cc', |
1400 'codec/audio_decoder.h', | 1403 'codec/audio_decoder.h', |
| 1404 'codec/audio_decoder_opus.cc', |
| 1405 'codec/audio_decoder_opus.h', |
1401 'codec/audio_decoder_speex.cc', | 1406 'codec/audio_decoder_speex.cc', |
1402 'codec/audio_decoder_speex.h', | 1407 'codec/audio_decoder_speex.h', |
1403 'codec/audio_decoder_verbatim.cc', | 1408 'codec/audio_decoder_verbatim.cc', |
1404 'codec/audio_decoder_verbatim.h', | 1409 'codec/audio_decoder_verbatim.h', |
1405 'codec/audio_encoder.h', | 1410 'codec/audio_encoder.h', |
1406 'codec/audio_encoder_speex.cc', | 1411 'codec/audio_encoder_speex.cc', |
1407 'codec/audio_encoder_speex.h', | 1412 'codec/audio_encoder_speex.h', |
1408 'codec/audio_encoder_verbatim.cc', | 1413 'codec/audio_encoder_verbatim.cc', |
1409 'codec/audio_encoder_verbatim.h', | 1414 'codec/audio_encoder_verbatim.h', |
1410 'codec/video_decoder.h', | 1415 'codec/video_decoder.h', |
1411 'codec/video_decoder_vp8.cc', | 1416 'codec/video_decoder_vp8.cc', |
1412 'codec/video_decoder_vp8.h', | 1417 'codec/video_decoder_vp8.h', |
1413 'codec/video_decoder_row_based.cc', | 1418 'codec/video_decoder_row_based.cc', |
1414 'codec/video_decoder_row_based.h', | 1419 'codec/video_decoder_row_based.h', |
1415 'codec/video_encoder.h', | 1420 'codec/video_encoder.h', |
| 1421 'codec/audio_encoder_opus.cc', |
| 1422 'codec/audio_encoder_opus.h', |
1416 'codec/video_encoder_vp8.cc', | 1423 'codec/video_encoder_vp8.cc', |
1417 'codec/video_encoder_vp8.h', | 1424 'codec/video_encoder_vp8.h', |
1418 'codec/video_encoder_row_based.cc', | 1425 'codec/video_encoder_row_based.cc', |
1419 'codec/video_encoder_row_based.h', | 1426 'codec/video_encoder_row_based.h', |
1420 ], | 1427 ], |
1421 }, # end of target 'remoting_base' | 1428 }, # end of target 'remoting_base' |
1422 | 1429 |
1423 { | 1430 { |
1424 'target_name': 'remoting_host', | 1431 'target_name': 'remoting_host', |
1425 'type': 'static_library', | 1432 'type': 'static_library', |
(...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2170 '../base/allocator/allocator.gyp:allocator', | 2177 '../base/allocator/allocator.gyp:allocator', |
2171 ], | 2178 ], |
2172 }, | 2179 }, |
2173 ], | 2180 ], |
2174 ], | 2181 ], |
2175 }], # end of 'toolkit_uses_gtk == 1' | 2182 }], # end of 'toolkit_uses_gtk == 1' |
2176 ], # end of 'conditions' | 2183 ], # end of 'conditions' |
2177 }, # end of target 'remoting_unittests' | 2184 }, # end of target 'remoting_unittests' |
2178 ], # end of targets | 2185 ], # end of targets |
2179 } | 2186 } |
OLD | NEW |