henrike@webrtc.org | 00c3b1e | 2013-07-23 18:15:11 | [diff] [blame] | 1 | # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. |
| 2 | # |
| 3 | # Use of this source code is governed by a BSD-style license |
| 4 | # that can be found in the LICENSE file in the root of the source |
| 5 | # tree. An additional intellectual property rights grant can be found |
| 6 | # in the file PATENTS. All contributing project authors may |
| 7 | # be found in the AUTHORS file in the root of the source tree. |
henrike@webrtc.org | 00c3b1e | 2013-07-23 18:15:11 | [diff] [blame] | 8 | { |
pbos@webrtc.org | 24e2089 | 2013-10-28 16:32:01 | [diff] [blame] | 9 | 'conditions': [ |
| 10 | ['include_tests==1', { |
| 11 | 'includes': [ |
henrike@webrtc.org | bb0131f | 2014-10-01 16:33:03 | [diff] [blame^] | 12 | 'sound/sound_tests.gypi', |
pbos@webrtc.org | 24e2089 | 2013-10-28 16:32:01 | [diff] [blame] | 13 | 'webrtc_tests.gypi', |
| 14 | ], |
| 15 | }], |
| 16 | ], |
| 17 | 'includes': [ |
| 18 | 'build/common.gypi', |
| 19 | 'video/webrtc_video.gypi', |
| 20 | ], |
henrike@webrtc.org | 00c3b1e | 2013-07-23 18:15:11 | [diff] [blame] | 21 | 'variables': { |
| 22 | 'webrtc_all_dependencies': [ |
henrike@webrtc.org | 47be73b | 2014-05-13 18:00:26 | [diff] [blame] | 23 | 'base/base.gyp:*', |
henrike@webrtc.org | 91bac04 | 2014-08-26 22:04:04 | [diff] [blame] | 24 | 'sound/sound.gyp:*', |
pbos@webrtc.org | 7e68693 | 2014-05-15 09:35:06 | [diff] [blame] | 25 | 'common.gyp:*', |
henrike@webrtc.org | 00c3b1e | 2013-07-23 18:15:11 | [diff] [blame] | 26 | 'common_audio/common_audio.gyp:*', |
| 27 | 'common_video/common_video.gyp:*', |
henrike@webrtc.org | 48a7b2e | 2014-09-02 15:41:12 | [diff] [blame] | 28 | 'libjingle/xmllite/xmllite.gyp:*', |
henrike@webrtc.org | 00c3b1e | 2013-07-23 18:15:11 | [diff] [blame] | 29 | 'modules/modules.gyp:*', |
| 30 | 'system_wrappers/source/system_wrappers.gyp:*', |
| 31 | 'video_engine/video_engine.gyp:*', |
| 32 | 'voice_engine/voice_engine.gyp:*', |
| 33 | '<(webrtc_vp8_dir)/vp8.gyp:*', |
| 34 | ], |
| 35 | }, |
| 36 | 'targets': [ |
| 37 | { |
pbos@webrtc.org | 24e2089 | 2013-10-28 16:32:01 | [diff] [blame] | 38 | 'target_name': 'webrtc_all', |
henrike@webrtc.org | 00c3b1e | 2013-07-23 18:15:11 | [diff] [blame] | 39 | 'type': 'none', |
| 40 | 'dependencies': [ |
| 41 | '<@(webrtc_all_dependencies)', |
pbos@webrtc.org | 24e2089 | 2013-10-28 16:32:01 | [diff] [blame] | 42 | 'webrtc', |
henrike@webrtc.org | 00c3b1e | 2013-07-23 18:15:11 | [diff] [blame] | 43 | ], |
| 44 | 'conditions': [ |
| 45 | ['include_tests==1', { |
| 46 | 'dependencies': [ |
pbos@webrtc.org | c33d37c | 2013-12-11 16:26:16 | [diff] [blame] | 47 | 'common_video/common_video_unittests.gyp:*', |
henrike@webrtc.org | 48a7b2e | 2014-09-02 15:41:12 | [diff] [blame] | 48 | 'libjingle/xmllite/xmllite_tests.gyp:*', |
henrike@webrtc.org | 00c3b1e | 2013-07-23 18:15:11 | [diff] [blame] | 49 | 'system_wrappers/source/system_wrappers_tests.gyp:*', |
| 50 | 'test/metrics.gyp:*', |
| 51 | 'test/test.gyp:*', |
stefan@webrtc.org | aacdb9f | 2013-12-18 20:28:25 | [diff] [blame] | 52 | 'test/webrtc_test_common.gyp:webrtc_test_common_unittests', |
henrike@webrtc.org | 00c3b1e | 2013-07-23 18:15:11 | [diff] [blame] | 53 | 'tools/tools.gyp:*', |
pbos@webrtc.org | 24e2089 | 2013-10-28 16:32:01 | [diff] [blame] | 54 | 'webrtc_tests', |
henrike@webrtc.org | 51b64e4 | 2014-09-10 17:28:19 | [diff] [blame] | 55 | 'rtc_unittests', |
henrike@webrtc.org | 00c3b1e | 2013-07-23 18:15:11 | [diff] [blame] | 56 | ], |
| 57 | }], |
henrike@webrtc.org | 00c3b1e | 2013-07-23 18:15:11 | [diff] [blame] | 58 | ], |
| 59 | }, |
pbos@webrtc.org | 24e2089 | 2013-10-28 16:32:01 | [diff] [blame] | 60 | { |
| 61 | # TODO(pbos): This is intended to contain audio parts as well as soon as |
| 62 | # VoiceEngine moves to the same new API format. |
| 63 | 'target_name': 'webrtc', |
| 64 | 'type': 'static_library', |
| 65 | 'sources': [ |
pbos@webrtc.org | 24e2089 | 2013-10-28 16:32:01 | [diff] [blame] | 66 | 'call.h', |
| 67 | 'config.h', |
stefan@webrtc.org | 47f0c41 | 2013-12-04 10:24:26 | [diff] [blame] | 68 | 'experiments.h', |
pbos@webrtc.org | 24e2089 | 2013-10-28 16:32:01 | [diff] [blame] | 69 | 'frame_callback.h', |
| 70 | 'transport.h', |
| 71 | 'video_receive_stream.h', |
| 72 | 'video_renderer.h', |
| 73 | 'video_send_stream.h', |
| 74 | |
| 75 | '<@(webrtc_video_sources)', |
| 76 | ], |
| 77 | 'dependencies': [ |
pbos@webrtc.org | 7e68693 | 2014-05-15 09:35:06 | [diff] [blame] | 78 | 'common.gyp:*', |
pbos@webrtc.org | 24e2089 | 2013-10-28 16:32:01 | [diff] [blame] | 79 | '<@(webrtc_video_dependencies)', |
| 80 | ], |
andresp@webrtc.org | 0ab271b | 2014-09-18 08:58:15 | [diff] [blame] | 81 | 'conditions': [ |
| 82 | # TODO(andresp): Chromium libpeerconnection should link directly with |
| 83 | # this and no if conditions should be needed on webrtc build files. |
| 84 | ['build_with_chromium==1', { |
| 85 | 'dependencies': [ |
| 86 | '<(webrtc_root)/modules/modules.gyp:video_capture_module_impl', |
| 87 | '<(webrtc_root)/modules/modules.gyp:video_render_module_impl', |
| 88 | ], |
| 89 | }], |
| 90 | ], |
pbos@webrtc.org | 24e2089 | 2013-10-28 16:32:01 | [diff] [blame] | 91 | }, |
henrike@webrtc.org | 00c3b1e | 2013-07-23 18:15:11 | [diff] [blame] | 92 | ], |
| 93 | } |