| 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', ], |
| 11 'targets': [ | 11 'targets': [ |
| 12 { | 12 { |
| 13 'target_name': 'system_wrappers', | 13 'target_name': 'system_wrappers', |
| 14 'type': 'static_library', | 14 'type': 'static_library', |
| 15 'dependencies': [ | 15 'dependencies': [ |
| 16 '<(webrtc_root)/common.gyp:webrtc_common', | 16 '<(webrtc_root)/common.gyp:webrtc_common', |
| 17 '../base/base.gyp:rtc_base_approved', | 17 '../base/base.gyp:rtc_base_approved', |
| 18 ], | 18 ], |
| 19 'sources': [ | 19 'sources': [ |
| 20 'include/aligned_array.h', | 20 'include/aligned_array.h', |
| 21 'include/aligned_malloc.h', | 21 'include/aligned_malloc.h', |
| 22 'include/atomic32.h', | 22 'include/atomic32.h', |
| 23 'include/clock.h', | 23 'include/clock.h', |
| 24 'include/cpu_features_wrapper.h', | 24 'include/cpu_features_wrapper.h', |
| 25 'include/cpu_info.h', | 25 'include/cpu_info.h', |
| 26 'include/critical_section_wrapper.h', | 26 'include/critical_section_wrapper.h', |
| 27 'include/data_log.h', | |
| 28 'include/data_log_c.h', | |
| 29 'include/data_log_impl.h', | |
| 30 'include/event_wrapper.h', | 27 'include/event_wrapper.h', |
| 31 'include/field_trial.h', | 28 'include/field_trial.h', |
| 32 'include/file_wrapper.h', | 29 'include/file_wrapper.h', |
| 33 'include/fix_interlocked_exchange_pointer_win.h', | 30 'include/fix_interlocked_exchange_pointer_win.h', |
| 34 'include/logging.h', | 31 'include/logging.h', |
| 35 'include/metrics.h', | 32 'include/metrics.h', |
| 36 'include/ntp_time.h', | 33 'include/ntp_time.h', |
| 37 'include/rtp_to_ntp.h', | 34 'include/rtp_to_ntp.h', |
| 38 'include/rw_lock_wrapper.h', | 35 'include/rw_lock_wrapper.h', |
| 39 'include/sleep.h', | 36 'include/sleep.h', |
| 40 'include/sort.h', | 37 'include/sort.h', |
| 41 'include/static_instance.h', | 38 'include/static_instance.h', |
| 42 'include/stl_util.h', | 39 'include/stl_util.h', |
| 43 'include/stringize_macros.h', | 40 'include/stringize_macros.h', |
| 44 'include/timestamp_extrapolator.h', | 41 'include/timestamp_extrapolator.h', |
| 45 'include/trace.h', | 42 'include/trace.h', |
| 46 'include/utf_util_win.h', | 43 'include/utf_util_win.h', |
| 47 'source/aligned_malloc.cc', | 44 'source/aligned_malloc.cc', |
| 48 'source/atomic32_win.cc', | 45 'source/atomic32_win.cc', |
| 49 'source/clock.cc', | 46 'source/clock.cc', |
| 50 'source/condition_variable_event_win.cc', | 47 'source/condition_variable_event_win.cc', |
| 51 'source/condition_variable_event_win.h', | 48 'source/condition_variable_event_win.h', |
| 52 'source/cpu_features.cc', | 49 'source/cpu_features.cc', |
| 53 'source/cpu_info.cc', | 50 'source/cpu_info.cc', |
| 54 'source/data_log_c.cc', | |
| 55 'source/event.cc', | 51 'source/event.cc', |
| 56 'source/event_timer_posix.cc', | 52 'source/event_timer_posix.cc', |
| 57 'source/event_timer_posix.h', | 53 'source/event_timer_posix.h', |
| 58 'source/event_timer_win.cc', | 54 'source/event_timer_win.cc', |
| 59 'source/event_timer_win.h', | 55 'source/event_timer_win.h', |
| 60 'source/file_impl.cc', | 56 'source/file_impl.cc', |
| 61 'source/logging.cc', | 57 'source/logging.cc', |
| 62 'source/rtp_to_ntp.cc', | 58 'source/rtp_to_ntp.cc', |
| 63 'source/rw_lock.cc', | 59 'source/rw_lock.cc', |
| 64 'source/rw_lock_posix.cc', | 60 'source/rw_lock_posix.cc', |
| 65 'source/rw_lock_posix.h', | 61 'source/rw_lock_posix.h', |
| 66 'source/rw_lock_win.cc', | 62 'source/rw_lock_win.cc', |
| 67 'source/rw_lock_win.h', | 63 'source/rw_lock_win.h', |
| 68 'source/rw_lock_winxp_win.cc', | 64 'source/rw_lock_winxp_win.cc', |
| 69 'source/rw_lock_winxp_win.h', | 65 'source/rw_lock_winxp_win.h', |
| 70 'source/sleep.cc', | 66 'source/sleep.cc', |
| 71 'source/sort.cc', | 67 'source/sort.cc', |
| 72 'source/timestamp_extrapolator.cc', | 68 'source/timestamp_extrapolator.cc', |
| 73 'source/trace_impl.cc', | 69 'source/trace_impl.cc', |
| 74 'source/trace_impl.h', | 70 'source/trace_impl.h', |
| 75 'source/trace_posix.cc', | 71 'source/trace_posix.cc', |
| 76 'source/trace_posix.h', | 72 'source/trace_posix.h', |
| 77 'source/trace_win.cc', | 73 'source/trace_win.cc', |
| 78 'source/trace_win.h', | 74 'source/trace_win.h', |
| 79 ], | 75 ], |
| 80 'conditions': [ | 76 'conditions': [ |
| 81 ['enable_data_logging==1', { | |
| 82 'sources': [ 'source/data_log.cc', ], | |
| 83 }, { | |
| 84 'sources': [ 'source/data_log_no_op.cc', ], | |
| 85 },], | |
| 86 ['OS=="android"', { | 77 ['OS=="android"', { |
| 87 'defines': [ | 78 'defines': [ |
| 88 'WEBRTC_THREAD_RR', | 79 'WEBRTC_THREAD_RR', |
| 89 ], | 80 ], |
| 90 'conditions': [ | 81 'conditions': [ |
| 91 ['build_with_chromium==1', { | 82 ['build_with_chromium==1', { |
| 92 'dependencies': [ | 83 'dependencies': [ |
| 93 'cpu_features_chromium.gyp:cpu_features_android', | 84 'cpu_features_chromium.gyp:cpu_features_android', |
| 94 ], | 85 ], |
| 95 }, { | 86 }, { |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 'type': 'static_library', | 162 'type': 'static_library', |
| 172 'dependencies': [ | 163 'dependencies': [ |
| 173 'system_wrappers', | 164 'system_wrappers', |
| 174 'field_trial_default', | 165 'field_trial_default', |
| 175 'metrics_default', | 166 'metrics_default', |
| 176 ] | 167 ] |
| 177 }, | 168 }, |
| 178 ], # targets | 169 ], # targets |
| 179 } | 170 } |
| 180 | 171 |
| OLD | NEW |