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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 'interface/scoped_vector.h', | 42 'interface/scoped_vector.h', |
43 'interface/sleep.h', | 43 'interface/sleep.h', |
44 'interface/sort.h', | 44 'interface/sort.h', |
45 'interface/static_instance.h', | 45 'interface/static_instance.h', |
46 'interface/stl_util.h', | 46 'interface/stl_util.h', |
47 'interface/stringize_macros.h', | 47 'interface/stringize_macros.h', |
48 'interface/thread_wrapper.h', | 48 'interface/thread_wrapper.h', |
49 'interface/tick_util.h', | 49 'interface/tick_util.h', |
50 'interface/timestamp_extrapolator.h', | 50 'interface/timestamp_extrapolator.h', |
51 'interface/trace.h', | 51 'interface/trace.h', |
52 'interface/trace_event.h', | |
53 'interface/utf_util_win.h', | 52 'interface/utf_util_win.h', |
54 'source/aligned_malloc.cc', | 53 'source/aligned_malloc.cc', |
55 'source/atomic32_mac.cc', | 54 'source/atomic32_mac.cc', |
56 'source/atomic32_posix.cc', | 55 'source/atomic32_posix.cc', |
57 'source/atomic32_win.cc', | 56 'source/atomic32_win.cc', |
58 'source/clock.cc', | 57 'source/clock.cc', |
59 'source/condition_variable.cc', | 58 'source/condition_variable.cc', |
60 'source/condition_variable_posix.cc', | 59 'source/condition_variable_posix.cc', |
61 'source/condition_variable_posix.h', | 60 'source/condition_variable_posix.h', |
62 'source/condition_variable_event_win.cc', | 61 'source/condition_variable_event_win.cc', |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 'target_name': 'system_wrappers_default', | 216 'target_name': 'system_wrappers_default', |
218 'type': 'static_library', | 217 'type': 'static_library', |
219 'dependencies': [ | 218 'dependencies': [ |
220 'field_trial_default', | 219 'field_trial_default', |
221 'metrics_default', | 220 'metrics_default', |
222 ] | 221 ] |
223 }, | 222 }, |
224 ], # targets | 223 ], # targets |
225 } | 224 } |
226 | 225 |
OLD | NEW |