OLD | NEW |
---|---|
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2014 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 { | 9 { |
10 'includes': [ '../build/common.gypi', ], | 10 'includes': [ '../build/common.gypi', ], |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
119 'ratetracker.h', | 119 'ratetracker.h', |
120 'refcount.h', | 120 'refcount.h', |
121 'safe_conversions.h', | 121 'safe_conversions.h', |
122 'safe_conversions_impl.h', | 122 'safe_conversions_impl.h', |
123 'scoped_ptr.h', | 123 'scoped_ptr.h', |
124 'scoped_ref_ptr.h', | 124 'scoped_ref_ptr.h', |
125 'stringencode.cc', | 125 'stringencode.cc', |
126 'stringencode.h', | 126 'stringencode.h', |
127 'stringutils.cc', | 127 'stringutils.cc', |
128 'stringutils.h', | 128 'stringutils.h', |
129 'swap_queue.h', | |
Henrik Grunell WebRTC
2016/03/21 12:24:29
Does it have to be in the "approved" target?
terelius
2016/03/23 10:21:02
Yes. The SwapQueue is used by e.g. the audio_proce
| |
129 'systeminfo.cc', | 130 'systeminfo.cc', |
130 'systeminfo.h', | 131 'systeminfo.h', |
131 'template_util.h', | 132 'template_util.h', |
132 'thread_annotations.h', | 133 'thread_annotations.h', |
133 'thread_checker.h', | 134 'thread_checker.h', |
134 'thread_checker_impl.cc', | 135 'thread_checker_impl.cc', |
135 'thread_checker_impl.h', | 136 'thread_checker_impl.h', |
136 'timeutils.cc', | 137 'timeutils.cc', |
137 'timeutils.h', | 138 'timeutils.h', |
138 'trace_event.h', | 139 'trace_event.h', |
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
749 }, | 750 }, |
750 { | 751 { |
751 'target_name': 'gtest_prod', | 752 'target_name': 'gtest_prod', |
752 'type': 'static_library', | 753 'type': 'static_library', |
753 'sources': [ | 754 'sources': [ |
754 'gtest_prod_util.h', | 755 'gtest_prod_util.h', |
755 ], | 756 ], |
756 }, | 757 }, |
757 ], | 758 ], |
758 } | 759 } |
OLD | NEW |