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

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

Issue 1152733005: Use one scoped_refptr. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: remove from BUILD.gn Created 5 years, 6 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/interface/scoped_refptr.h ('k') | webrtc/test/win/d3d_renderer.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 21 matching lines...) Expand all
32 'interface/event_wrapper.h', 32 'interface/event_wrapper.h',
33 'interface/field_trial.h', 33 'interface/field_trial.h',
34 'interface/file_wrapper.h', 34 'interface/file_wrapper.h',
35 'interface/fix_interlocked_exchange_pointer_win.h', 35 'interface/fix_interlocked_exchange_pointer_win.h',
36 'interface/logcat_trace_context.h', 36 'interface/logcat_trace_context.h',
37 'interface/logging.h', 37 'interface/logging.h',
38 'interface/metrics.h', 38 'interface/metrics.h',
39 'interface/ref_count.h', 39 'interface/ref_count.h',
40 'interface/rtp_to_ntp.h', 40 'interface/rtp_to_ntp.h',
41 'interface/rw_lock_wrapper.h', 41 'interface/rw_lock_wrapper.h',
42 'interface/scoped_refptr.h',
43 'interface/scoped_vector.h', 42 'interface/scoped_vector.h',
44 'interface/sleep.h', 43 'interface/sleep.h',
45 'interface/sort.h', 44 'interface/sort.h',
46 'interface/static_instance.h', 45 'interface/static_instance.h',
47 'interface/stl_util.h', 46 'interface/stl_util.h',
48 'interface/stringize_macros.h', 47 'interface/stringize_macros.h',
49 'interface/thread_wrapper.h', 48 'interface/thread_wrapper.h',
50 'interface/tick_util.h', 49 'interface/tick_util.h',
51 'interface/timestamp_extrapolator.h', 50 'interface/timestamp_extrapolator.h',
52 'interface/trace.h', 51 'interface/trace.h',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'target_name': 'system_wrappers_default', 217 'target_name': 'system_wrappers_default',
219 'type': 'static_library', 218 'type': 'static_library',
220 'dependencies': [ 219 'dependencies': [
221 'field_trial_default', 220 'field_trial_default',
222 'metrics_default', 221 'metrics_default',
223 ] 222 ]
224 }, 223 },
225 ], # targets 224 ], # targets
226 } 225 }
227 226
OLDNEW
« no previous file with comments | « webrtc/system_wrappers/interface/scoped_refptr.h ('k') | webrtc/test/win/d3d_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698