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

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: rebase 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
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 18 matching lines...) Expand all
29 'include/data_log_c.h', 29 'include/data_log_c.h',
30 'include/data_log_impl.h', 30 'include/data_log_impl.h',
31 'include/event_wrapper.h', 31 'include/event_wrapper.h',
32 'include/field_trial.h', 32 'include/field_trial.h',
33 'include/file_wrapper.h', 33 'include/file_wrapper.h',
34 'include/fix_interlocked_exchange_pointer_win.h', 34 'include/fix_interlocked_exchange_pointer_win.h',
35 'include/logcat_trace_context.h', 35 'include/logcat_trace_context.h',
36 'include/logging.h', 36 'include/logging.h',
37 'include/metrics.h', 37 'include/metrics.h',
38 'include/ntp_time.h', 38 'include/ntp_time.h',
39 'include/ref_count.h',
40 'include/rtp_to_ntp.h', 39 'include/rtp_to_ntp.h',
41 'include/rw_lock_wrapper.h', 40 'include/rw_lock_wrapper.h',
42 'include/scoped_vector.h', 41 'include/scoped_vector.h',
43 'include/sleep.h', 42 'include/sleep.h',
44 'include/sort.h', 43 'include/sort.h',
45 'include/static_instance.h', 44 'include/static_instance.h',
46 'include/stl_util.h', 45 'include/stl_util.h',
47 'include/stringize_macros.h', 46 'include/stringize_macros.h',
48 'include/tick_util.h', 47 'include/tick_util.h',
49 'include/timestamp_extrapolator.h', 48 'include/timestamp_extrapolator.h',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'type': 'static_library', 203 'type': 'static_library',
205 'dependencies': [ 204 'dependencies': [
206 'system_wrappers', 205 'system_wrappers',
207 'field_trial_default', 206 'field_trial_default',
208 'metrics_default', 207 'metrics_default',
209 ] 208 ]
210 }, 209 },
211 ], # targets 210 ], # targets
212 } 211 }
213 212
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698