OLD | NEW |
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 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 | 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 | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 { | 8 { |
9 'variables': { | 9 'variables': { |
10 'webrtc_all_dependencies': [ | 10 'webrtc_all_dependencies': [ |
11 'base/base.gyp:*', | 11 'base/base.gyp:*', |
12 'sound/sound.gyp:*', | |
13 'common.gyp:*', | 12 'common.gyp:*', |
14 'common_audio/common_audio.gyp:*', | 13 'common_audio/common_audio.gyp:*', |
15 'common_video/common_video.gyp:*', | 14 'common_video/common_video.gyp:*', |
16 'media/media.gyp:*', | 15 'media/media.gyp:*', |
17 'modules/modules.gyp:*', | 16 'modules/modules.gyp:*', |
18 'p2p/p2p.gyp:*', | 17 'p2p/p2p.gyp:*', |
19 'system_wrappers/system_wrappers.gyp:*', | 18 'system_wrappers/system_wrappers.gyp:*', |
20 'tools/tools.gyp:*', | 19 'tools/tools.gyp:*', |
21 'voice_engine/voice_engine.gyp:*', | 20 'voice_engine/voice_engine.gyp:*', |
22 '<(webrtc_vp8_dir)/vp8.gyp:*', | 21 '<(webrtc_vp8_dir)/vp8.gyp:*', |
(...skipping 12 matching lines...) Expand all Loading... |
35 ], | 34 ], |
36 }, | 35 }, |
37 }], | 36 }], |
38 ['include_tests==1', { | 37 ['include_tests==1', { |
39 'includes': [ | 38 'includes': [ |
40 'libjingle/xmllite/xmllite_tests.gypi', | 39 'libjingle/xmllite/xmllite_tests.gypi', |
41 'libjingle/xmpp/xmpp_tests.gypi', | 40 'libjingle/xmpp/xmpp_tests.gypi', |
42 'media/media_tests.gypi', | 41 'media/media_tests.gypi', |
43 'p2p/p2p_tests.gypi', | 42 'p2p/p2p_tests.gypi', |
44 'pc/pc_tests.gypi', | 43 'pc/pc_tests.gypi', |
45 'sound/sound_tests.gypi', | |
46 'webrtc_tests.gypi', | 44 'webrtc_tests.gypi', |
47 ], | 45 ], |
48 }], | 46 }], |
49 ['enable_protobuf==1', { | 47 ['enable_protobuf==1', { |
50 'targets': [ | 48 'targets': [ |
51 { | 49 { |
52 # This target should only be built if enable_protobuf is defined | 50 # This target should only be built if enable_protobuf is defined |
53 'target_name': 'rtc_event_log_proto', | 51 'target_name': 'rtc_event_log_proto', |
54 'type': 'static_library', | 52 'type': 'static_library', |
55 'sources': ['call/rtc_event_log.proto',], | 53 'sources': ['call/rtc_event_log.proto',], |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 ], | 157 ], |
160 'defines': [ | 158 'defines': [ |
161 'ENABLE_RTC_EVENT_LOG', | 159 'ENABLE_RTC_EVENT_LOG', |
162 ], | 160 ], |
163 }], | 161 }], |
164 ], | 162 ], |
165 }, | 163 }, |
166 | 164 |
167 ], | 165 ], |
168 } | 166 } |
OLD | NEW |