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

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

Issue 1469013002: Move ThreadWrapper to ProcessThread in base. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: removed comment Created 5 years 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
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 26 matching lines...) Expand all
37 'include/metrics.h', 37 'include/metrics.h',
38 'include/ref_count.h', 38 'include/ref_count.h',
39 'include/rtp_to_ntp.h', 39 'include/rtp_to_ntp.h',
40 'include/rw_lock_wrapper.h', 40 'include/rw_lock_wrapper.h',
41 'include/scoped_vector.h', 41 'include/scoped_vector.h',
42 'include/sleep.h', 42 'include/sleep.h',
43 'include/sort.h', 43 'include/sort.h',
44 'include/static_instance.h', 44 'include/static_instance.h',
45 'include/stl_util.h', 45 'include/stl_util.h',
46 'include/stringize_macros.h', 46 'include/stringize_macros.h',
47 'include/thread_wrapper.h',
48 'include/tick_util.h', 47 'include/tick_util.h',
49 'include/timestamp_extrapolator.h', 48 'include/timestamp_extrapolator.h',
50 'include/trace.h', 49 'include/trace.h',
51 'include/utf_util_win.h', 50 'include/utf_util_win.h',
52 'source/aligned_malloc.cc', 51 'source/aligned_malloc.cc',
53 'source/atomic32_mac.cc', 52 'source/atomic32_mac.cc',
54 'source/atomic32_posix.cc', 53 'source/atomic32_posix.cc',
55 'source/atomic32_win.cc', 54 'source/atomic32_win.cc',
56 'source/clock.cc', 55 'source/clock.cc',
57 'source/condition_variable.cc', 56 'source/condition_variable.cc',
(...skipping 26 matching lines...) Expand all
84 'source/rw_lock.cc', 83 'source/rw_lock.cc',
85 'source/rw_lock_generic.cc', 84 'source/rw_lock_generic.cc',
86 'source/rw_lock_generic.h', 85 'source/rw_lock_generic.h',
87 'source/rw_lock_posix.cc', 86 'source/rw_lock_posix.cc',
88 'source/rw_lock_posix.h', 87 'source/rw_lock_posix.h',
89 'source/rw_lock_win.cc', 88 'source/rw_lock_win.cc',
90 'source/rw_lock_win.h', 89 'source/rw_lock_win.h',
91 'source/sleep.cc', 90 'source/sleep.cc',
92 'source/sort.cc', 91 'source/sort.cc',
93 'source/tick_util.cc', 92 'source/tick_util.cc',
94 'source/thread.cc',
95 'source/thread_posix.cc',
96 'source/thread_posix.h',
97 'source/thread_win.cc',
98 'source/thread_win.h',
99 'source/timestamp_extrapolator.cc', 93 'source/timestamp_extrapolator.cc',
100 'source/trace_impl.cc', 94 'source/trace_impl.cc',
101 'source/trace_impl.h', 95 'source/trace_impl.h',
102 'source/trace_posix.cc', 96 'source/trace_posix.cc',
103 'source/trace_posix.h', 97 'source/trace_posix.h',
104 'source/trace_win.cc', 98 'source/trace_win.cc',
105 'source/trace_win.h', 99 'source/trace_win.h',
106 ], 100 ],
107 'conditions': [ 101 'conditions': [
108 ['enable_data_logging==1', { 102 ['enable_data_logging==1', {
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'type': 'static_library', 203 'type': 'static_library',
210 'dependencies': [ 204 'dependencies': [
211 'system_wrappers', 205 'system_wrappers',
212 'field_trial_default', 206 'field_trial_default',
213 'metrics_default', 207 'metrics_default',
214 ] 208 ]
215 }, 209 },
216 ], # targets 210 ], # targets
217 } 211 }
218 212
OLDNEW
« no previous file with comments | « webrtc/system_wrappers/source/trace_impl.h ('k') | webrtc/system_wrappers/system_wrappers_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698