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 { | 9 { |
10 'includes': [ '../build/common.gypi', ], | 10 'includes': [ '../build/common.gypi', ], |
(...skipping 19 matching lines...) Expand all Loading... |
30 'include/event_wrapper.h', | 30 'include/event_wrapper.h', |
31 'include/field_trial.h', | 31 'include/field_trial.h', |
32 'include/file_wrapper.h', | 32 'include/file_wrapper.h', |
33 'include/fix_interlocked_exchange_pointer_win.h', | 33 'include/fix_interlocked_exchange_pointer_win.h', |
34 'include/logcat_trace_context.h', | 34 'include/logcat_trace_context.h', |
35 'include/logging.h', | 35 'include/logging.h', |
36 'include/metrics.h', | 36 'include/metrics.h', |
37 'include/ntp_time.h', | 37 'include/ntp_time.h', |
38 'include/rtp_to_ntp.h', | 38 'include/rtp_to_ntp.h', |
39 'include/rw_lock_wrapper.h', | 39 'include/rw_lock_wrapper.h', |
40 'include/scoped_vector.h', | |
41 'include/sleep.h', | 40 'include/sleep.h', |
42 'include/sort.h', | 41 'include/sort.h', |
43 'include/static_instance.h', | 42 'include/static_instance.h', |
44 'include/stl_util.h', | 43 'include/stl_util.h', |
45 'include/stringize_macros.h', | 44 'include/stringize_macros.h', |
46 'include/tick_util.h', | 45 'include/tick_util.h', |
47 'include/timestamp_extrapolator.h', | 46 'include/timestamp_extrapolator.h', |
48 'include/trace.h', | 47 'include/trace.h', |
49 'include/utf_util_win.h', | 48 'include/utf_util_win.h', |
50 'source/aligned_malloc.cc', | 49 'source/aligned_malloc.cc', |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 'type': 'static_library', | 182 'type': 'static_library', |
184 'dependencies': [ | 183 'dependencies': [ |
185 'system_wrappers', | 184 'system_wrappers', |
186 'field_trial_default', | 185 'field_trial_default', |
187 'metrics_default', | 186 'metrics_default', |
188 ] | 187 ] |
189 }, | 188 }, |
190 ], # targets | 189 ], # targets |
191 } | 190 } |
192 | 191 |
OLD | NEW |