Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(276)

Side by Side Diff: webrtc/system_wrappers/system_wrappers.gyp

Issue 1602203003: Remove unused ConditionVariableWrapper on POSIX platforms (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/system_wrappers/source/condition_variable_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'include/tick_util.h', 48 'include/tick_util.h',
49 'include/timestamp_extrapolator.h', 49 'include/timestamp_extrapolator.h',
50 'include/trace.h', 50 'include/trace.h',
51 'include/utf_util_win.h', 51 'include/utf_util_win.h',
52 'source/aligned_malloc.cc', 52 'source/aligned_malloc.cc',
53 'source/atomic32_mac.cc', 53 'source/atomic32_mac.cc',
54 'source/atomic32_posix.cc', 54 'source/atomic32_posix.cc',
55 'source/atomic32_win.cc', 55 'source/atomic32_win.cc',
56 'source/clock.cc', 56 'source/clock.cc',
57 'source/condition_variable.cc', 57 'source/condition_variable.cc',
58 'source/condition_variable_posix.cc',
59 'source/condition_variable_posix.h',
60 'source/condition_variable_event_win.cc', 58 'source/condition_variable_event_win.cc',
61 'source/condition_variable_event_win.h', 59 'source/condition_variable_event_win.h',
62 'source/condition_variable_native_win.cc', 60 'source/condition_variable_native_win.cc',
63 'source/condition_variable_native_win.h', 61 'source/condition_variable_native_win.h',
64 'source/cpu_info.cc', 62 'source/cpu_info.cc',
65 'source/cpu_features.cc', 63 'source/cpu_features.cc',
66 'source/critical_section.cc', 64 'source/critical_section.cc',
67 'source/data_log.cc', 65 'source/data_log.cc',
68 'source/data_log_c.cc', 66 'source/data_log_c.cc',
69 'source/data_log_no_op.cc', 67 'source/data_log_no_op.cc',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'type': 'static_library', 198 'type': 'static_library',
201 'dependencies': [ 199 'dependencies': [
202 'system_wrappers', 200 'system_wrappers',
203 'field_trial_default', 201 'field_trial_default',
204 'metrics_default', 202 'metrics_default',
205 ] 203 ]
206 }, 204 },
207 ], # targets 205 ], # targets
208 } 206 }
209 207
OLDNEW
« no previous file with comments | « webrtc/system_wrappers/source/condition_variable_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698