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

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

Issue 1477013005: Replace RefCountImpl with rtc::RefCountedObject. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: add back explicit Release()s in test Created 4 years, 9 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/include/ref_count.h ('k') | webrtc/test/vcm_capturer.h » ('j') | 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 17 matching lines...) Expand all
28 'include/data_log_c.h', 28 'include/data_log_c.h',
29 'include/data_log_impl.h', 29 'include/data_log_impl.h',
30 'include/event_wrapper.h', 30 'include/event_wrapper.h',
31 'include/field_trial.h', 31 'include/field_trial.h',
32 'include/file_wrapper.h', 32 'include/file_wrapper.h',
33 'include/fix_interlocked_exchange_pointer_win.h', 33 'include/fix_interlocked_exchange_pointer_win.h',
34 'include/logcat_trace_context.h', 34 'include/logcat_trace_context.h',
35 'include/logging.h', 35 'include/logging.h',
36 'include/metrics.h', 36 'include/metrics.h',
37 'include/ntp_time.h', 37 'include/ntp_time.h',
38 'include/ref_count.h',
39 'include/rtp_to_ntp.h', 38 'include/rtp_to_ntp.h',
40 'include/rw_lock_wrapper.h', 39 'include/rw_lock_wrapper.h',
41 'include/scoped_vector.h', 40 'include/scoped_vector.h',
42 'include/sleep.h', 41 'include/sleep.h',
43 'include/sort.h', 42 'include/sort.h',
44 'include/static_instance.h', 43 'include/static_instance.h',
45 'include/stl_util.h', 44 'include/stl_util.h',
46 'include/stringize_macros.h', 45 'include/stringize_macros.h',
47 'include/tick_util.h', 46 'include/tick_util.h',
48 'include/timestamp_extrapolator.h', 47 'include/timestamp_extrapolator.h',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 'type': 'static_library', 183 'type': 'static_library',
185 'dependencies': [ 184 'dependencies': [
186 'system_wrappers', 185 'system_wrappers',
187 'field_trial_default', 186 'field_trial_default',
188 'metrics_default', 187 'metrics_default',
189 ] 188 ]
190 }, 189 },
191 ], # targets 190 ], # targets
192 } 191 }
193 192
OLDNEW
« no previous file with comments | « webrtc/system_wrappers/include/ref_count.h ('k') | webrtc/test/vcm_capturer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698