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 23 matching lines...) Expand all Loading... |
34 'api/api.gyp:*', | 34 'api/api.gyp:*', |
35 ], | 35 ], |
36 }, | 36 }, |
37 }], | 37 }], |
38 ['include_tests==1', { | 38 ['include_tests==1', { |
39 'includes': [ | 39 'includes': [ |
40 'libjingle/xmllite/xmllite_tests.gypi', | 40 'libjingle/xmllite/xmllite_tests.gypi', |
41 'libjingle/xmpp/xmpp_tests.gypi', | 41 'libjingle/xmpp/xmpp_tests.gypi', |
42 'media/media_tests.gypi', | 42 'media/media_tests.gypi', |
43 'p2p/p2p_tests.gypi', | 43 'p2p/p2p_tests.gypi', |
| 44 'pc/pc_tests.gypi', |
44 'sound/sound_tests.gypi', | 45 'sound/sound_tests.gypi', |
45 'webrtc_tests.gypi', | 46 'webrtc_tests.gypi', |
46 ], | 47 ], |
47 }], | 48 }], |
48 ['enable_protobuf==1', { | 49 ['enable_protobuf==1', { |
49 'targets': [ | 50 'targets': [ |
50 { | 51 { |
51 # This target should only be built if enable_protobuf is defined | 52 # This target should only be built if enable_protobuf is defined |
52 'target_name': 'rtc_event_log_proto', | 53 'target_name': 'rtc_event_log_proto', |
53 'type': 'static_library', | 54 'type': 'static_library', |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 ], | 160 ], |
160 'defines': [ | 161 'defines': [ |
161 'ENABLE_RTC_EVENT_LOG', | 162 'ENABLE_RTC_EVENT_LOG', |
162 ], | 163 ], |
163 }], | 164 }], |
164 ], | 165 ], |
165 }, | 166 }, |
166 | 167 |
167 ], | 168 ], |
168 } | 169 } |
OLD | NEW |