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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 'include/utf_util_win.h', | 50 'include/utf_util_win.h', |
51 'source/aligned_malloc.cc', | 51 'source/aligned_malloc.cc', |
52 'source/atomic32_mac.cc', | 52 'source/atomic32_mac.cc', |
53 'source/atomic32_posix.cc', | 53 'source/atomic32_posix.cc', |
54 'source/atomic32_win.cc', | 54 'source/atomic32_win.cc', |
55 'source/clock.cc', | 55 'source/clock.cc', |
56 'source/condition_variable_event_win.cc', | 56 'source/condition_variable_event_win.cc', |
57 'source/condition_variable_event_win.h', | 57 'source/condition_variable_event_win.h', |
58 'source/cpu_info.cc', | 58 'source/cpu_info.cc', |
59 'source/cpu_features.cc', | 59 'source/cpu_features.cc', |
60 'source/critical_section.cc', | |
61 'source/data_log.cc', | 60 'source/data_log.cc', |
62 'source/data_log_c.cc', | 61 'source/data_log_c.cc', |
63 'source/data_log_no_op.cc', | 62 'source/data_log_no_op.cc', |
64 'source/event.cc', | 63 'source/event.cc', |
65 'source/event_timer_posix.cc', | 64 'source/event_timer_posix.cc', |
66 'source/event_timer_posix.h', | 65 'source/event_timer_posix.h', |
67 'source/event_timer_win.cc', | 66 'source/event_timer_win.cc', |
68 'source/event_timer_win.h', | 67 'source/event_timer_win.h', |
69 'source/file_impl.cc', | 68 'source/file_impl.cc', |
70 'source/file_impl.h', | 69 'source/file_impl.h', |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 'type': 'static_library', | 193 'type': 'static_library', |
195 'dependencies': [ | 194 'dependencies': [ |
196 'system_wrappers', | 195 'system_wrappers', |
197 'field_trial_default', | 196 'field_trial_default', |
198 'metrics_default', | 197 'metrics_default', |
199 ] | 198 ] |
200 }, | 199 }, |
201 ], # targets | 200 ], # targets |
202 } | 201 } |
203 | 202 |
OLD | NEW |