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': [ |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 ], | 93 ], |
94 'conditions': [ | 94 'conditions': [ |
95 ['include_tests==1', { | 95 ['include_tests==1', { |
96 'dependencies': [ | 96 'dependencies': [ |
97 'api/api_tests.gyp:*', | 97 'api/api_tests.gyp:*', |
98 'common_video/common_video_unittests.gyp:*', | 98 'common_video/common_video_unittests.gyp:*', |
99 'rtc_unittests', | 99 'rtc_unittests', |
100 'system_wrappers/system_wrappers_tests.gyp:*', | 100 'system_wrappers/system_wrappers_tests.gyp:*', |
101 'test/metrics.gyp:*', | 101 'test/metrics.gyp:*', |
102 'test/test.gyp:*', | 102 'test/test.gyp:*', |
103 'test/webrtc_test_common.gyp:*', | |
104 'webrtc_tests', | 103 'webrtc_tests', |
105 ], | 104 ], |
106 }], | 105 }], |
107 ], | 106 ], |
108 }, | 107 }, |
109 { | 108 { |
110 'target_name': 'webrtc', | 109 'target_name': 'webrtc', |
111 'type': 'static_library', | 110 'type': 'static_library', |
112 'sources': [ | 111 'sources': [ |
113 'audio_receive_stream.h', | 112 'audio_receive_stream.h', |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 ], | 159 ], |
161 'defines': [ | 160 'defines': [ |
162 'ENABLE_RTC_EVENT_LOG', | 161 'ENABLE_RTC_EVENT_LOG', |
163 ], | 162 ], |
164 }], | 163 }], |
165 ], | 164 ], |
166 }, | 165 }, |
167 | 166 |
168 ], | 167 ], |
169 } | 168 } |
OLD | NEW |